Started GET "/" for ::1 at 2015-10-18 21:01:58 -0500
ActiveRecord::PendingMigrationError (
Migrations are pending. To resolve this issue, run:
bin/rake db:migrate RAILS_ENV=development
):
activerecord (4.2.4) lib/active_record/migration.rb:392:in `check_pending!'
activerecord (4.2.4) lib/active_record/migration.rb:373:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.0ms)
[1m[36m (1.2ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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", "20150716214842"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214843"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[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", "20150716214844"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[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, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[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", "20150716214846"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[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", "20150716214847"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[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" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.8ms)[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.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[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-10-19 02:02:29.854589"], ["updated_at", "2015-10-19 02:02:29.854589"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-10-19 02:02:29.856480"], ["updated_at", "2015-10-19 02:02:29.856480"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-10-19 02:02:29.857568"], ["updated_at", "2015-10-19 02:02:29.857568"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.4ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (4.1ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.4ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/" for ::1 at 2015-10-18 21:02:35 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.4ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (322.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (371.4ms)
Started GET "/pu" for ::1 at 2015-10-18 21:02:43 -0500
ActionController::RoutingError (No route matches [GET] "/pu"):
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (12.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (125.1ms)
Started GET "/pulitzer" for ::1 at 2015-10-18 21:02:45 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (2.5ms)
Completed 500 Internal Server Error in 177ms (ActiveRecord: 0.2ms)
ActionView::Template::Error (couldn't find file 'wysihtml' with type 'text/css'):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/assets/stylesheets/application.css:17
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1135206644071603676_70193347851660'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (58.8ms)
Started GET "/pulitzer" for ::1 at 2015-10-18 21:03:29 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (0.7ms)
Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.1ms)
ActionView::Template::Error (couldn't find file 'wysihtml' with type 'text/css'):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/assets/stylesheets/application.css:17
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1135206644071603676_70193347851660'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (54.3ms)
Started GET "/pulitzer" for ::1 at 2015-10-18 21:12:55 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (1.2ms)
Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.2ms)
ActionView::Template::Error (couldn't find file 'wysihtml' with type 'text/css'):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/assets/stylesheets/application.css:17
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1135206644071603676_70193347851660'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (53.6ms)
Started GET "/pulitzer" for ::1 at 2015-10-18 21:16:01 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.4ms)
Completed 500 Internal Server Error in 139ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (couldn't find file 'wysihtml' with type 'text/css'):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/assets/stylesheets/application.css:17
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__3248929351104251018_70346716140580'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (79.4ms)
Started GET "/pulitzer" for ::1 at 2015-10-18 21:16:27 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (0.8ms)
Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.1ms)
ActionView::Template::Error (couldn't find file 'wysihtml' with type 'text/css'):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/assets/stylesheets/application.css:17
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__3248929351104251018_70346716140580'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (58.6ms)
Started GET "/pulitzer" for ::1 at 2015-10-18 21:16:38 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (0.9ms)
Completed 500 Internal Server Error in 1459ms (ActiveRecord: 0.1ms)
ActionView::Template::Error (couldn't find file 'wysihtml' with type 'application/javascript'):
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', 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:18
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3248929351104251018_70346716140580'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (57.4ms)
Started GET "/pulitzer" for ::1 at 2015-10-18 21:17:32 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (0.8ms)
Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.1ms)
ActionView::Template::Error (couldn't find file 'wysihtml' with type 'application/javascript'):
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', 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:18
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3248929351104251018_70346716140580'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (53.6ms)
Started GET "/pulitzer" for ::1 at 2015-10-18 21:24:29 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (1.8ms)
Completed 200 OK in 193ms (Views: 191.8ms | ActiveRecord: 0.2ms)
Started GET "/assets/application.self-3e702a61f4c6a42e497ea36552d2d5da1f6d5a2a72a4d8963fa6a98187811bca.css?body=1" for ::1 at 2015-10-18 21:24:30 -0500
Started GET "/assets/pulitzer.self-87ea0bd7ea849a7616209a26af89423e3b15945234287eb4b7fc03e6d562ea76.css?body=1" for ::1 at 2015-10-18 21:24:30 -0500
Started GET "/assets/select2.self-2cdd884a25026797b7bb9742383267869b44b3a1c4554c5528bed6736ce593a7.css?body=1" for ::1 at 2015-10-18 21:24:30 -0500
Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-10-18 21:24:30 -0500
Started GET "/assets/thin_man.self-5f9578c9cc4409c30e4ec5e5cf233e54b7cd02a96c0b8012ee05135a2e8ab33a.js?body=1" for ::1 at 2015-10-18 21:24:30 -0500
Started GET "/assets/select2.self-e556f1e10512b96e0eb9f7c6cab8f56b461ea4b7f2ec6d63a329e3fba5aa5b41.js?body=1" for ::1 at 2015-10-18 21:24:30 -0500
Started GET "/assets/hooch.self-cde364c1d5465c0a292d4e64382c66c1cd6933c195dc960f1c20ba3cece7a416.js?body=1" for ::1 at 2015-10-18 21:24:30 -0500
Started GET "/assets/pulitzer.self-2f8e28651a8827794c9d3b3e2795d7f6bf16e5702aa93096ffe67cf7357940e9.js?body=1" for ::1 at 2015-10-18 21:24:30 -0500
Started GET "/assets/application.self-f8806224e027f3e3f0138ea9ce99319e298dfdb323304d1f1be6eae8e8c74724.js?body=1" for ::1 at 2015-10-18 21:24:30 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=MDazzSi6yq8hstv2%2Bw0iOVC4GZKVYOo4IO70eXJ0WOzo2aVDfR5XqsKnKTyl8xg%2FN3X2s3xV2qtwGMRNuVgILQ%3D%3D" for ::1 at 2015-10-18 21:24:32 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"MDazzSi6yq8hstv2+w0iOVC4GZKVYOo4IO70eXJ0WOzo2aVDfR5XqsKnKTyl8xg/N3X2s3xV2qtwGMRNuVgILQ=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (43.8ms)
Completed 200 OK in 3258ms (Views: 3253.1ms | ActiveRecord: 0.6ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-10-18 21:24:50 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"o9xHbdbmV6X0ktRyRYrRhYQLaSv2phQ3pLoXFC04Xy97M1Hjg0LKoBeHJrgbdOuD48aGCh+TJKT0TCcg5hQP7g==", "post_type"=>{"name"=>"News", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "News"], ["plural", "f"], ["template", "f"], ["created_at", "2015-10-19 02:24:50.137596"], ["updated_at", "2015-10-19 02:24:50.137596"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.5ms)[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]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "news"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "News"], ["post_type_id", 1], ["slug", "news"], ["created_at", "2015-10-19 02:24:50.695260"], ["updated_at", "2015-10-19 02:24:50.695260"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (22.9ms)
Completed 200 OK in 610ms (Views: 39.7ms | ActiveRecord: 4.4ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=MDazzSi6yq8hstv2%2Bw0iOVC4GZKVYOo4IO70eXJ0WOzo2aVDfR5XqsKnKTyl8xg%2FN3X2s3xV2qtwGMRNuVgILQ%3D%3D" for ::1 at 2015-10-18 21:24:54 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"MDazzSi6yq8hstv2+w0iOVC4GZKVYOo4IO70eXJ0WOzo2aVDfR5XqsKnKTyl8xg/N3X2s3xV2qtwGMRNuVgILQ=="}
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (12.9ms)
Completed 200 OK in 41ms (Views: 31.1ms | ActiveRecord: 0.7ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-10-18 21:25:08 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xrdoaw8bnx5msoslQEMKZiCLl1BhPPcXOlBXeVYjuh6GWH7lWr8CG4Wnee8evTBgR0Z4cYgJx4RqpmdNnQ/q3w==", "post_type_content_element_type"=>{"label"=>"News video", "content_element_type_id"=>"3", "post_type_id"=>"1"}, "commit"=>"Content element"}
[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[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", "News video"], ["content_element_type_id", 3], ["post_type_id", 1], ["created_at", "2015-10-19 02:25:08.389699"], ["updated_at", "2015-10-19 02:25:08.389699"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mSQL (0.5ms)[0m INSERT INTO "pulitzer_content_elements" ("post_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["post_id", 1], ["label", "News video"], ["content_element_type_id", 3], ["post_type_content_element_type_id", 1], ["created_at", "2015-10-19 02:25:08.453016"], ["updated_at", "2015-10-19 02:25:08.453016"]]
[1m[36m (2.1ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (26.7ms)
Completed 200 OK in 117ms (Views: 45.1ms | ActiveRecord: 4.5ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=MDazzSi6yq8hstv2%2Bw0iOVC4GZKVYOo4IO70eXJ0WOzo2aVDfR5XqsKnKTyl8xg%2FN3X2s3xV2qtwGMRNuVgILQ%3D%3D" for ::1 at 2015-10-18 21:25:10 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"MDazzSi6yq8hstv2+w0iOVC4GZKVYOo4IO70eXJ0WOzo2aVDfR5XqsKnKTyl8xg/N3X2s3xV2qtwGMRNuVgILQ==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (12.1ms)
Completed 200 OK in 1561ms (Views: 1559.1ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/post_type_content_element_types/1?authenticity_token=MDazzSi6yq8hstv2%2Bw0iOVC4GZKVYOo4IO70eXJ0WOzo2aVDfR5XqsKnKTyl8xg%2FN3X2s3xV2qtwGMRNuVgILQ%3D%3D" for ::1 at 2015-10-18 21:25:13 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#show as */*
Parameters: {"authenticity_token"=>"MDazzSi6yq8hstv2+w0iOVC4GZKVYOo4IO70eXJ0WOzo2aVDfR5XqsKnKTyl8xg/N3X2s3xV2qtwGMRNuVgILQ==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Completed 200 OK in 19ms (Views: 17.2ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 21:25:15 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (10.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (13.6ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.3ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (18.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (24.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (56.1ms)
Completed 200 OK in 150ms (Views: 146.7ms | ActiveRecord: 1.2ms)
Started GET "/pulitzer/posts/news/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=qSb1iGSd%2BjayGzc9Y%2FmL9k%2B1uEZvu%2BolJXH%2BLmY7qNNxyeMGMTlnM1EOxfc9B7HwKHhXZ4aO2rZ1h84arRf4Eg%3D%3D" for ::1 at 2015-10-18 21:25:17 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"qSb1iGSd+jayGzc9Y/mL9k+1uEZvu+olJXH+LmY7qNNxyeMGMTlnM1EOxfc9B7HwKHhXZ4aO2rZ1h84arRf4Eg==", "post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Tag Load (0.5ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (9.5ms)
Completed 200 OK in 35ms (Views: 26.0ms | ActiveRecord: 0.9ms)
Started POST "/pulitzer/posts/news/post_tags" for ::1 at 2015-10-18 21:25:25 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"aMezRQZ84qZOt62ma3pyrVGDRhhxR1E3HLhl22NP8Q6wKKXLU9h/o62iX2w1hEirNk6pOZhyYaRMTlXvqGOhzw==", "post_tag"=>{"label_id"=>"new one", "post_id"=>"1", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1 [["name", "new one"]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "new one"], ["created_at", "2015-10-19 02:25:25.644602"], ["updated_at", "2015-10-19 02:25:25.644602"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_tags" ("label_id", "post_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label_id", 1], ["post_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-10-19 02:25:25.648749"], ["updated_at", "2015-10-19 02:25:25.648749"]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.8ms)
Completed 200 OK in 424ms (Views: 23.3ms | ActiveRecord: 3.0ms)
Started GET "/pulitzer/posts/news/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=qSb1iGSd%2BjayGzc9Y%2FmL9k%2B1uEZvu%2BolJXH%2BLmY7qNNxyeMGMTlnM1EOxfc9B7HwKHhXZ4aO2rZ1h84arRf4Eg%3D%3D" for ::1 at 2015-10-18 21:25:27 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"qSb1iGSd+jayGzc9Y/mL9k+1uEZvu+olJXH+LmY7qNNxyeMGMTlnM1EOxfc9B7HwKHhXZ4aO2rZ1h84arRf4Eg==", "post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (2.9ms)
Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/posts/news/post_tags" for ::1 at 2015-10-18 21:25:33 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"FiOT9d4DGfwSVw9Aqv/cTMIaRwC0mKkrzV2/g5iO0jfOzIV7i6eE+fFC/Yr0AeZKpdeoIV2tmbidq4+3U6KC9g==", "post_tag"=>{"label_id"=>"second one", "post_id"=>"1", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1 [["name", "second one"]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "second one"], ["created_at", "2015-10-19 02:25:33.751616"], ["updated_at", "2015-10-19 02:25:33.751616"]]
[1m[36m (368.8ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_tags" ("label_id", "post_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label_id", 2], ["post_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-10-19 02:25:34.123807"], ["updated_at", "2015-10-19 02:25:34.123807"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.8ms)
Completed 200 OK in 401ms (Views: 23.0ms | ActiveRecord: 370.8ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 21:27:17 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (17.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (19.9ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (899.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (909.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (964.0ms)
Completed 500 Internal Server Error in 1228ms (ActiveRecord: 3.0ms)
ActionView::Template::Error (couldn't find file 'select2' with type 'text/css'):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/assets/stylesheets/application.css:16
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___4570402463443760557_70209266994860'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (73.4ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 21:27:31 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.6ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.9ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (23.7ms)
Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.7ms)
ActionView::Template::Error (couldn't find file 'select2' with type 'text/css'):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/assets/stylesheets/application.css:16
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___4570402463443760557_70209266994860'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (55.0ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 21:28:53 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (17.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (19.0ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (2388.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2397.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (2454.2ms)
Completed 200 OK in 3860ms (Views: 2905.6ms | ActiveRecord: 3.9ms)
Started GET "/assets/pulitzer.self-87ea0bd7ea849a7616209a26af89423e3b15945234287eb4b7fc03e6d562ea76.css?body=1" for ::1 at 2015-10-18 21:28:57 -0500
Started GET "/assets/select2.self-2cdd884a25026797b7bb9742383267869b44b3a1c4554c5528bed6736ce593a7.css?body=1" for ::1 at 2015-10-18 21:28:57 -0500
Started GET "/assets/thin_man.self-5f9578c9cc4409c30e4ec5e5cf233e54b7cd02a96c0b8012ee05135a2e8ab33a.js?body=1" for ::1 at 2015-10-18 21:28:57 -0500
Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-10-18 21:28:57 -0500
Started GET "/assets/application.self-3e702a61f4c6a42e497ea36552d2d5da1f6d5a2a72a4d8963fa6a98187811bca.css?body=1" for ::1 at 2015-10-18 21:28:57 -0500
Started GET "/assets/hooch.self-cde364c1d5465c0a292d4e64382c66c1cd6933c195dc960f1c20ba3cece7a416.js?body=1" for ::1 at 2015-10-18 21:28:57 -0500
Started GET "/assets/pulitzer.self-2f8e28651a8827794c9d3b3e2795d7f6bf16e5702aa93096ffe67cf7357940e9.js?body=1" for ::1 at 2015-10-18 21:28:57 -0500
Started GET "/assets/application.self-f8806224e027f3e3f0138ea9ce99319e298dfdb323304d1f1be6eae8e8c74724.js?body=1" for ::1 at 2015-10-18 21:28:57 -0500
Started GET "/assets/select2.self-e556f1e10512b96e0eb9f7c6cab8f56b461ea4b7f2ec6d63a329e3fba5aa5b41.js?body=1" for ::1 at 2015-10-18 21:28:57 -0500
Started GET "/pulitzer/posts/news/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=T8%2FFsofii3neEh3f6sYchuXQuA6Mkw1wrAls99K67SmXINM80kYWfD0H7xW0OCaAgh1XL2WmPeP8%2F1zDGZa96A%3D%3D" for ::1 at 2015-10-18 21:29:00 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"T8/Fsofii3neEh3f6sYchuXQuA6Mkw1wrAls99K67SmXINM80kYWfD0H7xW0OCaAgh1XL2WmPeP8/1zDGZa96A==", "post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (6.2ms)
Completed 200 OK in 31ms (Views: 28.3ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/posts/news/post_tags" for ::1 at 2015-10-18 21:29:06 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"2R6ILuvEaOAPhRYlN+HpnM+ZuYpv5BWwsU/Xf7IRdhIB8Z6gvmD15eyQ5O9pH9OaqFRWq4bRJSPhuedLeT0m0w==", "post_tag"=>{"label_id"=>"third one", "post_id"=>"1", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Tag Load (0.3ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1[0m [["name", "third one"]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "third one"], ["created_at", "2015-10-19 02:29:06.028381"], ["updated_at", "2015-10-19 02:29:06.028381"]]
[1m[35m (1.2ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "pulitzer_post_tags" ("label_id", "post_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label_id", 3], ["post_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-10-19 02:29:06.043332"], ["updated_at", "2015-10-19 02:29:06.043332"]]
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (12.1ms)
Completed 200 OK in 83ms (Views: 52.9ms | ActiveRecord: 5.7ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 21:32:39 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (1.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::PostType Load (0.6ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::PostTag Load (0.5ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.5ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (46.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (50.9ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.5ms)
[1m[36mPulitzer::ContentElement Load (0.7ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (1713.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1728.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1838.4ms)
Completed 200 OK in 2411ms (Views: 2293.6ms | ActiveRecord: 6.4ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 21:32:42 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.6ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (25.6ms)
Completed 200 OK in 105ms (Views: 102.9ms | ActiveRecord: 0.7ms)
Started GET "/assets/application.self-3e702a61f4c6a42e497ea36552d2d5da1f6d5a2a72a4d8963fa6a98187811bca.css?body=1" for ::1 at 2015-10-18 21:32:43 -0500
Started GET "/assets/pulitzer.self-87ea0bd7ea849a7616209a26af89423e3b15945234287eb4b7fc03e6d562ea76.css?body=1" for ::1 at 2015-10-18 21:32:43 -0500
Started GET "/assets/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-10-18 21:32:43 -0500
Started GET "/assets/pulitzer.self-2f8e28651a8827794c9d3b3e2795d7f6bf16e5702aa93096ffe67cf7357940e9.js?body=1" for ::1 at 2015-10-18 21:32:43 -0500
Started GET "/assets/thin_man.self-5f9578c9cc4409c30e4ec5e5cf233e54b7cd02a96c0b8012ee05135a2e8ab33a.js?body=1" for ::1 at 2015-10-18 21:32:43 -0500
Started GET "/assets/select2.self-2cdd884a25026797b7bb9742383267869b44b3a1c4554c5528bed6736ce593a7.css?body=1" for ::1 at 2015-10-18 21:32:43 -0500
Started GET "/assets/hooch.self-cde364c1d5465c0a292d4e64382c66c1cd6933c195dc960f1c20ba3cece7a416.js?body=1" for ::1 at 2015-10-18 21:32:43 -0500
Started GET "/assets/select2.self-e556f1e10512b96e0eb9f7c6cab8f56b461ea4b7f2ec6d63a329e3fba5aa5b41.js?body=1" for ::1 at 2015-10-18 21:32:43 -0500
Started GET "/assets/application.self-f8806224e027f3e3f0138ea9ce99319e298dfdb323304d1f1be6eae8e8c74724.js?body=1" for ::1 at 2015-10-18 21:32:43 -0500
Started GET "/pulitzer/posts/news/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=1J1rvPYbjUqRPOg%2Bn5UUa3WX0drSWOCFKyszCxWjCfAMcn0yo78QT3IpGvTBay5tElo%2B%2Bztt0BZ73QM%2F3o9ZMQ%3D%3D" for ::1 at 2015-10-18 21:32:45 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"1J1rvPYbjUqRPOg+n5UUa3WX0drSWOCFKyszCxWjCfAMcn0yo78QT3IpGvTBay5tElo++ztt0BZ73QM/3o9ZMQ==", "post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Tag Load (0.3ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (8.3ms)
Completed 200 OK in 29ms (Views: 26.5ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 22:41:56 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (18.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (20.6ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (31.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (41.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (101.3ms)
Completed 200 OK in 522ms (Views: 456.4ms | ActiveRecord: 2.6ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 22:41:57 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 22:41:57 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 22:41:57 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 22:41:57 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 22:41:57 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 22:41:57 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 22:41:58 -0500
Started GET "/assets/pulitzer-0831a267339d119d607959b57c536ec5.js?body=1" for ::1 at 2015-10-18 22:41:58 -0500
Started GET "/assets/application-56b8a739c62d986d14246caa5092d730.js?body=1" for ::1 at 2015-10-18 22:41:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 22:41:58 -0500
Started GET "/assets/wysihtml-fb842cda5990bd0b9165e63e61fd75a6.js?body=1" for ::1 at 2015-10-18 22:41:58 -0500
Started GET "/pulitzer/posts/news/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=4v0eK4VutVVs8pqLf%2BIqih6D2P0dU28qgunzd2%2FQWiI6Egil0MooUI%2FnaEEhHBCMeU433PRmX7nSH8NDpPwK4w%3D%3D" for ::1 at 2015-10-18 22:45:09 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"4v0eK4VutVVs8pqLf+Iqih6D2P0dU28qgunzd2/QWiI6Egil0MooUI/naEEhHBCMeU433PRmX7nSH8NDpPwK4w==", "post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (5.9ms)
Completed 200 OK in 24ms (Views: 21.8ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-18 22:45:12 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (19.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (21.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (25.2ms)
Completed 200 OK in 79ms (Views: 78.0ms | ActiveRecord: 0.8ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=6B%2Bgsf68kMpMmso9YiI5YYSnQgepxhIyOL4s0DBs8fIw8LY%2FqxgNz6%2BPOPc83ANn42qtJkDzIqFoSBzk%2B0ChMw%3D%3D" for ::1 at 2015-10-18 22:45:20 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"6B+gsf68kMpMmso9YiI5YYSnQgepxhIyOL4s0DBs8fIw8LY/qxgNz6+POPc83ANn42qtJkDzIqFoSBzk+0ChMw==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (24.6ms)
Completed 200 OK in 44ms (Views: 41.2ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 22:45:20 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (10.1ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (29.2ms)
Completed 200 OK in 82ms (Views: 78.4ms | ActiveRecord: 1.2ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-18 22:45:30 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[36mPulitzer::PostType Load (0.4ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (12.2ms)
Completed 200 OK in 63ms (Views: 62.5ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=CGl3t6KhufkxYYeDJC4TOpMdsbb7JvzA%2BUvO373NwNbQhmE59wUk%2FNJ0dUl60Ck89NBelxITzFOpvf7rduGQFw%3D%3D" for ::1 at 2015-10-18 22:45:32 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"CGl3t6KhufkxYYeDJC4TOpMdsbb7JvzA+UvO373NwNbQhmE59wUk/NJ0dUl60Ck89NBelxITzFOpvf7rduGQFw=="}
[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::ContentElementType Load (0.3ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (657.0ms)
Completed 200 OK in 674ms (Views: 672.3ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-10-18 22:45:37 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/2khjHUirolDGa5SahSDSj7YTD5eByUPTSSOR2fk6b0nhjcCIIYzjKAMXJg06rlMWRWjH7cyFZwd0r5zrMi5fA==", "post_type_content_element_type"=>{"label"=>"text", "content_element_type_id"=>"1", "post_type_id"=>"1"}, "commit"=>"Content element"}
[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.5ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label", "text"], ["content_element_type_id", 1], ["post_type_id", 1], ["created_at", "2015-10-19 03:45:37.574258"], ["updated_at", "2015-10-19 03:45:37.574258"]]
[1m[35m (0.9ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."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[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("post_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["post_id", 1], ["label", "text"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 2], ["created_at", "2015-10-19 03:45:37.586865"], ["updated_at", "2015-10-19 03:45:37.586865"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.8ms)
Completed 200 OK in 66ms (Views: 43.7ms | ActiveRecord: 3.4ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 22:45:39 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.0ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (1083.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1086.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1111.7ms)
Completed 200 OK in 1186ms (Views: 1184.2ms | ActiveRecord: 0.8ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 22:48:13 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.0ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.2ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (31.5ms)
Completed 200 OK in 635ms (Views: 632.9ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 22:48:14 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 22:48:14 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 22:48:14 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 22:48:14 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 22:48:14 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 22:48:14 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 22:48:14 -0500
Started GET "/assets/pulitzer-0831a267339d119d607959b57c536ec5.js?body=1" for ::1 at 2015-10-18 22:48:15 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 22:48:15 -0500
Started GET "/assets/wysihtml-fb842cda5990bd0b9165e63e61fd75a6.js?body=1" for ::1 at 2015-10-18 22:48:15 -0500
Started GET "/assets/parser_rules/simple-d0b49faae2e84c0e785fec7e55dc10b5.js?body=1" for ::1 at 2015-10-18 22:48:15 -0500
Started GET "/assets/application-7977fb143bef28b60905b70a5831428c.js?body=1" for ::1 at 2015-10-18 22:48:15 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 22:48:47 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (26.7ms)
Completed 200 OK in 2643ms (Views: 2641.1ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 22:48:50 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 22:48:50 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 22:48:50 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 22:48:50 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 22:48:50 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 22:48:50 -0500
Started GET "/assets/pulitzer-e988dff212db48edc405f9ae7929e6c9.js?body=1" for ::1 at 2015-10-18 22:48:50 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 22:48:50 -0500
Started GET "/assets/parser_rules/simple-d0b49faae2e84c0e785fec7e55dc10b5.js?body=1" for ::1 at 2015-10-18 22:48:50 -0500
Started GET "/assets/application-ce3ae008117cfd80786fea5f74bb129b.js?body=1" for ::1 at 2015-10-18 22:48:50 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 22:48:50 -0500
Started GET "/assets/wysihtml-fb842cda5990bd0b9165e63e61fd75a6.js?body=1" for ::1 at 2015-10-18 22:48:50 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 22:52:32 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.8ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.6ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.4ms)
[1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (54.6ms)
Completed 200 OK in 219ms (Views: 214.5ms | ActiveRecord: 1.4ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 22:52:32 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 22:52:32 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 22:52:33 -0500
Started GET "/assets/pulitzer-c8858f0715d845605d716558cba56cc1.js?body=1" for ::1 at 2015-10-18 22:52:33 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 22:52:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 22:52:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 22:52:33 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 22:52:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 22:52:33 -0500
Started GET "/assets/wysihtml-fb842cda5990bd0b9165e63e61fd75a6.js?body=1" for ::1 at 2015-10-18 22:52:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-18 22:52:33 -0500
Started GET "/assets/application-1c6c05ef210da147d31a8e2ca93bd191.js?body=1" for ::1 at 2015-10-18 22:52:33 -0500
Started GET "/assets/parser_rules/simple-d0b49faae2e84c0e785fec7e55dc10b5.js?body=1" for ::1 at 2015-10-18 22:52:33 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 22:52:38 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.0ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (30.0ms)
Completed 200 OK in 109ms (Views: 107.1ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 22:52:39 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 22:52:39 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 22:52:39 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 22:52:39 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 22:52:39 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 22:52:39 -0500
Started GET "/assets/pulitzer-c8858f0715d845605d716558cba56cc1.js?body=1" for ::1 at 2015-10-18 22:52:39 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 22:52:39 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 22:52:39 -0500
Started GET "/assets/wysihtml-fb842cda5990bd0b9165e63e61fd75a6.js?body=1" for ::1 at 2015-10-18 22:52:39 -0500
Started GET "/assets/parser_rules/simple-d0b49faae2e84c0e785fec7e55dc10b5.js?body=1" for ::1 at 2015-10-18 22:52:39 -0500
Started GET "/assets/application-1c6c05ef210da147d31a8e2ca93bd191.js?body=1" for ::1 at 2015-10-18 22:52:39 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-18 22:52:39 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 22:52:51 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.3ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.5ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.2ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (41.3ms)
Completed 200 OK in 177ms (Views: 173.5ms | ActiveRecord: 1.3ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 22:52:51 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 22:52:51 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 22:52:51 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 22:52:51 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 22:52:51 -0500
Started GET "/assets/parser_rules/simple-d0b49faae2e84c0e785fec7e55dc10b5.js?body=1" for ::1 at 2015-10-18 22:52:51 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 22:52:51 -0500
Started GET "/assets/pulitzer-c8858f0715d845605d716558cba56cc1.js?body=1" for ::1 at 2015-10-18 22:52:51 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 22:52:51 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 22:52:51 -0500
Started GET "/assets/wysihtml-fb842cda5990bd0b9165e63e61fd75a6.js?body=1" for ::1 at 2015-10-18 22:52:51 -0500
Started GET "/assets/application-4f61fb2fedbd017e127e939a9dbb128a.js?body=1" for ::1 at 2015-10-18 22:52:51 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-18 22:52:51 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 22:59:34 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.5ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (33.3ms)
Completed 200 OK in 144ms (Views: 141.2ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 22:59:34 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 22:59:34 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 22:59:34 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 22:59:34 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 22:59:34 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 22:59:34 -0500
Started GET "/assets/pulitzer-c8858f0715d845605d716558cba56cc1.js?body=1" for ::1 at 2015-10-18 22:59:34 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 22:59:34 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 22:59:35 -0500
Started GET "/assets/parser_rules/simple-d0b49faae2e84c0e785fec7e55dc10b5.js?body=1" for ::1 at 2015-10-18 22:59:35 -0500
Started GET "/assets/application-c16315596538c283a3839148e9f72d2e.js?body=1" for ::1 at 2015-10-18 22:59:35 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-18 22:59:35 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 23:01:41 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.1ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (27.5ms)
Completed 200 OK in 289ms (Views: 287.1ms | ActiveRecord: 0.9ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 23:01:42 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 23:01:42 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 23:01:42 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 23:01:42 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 23:01:42 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 23:01:42 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 23:01:42 -0500
Started GET "/assets/pulitzer-627eaaa9fa9928e2764ce974d64b02d3.js?body=1" for ::1 at 2015-10-18 23:01:42 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 23:01:42 -0500
Started GET "/assets/parser_rules/simple-d0b49faae2e84c0e785fec7e55dc10b5.js?body=1" for ::1 at 2015-10-18 23:01:42 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-18 23:01:42 -0500
Started GET "/assets/application-d403137dae93c9f8d2fedd92846e2ea5.js?body=1" for ::1 at 2015-10-18 23:01:42 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 23:04:08 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.3ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (34.9ms)
Completed 200 OK in 101ms (Views: 97.8ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 23:04:08 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 23:04:08 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 23:04:08 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 23:04:08 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 23:04:08 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 23:04:08 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 23:04:08 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 23:04:08 -0500
Started GET "/assets/pulitzer-627eaaa9fa9928e2764ce974d64b02d3.js?body=1" for ::1 at 2015-10-18 23:04:08 -0500
Started GET "/assets/parser_rules/simple-d0b49faae2e84c0e785fec7e55dc10b5.js?body=1" for ::1 at 2015-10-18 23:04:08 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-18 23:04:08 -0500
Started GET "/assets/application-d403137dae93c9f8d2fedd92846e2ea5.js?body=1" for ::1 at 2015-10-18 23:04:08 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 23:04:21 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.8ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (89.9ms)
Completed 200 OK in 225ms (Views: 222.4ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 23:04:21 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 23:04:21 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 23:04:21 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 23:04:21 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 23:04:21 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 23:04:21 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 23:04:21 -0500
Started GET "/assets/pulitzer-c8858f0715d845605d716558cba56cc1.js?body=1" for ::1 at 2015-10-18 23:04:21 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 23:04:21 -0500
Started GET "/assets/parser_rules/simple-d0b49faae2e84c0e785fec7e55dc10b5.js?body=1" for ::1 at 2015-10-18 23:04:21 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-18 23:04:21 -0500
Started GET "/assets/application-c16315596538c283a3839148e9f72d2e.js?body=1" for ::1 at 2015-10-18 23:04:21 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 23:05:31 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.0ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.0ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.7ms)
[1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (31.9ms)
Completed 200 OK in 102ms (Views: 98.6ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 23:05:31 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 23:05:31 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 23:05:31 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 23:05:31 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 23:05:31 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 23:05:31 -0500
Started GET "/assets/pulitzer-c8858f0715d845605d716558cba56cc1.js?body=1" for ::1 at 2015-10-18 23:05:31 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 23:05:31 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 23:05:31 -0500
Started GET "/assets/parser_rules/simple-d0b49faae2e84c0e785fec7e55dc10b5.js?body=1" for ::1 at 2015-10-18 23:05:31 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-18 23:05:31 -0500
Started GET "/assets/application-c16315596538c283a3839148e9f72d2e.js?body=1" for ::1 at 2015-10-18 23:05:31 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 23:05:44 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.3ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (39.6ms)
Completed 200 OK in 904ms (Views: 901.3ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 23:05:45 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 23:05:45 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 23:05:45 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 23:05:45 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 23:05:45 -0500
Started GET "/assets/pulitzer-63d5b951b75a604f98c6e72df649dfad.js?body=1" for ::1 at 2015-10-18 23:05:45 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 23:05:45 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 23:05:45 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 23:05:45 -0500
Started GET "/assets/parser_rules/simple-d0b49faae2e84c0e785fec7e55dc10b5.js?body=1" for ::1 at 2015-10-18 23:05:45 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-18 23:05:45 -0500
Started GET "/assets/application-e49e6ee368166d3b45fe5e6b751c90cf.js?body=1" for ::1 at 2015-10-18 23:05:45 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 23:09:33 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (10.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (16.6ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.9ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (60.8ms)
Completed 200 OK in 153ms (Views: 148.1ms | ActiveRecord: 1.6ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 23:09:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 23:09:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 23:09:33 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 23:09:33 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 23:09:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 23:09:33 -0500
Started GET "/assets/pulitzer-63d5b951b75a604f98c6e72df649dfad.js?body=1" for ::1 at 2015-10-18 23:09:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 23:09:33 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 23:09:33 -0500
Started GET "/assets/parser_rules/simple-d0b49faae2e84c0e785fec7e55dc10b5.js?body=1" for ::1 at 2015-10-18 23:09:33 -0500
Started GET "/assets/application-e49e6ee368166d3b45fe5e6b751c90cf.js?body=1" for ::1 at 2015-10-18 23:09:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-18 23:09:33 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 23:10:51 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.8ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (41.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (47.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (80.0ms)
Completed 200 OK in 151ms (Views: 148.1ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 23:10:51 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 23:10:51 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 23:10:51 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 23:10:51 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 23:10:51 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 23:10:51 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 23:10:51 -0500
Started GET "/assets/pulitzer-63d5b951b75a604f98c6e72df649dfad.js?body=1" for ::1 at 2015-10-18 23:10:51 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-18 23:10:51 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 23:10:51 -0500
Started GET "/assets/application-e49e6ee368166d3b45fe5e6b751c90cf.js?body=1" for ::1 at 2015-10-18 23:10:51 -0500
Started GET "/assets/parser_rules/simple-d0b49faae2e84c0e785fec7e55dc10b5.js?body=1" for ::1 at 2015-10-18 23:10:51 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 23:11:19 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.2ms)
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (37.1ms)
Completed 200 OK in 107ms (Views: 104.1ms | ActiveRecord: 1.2ms)
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 23:11:19 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 23:11:19 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 23:11:19 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 23:11:19 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 23:11:19 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 23:11:19 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 23:11:19 -0500
Started GET "/assets/pulitzer-63d5b951b75a604f98c6e72df649dfad.js?body=1" for ::1 at 2015-10-18 23:11:19 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 23:11:19 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-18 23:11:19 -0500
Started GET "/assets/parser_rules/simple-d0b49faae2e84c0e785fec7e55dc10b5.js?body=1" for ::1 at 2015-10-18 23:11:19 -0500
Started GET "/assets/application-e49e6ee368166d3b45fe5e6b751c90cf.js?body=1" for ::1 at 2015-10-18 23:11:19 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 23:11:39 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.5ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.8ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.2ms)
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (32.4ms)
Completed 200 OK in 97ms (Views: 94.0ms | ActiveRecord: 1.3ms)
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 23:11:39 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 23:11:39 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 23:11:39 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 23:11:39 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 23:11:39 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 23:11:39 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 23:11:39 -0500
Started GET "/assets/pulitzer-63d5b951b75a604f98c6e72df649dfad.js?body=1" for ::1 at 2015-10-18 23:11:39 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 23:11:39 -0500
Started GET "/assets/parser_rules/simple-d0b49faae2e84c0e785fec7e55dc10b5.js?body=1" for ::1 at 2015-10-18 23:11:39 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-18 23:11:39 -0500
Started GET "/assets/application-e49e6ee368166d3b45fe5e6b751c90cf.js?body=1" for ::1 at 2015-10-18 23:11:39 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 23:23:12 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.6ms)
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (36.4ms)
Completed 200 OK in 103ms (Views: 100.1ms | ActiveRecord: 1.1ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 23:23:12 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 23:23:12 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 23:23:12 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 23:23:12 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 23:23:12 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 23:23:12 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 23:23:12 -0500
Started GET "/assets/pulitzer-63d5b951b75a604f98c6e72df649dfad.js?body=1" for ::1 at 2015-10-18 23:23:12 -0500
Started GET "/assets/parser_rules/simple-d0b49faae2e84c0e785fec7e55dc10b5.js?body=1" for ::1 at 2015-10-18 23:23:12 -0500
Started GET "/assets/application-e49e6ee368166d3b45fe5e6b751c90cf.js?body=1" for ::1 at 2015-10-18 23:23:12 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 23:23:12 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-18 23:23:12 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 23:34:25 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.6ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (36.7ms)
Completed 200 OK in 107ms (Views: 103.9ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 23:34:25 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 23:34:25 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 23:34:25 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 23:34:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 23:34:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 23:34:25 -0500
Started GET "/assets/pulitzer-63d5b951b75a604f98c6e72df649dfad.js?body=1" for ::1 at 2015-10-18 23:34:25 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 23:34:25 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 23:34:25 -0500
Started GET "/assets/parser_rules/simple-d0b49faae2e84c0e785fec7e55dc10b5.js?body=1" for ::1 at 2015-10-18 23:34:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-18 23:34:25 -0500
Started GET "/assets/application-e49e6ee368166d3b45fe5e6b751c90cf.js?body=1" for ::1 at 2015-10-18 23:34:25 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 23:34:50 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.2ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (38.5ms)
Completed 200 OK in 719ms (Views: 716.2ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 23:34:51 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 23:34:51 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 23:34:51 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 23:34:51 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 23:34:51 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 23:34:51 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 23:34:51 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 23:34:51 -0500
Started GET "/assets/pulitzer-5cd42e3abaf01d00f8ba758745d59ce8.js?body=1" for ::1 at 2015-10-18 23:34:51 -0500
Started GET "/assets/parser_rules/simple-d0b49faae2e84c0e785fec7e55dc10b5.js?body=1" for ::1 at 2015-10-18 23:34:51 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-18 23:34:51 -0500
Started GET "/assets/application-134d005398e53410447286660e70ec15.js?body=1" for ::1 at 2015-10-18 23:34:51 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 23:41:35 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.9ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (33.4ms)
Completed 200 OK in 622ms (Views: 619.4ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 23:41:36 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 23:41:36 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 23:41:36 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 23:41:36 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 23:41:36 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 23:41:36 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 23:41:37 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-18 23:41:37 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-18 23:41:37 -0500
Started GET "/assets/application-1812cdfa6ac6956782ae65c83fc2aa83.js?body=1" for ::1 at 2015-10-18 23:41:37 -0500
Started GET "/assets/pulitzer-1b726e70b2c0a239aee0007aaad7b62a.js?body=1" for ::1 at 2015-10-18 23:41:37 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 23:41:37 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 23:41:44 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.9ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (30.0ms)
Completed 200 OK in 90ms (Views: 87.4ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 23:41:44 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 23:41:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 23:41:44 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 23:41:44 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 23:41:44 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 23:41:44 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 23:41:44 -0500
Started GET "/assets/pulitzer-1b726e70b2c0a239aee0007aaad7b62a.js?body=1" for ::1 at 2015-10-18 23:41:44 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 23:41:45 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-18 23:41:45 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-18 23:41:45 -0500
Started GET "/assets/application-1812cdfa6ac6956782ae65c83fc2aa83.js?body=1" for ::1 at 2015-10-18 23:41:45 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 23:41:56 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.1ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (32.8ms)
Completed 200 OK in 1987ms (Views: 1984.0ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 23:41:58 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 23:41:58 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 23:41:58 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 23:41:58 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 23:41:58 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 23:41:58 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 23:41:58 -0500
Started GET "/assets/pulitzer-1b726e70b2c0a239aee0007aaad7b62a.js?body=1" for ::1 at 2015-10-18 23:41:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 23:41:58 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-18 23:41:58 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-18 23:41:58 -0500
Started GET "/assets/application-0fef965f60cd990e74a45106b636ab73.js?body=1" for ::1 at 2015-10-18 23:41:58 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 23:42:09 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.6ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.7ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1205.4ms)
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1233.4ms)
Completed 200 OK in 1336ms (Views: 1334.0ms | ActiveRecord: 0.9ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 23:42:10 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 23:42:10 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 23:42:11 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 23:42:11 -0500
Started GET "/assets/pulitzer-6f0edffba51f5f7a1dca56a65d297a60.js?body=1" for ::1 at 2015-10-18 23:42:11 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 23:42:11 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 23:42:11 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 23:42:11 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 23:42:11 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-18 23:42:11 -0500
Started GET "/assets/application-540fb01568ef7bc4c391e3afa02df730.js?body=1" for ::1 at 2015-10-18 23:42:11 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-18 23:42:11 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-18 23:43:08 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.7ms)
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (36.4ms)
Completed 200 OK in 99ms (Views: 95.9ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-18 23:43:09 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-18 23:43:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-18 23:43:09 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-18 23:43:09 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-18 23:43:09 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-18 23:43:09 -0500
Started GET "/assets/pulitzer-6f0edffba51f5f7a1dca56a65d297a60.js?body=1" for ::1 at 2015-10-18 23:43:09 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-18 23:43:09 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-18 23:43:09 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-18 23:43:09 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-18 23:43:09 -0500
Started GET "/assets/application-540fb01568ef7bc4c391e3afa02df730.js?body=1" for ::1 at 2015-10-18 23:43:09 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 11:04:28 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (3.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.3ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (11.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (15.2ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mPulitzer::ContentElement Load (0.4ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (12.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (18.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (66.4ms)
Completed 200 OK in 299ms (Views: 269.6ms | ActiveRecord: 4.9ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 11:04:29 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 11:04:29 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 11:04:29 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 11:04:29 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 11:04:29 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 11:04:29 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 11:04:29 -0500
Started GET "/assets/pulitzer-4ebba15f32f10ff82fd6ac7083adb272.js?body=1" for ::1 at 2015-10-19 11:04:29 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 11:04:29 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 11:04:29 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 11:04:29 -0500
Started GET "/assets/application-7ad6f57d104df6407b1687c7df70e800.js?body=1" for ::1 at 2015-10-19 11:04:29 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 11:05:10 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.6ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (35.4ms)
Completed 200 OK in 118ms (Views: 114.5ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 11:05:10 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 11:05:10 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 11:05:10 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 11:05:10 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 11:05:10 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 11:05:10 -0500
Started GET "/assets/pulitzer-4ebba15f32f10ff82fd6ac7083adb272.js?body=1" for ::1 at 2015-10-19 11:05:10 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 11:05:10 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 11:05:10 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 11:05:10 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 11:05:10 -0500
Started GET "/assets/application-7ad6f57d104df6407b1687c7df70e800.js?body=1" for ::1 at 2015-10-19 11:05:10 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 11:28:42 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.4ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.6ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (31.6ms)
Completed 200 OK in 3845ms (Views: 3841.6ms | ActiveRecord: 1.2ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 11:28:46 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 11:28:46 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 11:28:46 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 11:28:46 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 11:28:46 -0500
Started GET "/assets/pulitzer-4ebba15f32f10ff82fd6ac7083adb272.js?body=1" for ::1 at 2015-10-19 11:28:46 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 11:28:46 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 11:28:46 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 11:28:46 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 11:28:46 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 11:28:46 -0500
Started GET "/assets/application-7ad6f57d104df6407b1687c7df70e800.js?body=1" for ::1 at 2015-10-19 11:28:46 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 11:33:24 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.8ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (30.8ms)
Completed 200 OK in 108ms (Views: 106.3ms | ActiveRecord: 0.7ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 11:33:25 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 11:33:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 11:33:25 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 11:33:25 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 11:33:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 11:33:25 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 11:33:25 -0500
Started GET "/assets/pulitzer-4ebba15f32f10ff82fd6ac7083adb272.js?body=1" for ::1 at 2015-10-19 11:33:26 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 11:33:26 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 11:33:26 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 11:33:26 -0500
Started GET "/assets/application-7ad6f57d104df6407b1687c7df70e800.js?body=1" for ::1 at 2015-10-19 11:33:26 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 11:53:59 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.7ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (38.5ms)
Completed 200 OK in 152ms (Views: 149.3ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 11:54:00 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 11:54:00 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 11:54:00 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 11:54:00 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 11:54:00 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 11:54:00 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 11:54:00 -0500
Started GET "/assets/pulitzer-a41e1557834be22dbe8d30a3eec42308.js?body=1" for ::1 at 2015-10-19 11:54:02 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 11:54:02 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 11:54:02 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 11:54:02 -0500
Started GET "/assets/application-7421241ca8b0e3a90582d77c726935d4.js?body=1" for ::1 at 2015-10-19 11:54:02 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-10-19 11:54:08 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (16.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (18.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (21.4ms)
Completed 200 OK in 86ms (Views: 84.8ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=OxY0LZiJPTapbBHDyq36XPSkBrGKKkJ4ZSvEvDnoNEvj%2BSKjzS2gM0p54wmUU8Bak2npkGMfcus13fSI8sRkig%3D%3D" for ::1 at 2015-10-19 11:54:13 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"OxY0LZiJPTapbBHDyq36XPSkBrGKKkJ4ZSvEvDnoNEvj+SKjzS2gM0p54wmUU8Bak2npkGMfcus13fSI8sRkig==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (18.4ms)
Completed 200 OK in 38ms (Views: 36.9ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-10-19 11:54:17 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"9ZhzZ9fU2snIJeWXMi2IZhTLHDV61JePyt3dIoVrHmgtd2XpgnBHzCswF11s07JgcwbzFJPhpxyaK+0WTkdOqQ==", "post_type"=>{"name"=>"News", "plural"=>"1", "template"=>"0"}, "commit"=>"Update post type", "id"=>"1"}
[1m[35mPulitzer::PostType Load (0.2ms)[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.4ms)[0m UPDATE "pulitzer_post_types" SET "plural" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ? [["plural", "t"], ["updated_at", "2015-10-19 16:54:18.165512"], ["id", 1]]
[1m[36m (0.8ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (18.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (78.4ms)
Completed 200 OK in 108ms (Views: 96.1ms | ActiveRecord: 1.9ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-10-19 11:54:19 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"1"}
[1m[36mPulitzer::PostType Load (0.5ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (8.8ms)
Completed 200 OK in 82ms (Views: 80.3ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 11:54:21 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.8ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.6ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (33.2ms)
Completed 200 OK in 91ms (Views: 88.5ms | ActiveRecord: 0.9ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 11:55:28 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (11.0ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (38.6ms)
Completed 200 OK in 132ms (Views: 127.6ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 11:55:28 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 11:55:28 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 11:55:28 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 11:55:28 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 11:55:28 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 11:55:28 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 11:55:28 -0500
Started GET "/assets/pulitzer-cdc4b27143e7002198e624baa11fa18d.js?body=1" for ::1 at 2015-10-19 11:55:28 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 11:55:28 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 11:55:28 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 11:55:28 -0500
Started GET "/assets/application-5768255a0a568235bab5706d569f3693.js?body=1" for ::1 at 2015-10-19 11:55:28 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 12:00:32 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (29.6ms)
Completed 200 OK in 694ms (Views: 691.6ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 12:00:33 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 12:00:33 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 12:00:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 12:00:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 12:00:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 12:00:33 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 12:00:33 -0500
Started GET "/assets/pulitzer-53affff2225ca4afc56c1670c9063b16.js?body=1" for ::1 at 2015-10-19 12:00:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 12:00:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 12:00:34 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 12:00:34 -0500
Started GET "/assets/application-693cbc74019791fb1edd2d63ca48bfc9.js?body=1" for ::1 at 2015-10-19 12:00:34 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 12:02:34 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.3ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (303.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (329.7ms)
Completed 200 OK in 456ms (Views: 453.0ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 12:02:35 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 12:02:35 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 12:02:35 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 12:02:35 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 12:02:35 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 12:02:36 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 12:02:36 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 12:02:36 -0500
Started GET "/assets/pulitzer-90fc36b58d46b3d6e39d92cd0c77ae0b.js?body=1" for ::1 at 2015-10-19 12:02:36 -0500
Started GET "/assets/application-ce80c32050025bfcab8dbd5b8e4870db.js?body=1" for ::1 at 2015-10-19 12:02:36 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 12:02:36 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 12:02:36 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 15:02:59 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.8ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.3ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (11.5ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.5ms)
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (56.2ms)
Completed 200 OK in 175ms (Views: 155.2ms | ActiveRecord: 2.2ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 15:35:48 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.8ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::PostType Load (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (10.7ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (41.5ms)
Completed 200 OK in 166ms (Views: 162.3ms | ActiveRecord: 1.8ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 15:35:48 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 15:35:48 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 15:35:48 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 15:35:48 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 15:35:48 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 15:35:48 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 15:35:48 -0500
Started GET "/assets/pulitzer-53affff2225ca4afc56c1670c9063b16.js?body=1" for ::1 at 2015-10-19 15:35:48 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 15:35:49 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 15:35:49 -0500
Started GET "/assets/application-693cbc74019791fb1edd2d63ca48bfc9.js?body=1" for ::1 at 2015-10-19 15:35:49 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 15:35:49 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 15:35:59 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.7ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (36.5ms)
Completed 200 OK in 107ms (Views: 104.3ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 15:35:59 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 15:35:59 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 15:35:59 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 15:35:59 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 15:35:59 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 15:35:59 -0500
Started GET "/assets/pulitzer-53affff2225ca4afc56c1670c9063b16.js?body=1" for ::1 at 2015-10-19 15:35:59 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 15:35:59 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 15:35:59 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 15:35:59 -0500
Started GET "/assets/application-693cbc74019791fb1edd2d63ca48bfc9.js?body=1" for ::1 at 2015-10-19 15:35:59 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 15:35:59 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 15:36:47 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.3ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (9.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (315.5ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.2ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (17.0ms)
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (369.5ms)
Completed 200 OK in 472ms (Views: 468.4ms | ActiveRecord: 1.7ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 15:36:48 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 15:36:48 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 15:36:48 -0500
Started GET "/assets/pulitzer-15abe074396d901255f0f33892b98805.js?body=1" for ::1 at 2015-10-19 15:36:48 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 15:36:48 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 15:36:48 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 15:36:48 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 15:36:48 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 15:36:48 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 15:36:48 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 15:36:48 -0500
Started GET "/assets/application-940c63c129bdcf3144c3ceaa301aa890.js?body=1" for ::1 at 2015-10-19 15:36:48 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 15:38:31 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.5ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.1ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (29.2ms)
Completed 200 OK in 120ms (Views: 117.1ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 15:38:31 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 15:38:31 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 15:38:31 -0500
Started GET "/assets/pulitzer-cffb26b7047a9c3c80d17e4a6c7af352.js?body=1" for ::1 at 2015-10-19 15:38:31 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 15:38:31 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 15:38:31 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 15:38:31 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 15:38:31 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 15:38:31 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 15:38:33 -0500
Started GET "/assets/application-bcf35bf8d16a7af815c99fc3280ae52f.js?body=1" for ::1 at 2015-10-19 15:38:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 15:38:33 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 15:39:32 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.9ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.9ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (29.1ms)
Completed 200 OK in 85ms (Views: 83.3ms | ActiveRecord: 0.9ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 15:39:33 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 15:39:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 15:39:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 15:39:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 15:39:33 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 15:39:33 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 15:39:33 -0500
Started GET "/assets/pulitzer-cffb26b7047a9c3c80d17e4a6c7af352.js?body=1" for ::1 at 2015-10-19 15:39:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 15:39:33 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 15:39:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 15:39:33 -0500
Started GET "/assets/application-bcf35bf8d16a7af815c99fc3280ae52f.js?body=1" for ::1 at 2015-10-19 15:39:33 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 15:39:48 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.8ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (35.9ms)
Completed 200 OK in 232ms (Views: 228.9ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 15:39:48 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 15:39:48 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 15:39:48 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 15:39:48 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 15:39:48 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 15:39:48 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 15:39:48 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 15:39:48 -0500
Started GET "/assets/pulitzer-ae68e469d885acceb1bbeb25e89d52d0.js?body=1" for ::1 at 2015-10-19 15:39:48 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 15:39:48 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 15:39:48 -0500
Started GET "/assets/application-dc960a245157067919746592f2bb5fc2.js?body=1" for ::1 at 2015-10-19 15:39:48 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 15:53:10 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.2ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (31.2ms)
Completed 200 OK in 357ms (Views: 354.7ms | ActiveRecord: 0.8ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 15:53:11 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 15:53:11 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 15:53:11 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 15:53:11 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 15:53:11 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 15:53:11 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 15:53:12 -0500
Started GET "/assets/pulitzer-9805bbf7010ab99f7ef5990bb787f251.js?body=1" for ::1 at 2015-10-19 15:53:12 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 15:53:12 -0500
Started GET "/assets/application-288e9be477075665189c7875b3d86eb0.js?body=1" for ::1 at 2015-10-19 15:53:12 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 15:53:12 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 15:53:12 -0500
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-10-19 16:11:14 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"1"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (56.1ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-10-19 16:11:41 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:10: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '('
...ml << image_tag content_element.image_url(:thumb) if content...
... ^):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:10: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '('
...ml << image_tag content_element.image_url(:thumb) if content...
... ^
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on'
activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/posts_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (58.2ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-10-19 16:13:25 -0500
ActionController::RoutingError (Couldn't find Pulitzer::ContentElementsHelper, expected it to be defined in helpers/pulitzer/content_elements_helper.rb):
actionpack (4.2.4) lib/abstract_controller/helpers.rb:162:in `rescue in block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:155:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/posts_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (7.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (1208.3ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-10-19 16:15:31 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"1"}
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (18.5ms)
Completed 200 OK in 197ms (Views: 161.6ms | ActiveRecord: 0.9ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 16:15:31 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 16:15:31 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 16:15:31 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 16:15:31 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 16:15:31 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 16:15:31 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 16:15:31 -0500
Started GET "/assets/pulitzer-9805bbf7010ab99f7ef5990bb787f251.js?body=1" for ::1 at 2015-10-19 16:15:33 -0500
Started GET "/assets/application-288e9be477075665189c7875b3d86eb0.js?body=1" for ::1 at 2015-10-19 16:15:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 16:15:33 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 16:15:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 16:15:33 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-10-19 16:15:36 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (9.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (13.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (48.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (52.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (56.9ms)
Completed 200 OK in 153ms (Views: 151.2ms | ActiveRecord: 1.0ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=jQH%2BZZ3JitQmvp8YChGvZLIqOS7aAXhQjoENtHcj5QtV7ujryG0X0cWrbdJU75Vi1efWDzM0SMPedz2AvA%2B1yg%3D%3D" for ::1 at 2015-10-19 16:15:56 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"jQH+ZZ3JitQmvp8YChGvZLIqOS7aAXhQjoENtHcj5QtV7ujryG0X0cWrbdJU75Vi1efWDzM0SMPedz2AvA+1yg=="}
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (22.2ms)
Completed 200 OK in 43ms (Views: 40.0ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-10-19 16:16:09 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Qq8NDfOftKDvktebHD+WUXamY7lWvp46hrUGSxzgNayaQBuDpjsppQyHJVFCwaxXEWuMmL+LrqnWQzZ/18xlbQ==", "post_type_content_element_type"=>{"label"=>"hero image", "content_element_type_id"=>"2", "post_type_id"=>"1"}, "commit"=>"Content element"}
[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.2ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label", "hero image"], ["content_element_type_id", 2], ["post_type_id", 1], ["created_at", "2015-10-19 21:16:09.305257"], ["updated_at", "2015-10-19 21:16:09.305257"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.9ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."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.9ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("post_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["post_id", 1], ["label", "hero image"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 3], ["created_at", "2015-10-19 21:16:09.374555"], ["updated_at", "2015-10-19 21:16:09.374555"]]
[1m[35m (0.6ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (21.1ms)
Completed 200 OK in 114ms (Views: 37.0ms | ActiveRecord: 4.5ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=jQH%2BZZ3JitQmvp8YChGvZLIqOS7aAXhQjoENtHcj5QtV7ujryG0X0cWrbdJU75Vi1efWDzM0SMPedz2AvA%2B1yg%3D%3D" for ::1 at 2015-10-19 16:16:16 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"jQH+ZZ3JitQmvp8YChGvZLIqOS7aAXhQjoENtHcj5QtV7ujryG0X0cWrbdJU75Vi1efWDzM0SMPedz2AvA+1yg==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (25.0ms)
Completed 200 OK in 1148ms (Views: 1147.7ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types/1?authenticity_token=jQH%2BZZ3JitQmvp8YChGvZLIqOS7aAXhQjoENtHcj5QtV7ujryG0X0cWrbdJU75Vi1efWDzM0SMPedz2AvA%2B1yg%3D%3D" for ::1 at 2015-10-19 16:16:19 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"jQH+ZZ3JitQmvp8YChGvZLIqOS7aAXhQjoENtHcj5QtV7ujryG0X0cWrbdJU75Vi1efWDzM0SMPedz2AvA+1yg==", "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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (16.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (107.1ms)
Completed 200 OK in 124ms (Views: 122.8ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-10-19 16:16:20 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (5.9ms)
Completed 200 OK in 77ms (Views: 76.0ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 16:16:22 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (20.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (23.0ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.1ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (68.4ms)
Completed 200 OK in 134ms (Views: 129.1ms | ActiveRecord: 2.0ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 16:16:49 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.0ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.1ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (23.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (26.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (61.1ms)
Completed 500 Internal Server Error in 66ms (ActiveRecord: 1.0ms)
ActionView::Template::Error (undefined local variable or method `upload' for #<#:0x007f9b8a9bfa00>):
4: <%= f.label content_element.label %>
5: <%= f.text_field :title, placeholder: 'Title' %>
6: <% if content_element.image_type? %>
7: <%= content_element_input(content_element, f) %>
8:
9: <%= image_tag content_element.image_url(:thumb) %>
10:
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:11:in `render_image_input'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:5:in `content_element_input'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:7:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___4422025959562597220_70153017307820'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___4422025959562597220_70153017307820'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__4302698853547168683_70153008654740'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:17:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__2473706062952552272_70153010821500'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__2473706062952552272_70153010821500'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (54.0ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 16:17:02 -0500
ActionController::RoutingError (Couldn't find Pulitzer::ContentElementsHelper, expected it to be defined in helpers/pulitzer/content_elements_helper.rb):
actionpack (4.2.4) lib/abstract_controller/helpers.rb:162:in `rescue in block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:155:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:108:in `helper'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:186:in `default_helper_module!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:36:in `block in inherited'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:36:in `class_eval'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:36:in `inherited'
actionview (4.2.4) lib/action_view/layouts.rb:217:in `inherited'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:226:in `inherited'
actionpack (4.2.4) lib/abstract_controller/railties/routes_helpers.rb:7:in `block (2 levels) in with'
actionpack (4.2.4) lib/action_controller/railties/helpers.rb:5:in `inherited'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:1:in `
'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (123.7ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 16:17:16 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (18.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (21.2ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.7ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (26.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (38.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.2ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (132.9ms)
Completed 200 OK in 310ms (Views: 241.6ms | ActiveRecord: 3.4ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 16:17:17 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 16:17:17 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 16:17:17 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 16:17:17 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 16:17:17 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 16:17:17 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 16:17:17 -0500
Started GET "/assets/pulitzer-9805bbf7010ab99f7ef5990bb787f251.js?body=1" for ::1 at 2015-10-19 16:17:17 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 16:17:17 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 16:17:17 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 16:17:17 -0500
Started GET "/assets/application-288e9be477075665189c7875b3d86eb0.js?body=1" for ::1 at 2015-10-19 16:17:17 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 16:18:26 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (19.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (21.8ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (28.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (37.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.0ms)
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (118.0ms)
Completed 200 OK in 293ms (Views: 230.4ms | ActiveRecord: 3.2ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 16:18:26 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 16:18:26 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 16:18:26 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 16:18:26 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 16:18:26 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 16:18:26 -0500
Started GET "/assets/pulitzer-9805bbf7010ab99f7ef5990bb787f251.js?body=1" for ::1 at 2015-10-19 16:18:26 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 16:18:26 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 16:18:26 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 16:18:26 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 16:18:27 -0500
Started GET "/assets/application-288e9be477075665189c7875b3d86eb0.js?body=1" for ::1 at 2015-10-19 16:18:27 -0500
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-10-19 16:18:42 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"QDf2J8l8QLP8lS0f1crnMmjgGNGfrwtjfExQepNBNnuY2OCpnNjdth+A39WLNN00Dy338HaaO/AsumBOWG1mug==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo04.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo04.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"3"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m begin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m rollback 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", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.9ms)
Completed 200 OK in 726ms (Views: 24.1ms | ActiveRecord: 1.0ms)
Started GET "/pulitzer/posts/news/content_elements/3/edit?authenticity_token=UZoJMXtfXjnnb%2B2uQx8KHJejp%2FCejrwq649e2%2FFx%2F0OJdR%2B%2FLvvDPAR6H2Qd4TAa8G5I0Xe7jLm7eW7vOl2vgg%3D%3D" for ::1 at 2015-10-19 16:18:47 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"UZoJMXtfXjnnb+2uQx8KHJejp/Cejrwq649e2/Fx/0OJdR+/LvvDPAR6H2Qd4TAa8G5I0Xe7jLm7eW7vOl2vgg==", "post_id"=>"news", "id"=>"3"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (25.5ms)
Completed 200 OK in 43ms (Views: 41.6ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-10-19 16:18:55 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wvm9QTuXNxQ9IeYh9ORW6khSPEkAhA3XCBwWiWP19kyCFqvPbjOqEd40FOuqGmzsL5/TaOmxPURY6ia9qNmmjQ==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo02.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo02.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"3"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m begin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m rollback 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", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Completed 200 OK in 1460ms (Views: 18.8ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 16:19:03 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.3ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.0ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.7ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (44.1ms)
Completed 200 OK in 131ms (Views: 128.1ms | ActiveRecord: 1.1ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 16:19:03 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 16:19:03 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 16:19:03 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 16:19:03 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 16:19:03 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 16:19:03 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 16:19:03 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 16:19:05 -0500
Started GET "/assets/pulitzer-9805bbf7010ab99f7ef5990bb787f251.js?body=1" for ::1 at 2015-10-19 16:19:05 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 16:19:05 -0500
Started GET "/assets/application-288e9be477075665189c7875b3d86eb0.js?body=1" for ::1 at 2015-10-19 16:19:05 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 16:19:05 -0500
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-10-19 16:19:13 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"BPGz9zP4+C0xRaK/YRfEosZZOol0ZsyHeVKIjWnhvgTcHqV5ZlxlKNJQUHU/6f6koZTVqJ1T/BQppLi5os3uxQ==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo01.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo01.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"3"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mbegin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mrollback 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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Completed 200 OK in 22ms (Views: 17.2ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 16:19:16 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.2ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (39.3ms)
Completed 200 OK in 107ms (Views: 105.1ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 16:19:16 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 16:19:16 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 16:19:16 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 16:19:16 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 16:19:19 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 16:19:19 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 16:19:19 -0500
Started GET "/assets/pulitzer-9805bbf7010ab99f7ef5990bb787f251.js?body=1" for ::1 at 2015-10-19 16:19:19 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 16:19:19 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 16:19:19 -0500
Started GET "/assets/application-288e9be477075665189c7875b3d86eb0.js?body=1" for ::1 at 2015-10-19 16:19:19 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 16:19:19 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 16:19:39 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (25.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (27.6ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (34.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (42.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (124.4ms)
Completed 200 OK in 291ms (Views: 226.7ms | ActiveRecord: 3.0ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 16:19:41 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 16:19:41 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 16:19:41 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 16:19:41 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 16:19:41 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 16:19:41 -0500
Started GET "/assets/pulitzer-9805bbf7010ab99f7ef5990bb787f251.js?body=1" for ::1 at 2015-10-19 16:19:41 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 16:19:41 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 16:19:41 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 16:19:41 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 16:19:41 -0500
Started GET "/assets/application-288e9be477075665189c7875b3d86eb0.js?body=1" for ::1 at 2015-10-19 16:19:41 -0500
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-10-19 16:19:48 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"aFkJ2DIfWSRfG+Mh67GAVhwSNb4M8OVeW+r9Kr5IhGGwth9WZ7vEIbwOEeu1T7pQe9/an+XF1c0LHM0edWTUoA==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo04.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo04.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"3"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m begin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35m (0.2ms)[0m rollback 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", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.4ms)
Completed 200 OK in 3861ms (Views: 21.1ms | ActiveRecord: 1.0ms)
Started GET "/pulitzer/posts/news/content_elements/3/edit?authenticity_token=l%2B6EW1kAyPDg65OxifUDx3BLUf9usAIUM0Fc57mRT4xPAZLVDKRV9QP%2BYXvXCznBF4a%2B3oeFModjt2zTcr0fTQ%3D%3D" for ::1 at 2015-10-19 16:19:55 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"l+6EW1kAyPDg65OxifUDx3BLUf9usAIUM0Fc57mRT4xPAZLVDKRV9QP+YXvXCznBF4a+3oeFModjt2zTcr0fTQ==", "post_id"=>"news", "id"=>"3"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (20.6ms)
Completed 200 OK in 39ms (Views: 37.6ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-10-19 16:20:00 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"a6VdiwuX8+ZRCc9JmRzKAnC/26O8r0QTGAYPxREJUC6zSksFXjNu47IcPYPH4vAEF3I0glWadIBI8D/x2iUA7w==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo01.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo01.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"3"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m begin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35m (0.2ms)[0m rollback 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", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Completed 200 OK in 421ms (Views: 20.3ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 16:20:02 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.9ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.5ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (43.4ms)
Completed 200 OK in 143ms (Views: 140.8ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 16:20:03 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 16:20:03 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 16:20:03 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 16:20:03 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 16:20:03 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 16:20:03 -0500
Started GET "/assets/pulitzer-9805bbf7010ab99f7ef5990bb787f251.js?body=1" for ::1 at 2015-10-19 16:20:03 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 16:20:03 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 16:20:03 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 16:20:03 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 16:20:03 -0500
Started GET "/assets/application-288e9be477075665189c7875b3d86eb0.js?body=1" for ::1 at 2015-10-19 16:20:03 -0500
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-10-19 16:20:09 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"u/PbPDC6h+Ki9aXsXPId+K5ipaus0r/skvrOmg9cVipjHM2yZR4a50HgVyYCDCf+ya9KikXnj3/CDP6uxHAG6w==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo05.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo05.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"3"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mbegin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Completed 200 OK in 591ms (Views: 21.8ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 16:20:10 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.8ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.2ms)
[1m[35mPulitzer::ContentElementType Load (0.8ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (50.3ms)
Completed 200 OK in 150ms (Views: 146.7ms | ActiveRecord: 1.8ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 16:20:11 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 16:20:11 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 16:20:11 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 16:20:11 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 16:20:11 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 16:20:11 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 16:20:11 -0500
Started GET "/assets/pulitzer-9805bbf7010ab99f7ef5990bb787f251.js?body=1" for ::1 at 2015-10-19 16:20:11 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 16:20:11 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 16:20:11 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 16:20:11 -0500
Started GET "/assets/application-288e9be477075665189c7875b3d86eb0.js?body=1" for ::1 at 2015-10-19 16:20:11 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 16:20:14 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.5ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (36.6ms)
Completed 200 OK in 356ms (Views: 353.5ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 16:20:15 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 16:20:15 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 16:20:15 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 16:20:15 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 16:20:15 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 16:20:15 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 16:20:15 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 16:20:15 -0500
Started GET "/assets/pulitzer-9805bbf7010ab99f7ef5990bb787f251.js?body=1" for ::1 at 2015-10-19 16:20:15 -0500
Started GET "/assets/application-288e9be477075665189c7875b3d86eb0.js?body=1" for ::1 at 2015-10-19 16:20:15 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 16:20:15 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 16:20:15 -0500
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-10-19 16:20:20 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ge9FWRKt0nX8EDis2xkvsA4ru/gI50+Jz5FcmSdSO8BZAFPXRwlPcB8FymaF5xW2aeZU2eHSfxqfZ2yt7H5rAQ==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo04.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo04.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"3"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 3]]
[1m[36m (0.2ms)[0m [1mbegin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mrollback 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[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Completed 200 OK in 609ms (Views: 19.5ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-10-19 16:20:25 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (7.3ms)
Completed 200 OK in 76ms (Views: 74.1ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 16:20:26 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.3ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (39.0ms)
Completed 200 OK in 537ms (Views: 534.3ms | ActiveRecord: 1.0ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 16:22:49 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.9ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.8ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (33.4ms)
Completed 200 OK in 91ms (Views: 88.9ms | ActiveRecord: 0.8ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 16:22:49 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 16:22:49 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 16:22:49 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 16:22:49 -0500
Started GET "/assets/pulitzer-9805bbf7010ab99f7ef5990bb787f251.js?body=1" for ::1 at 2015-10-19 16:22:49 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 16:22:49 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 16:22:49 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 16:22:49 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 16:22:49 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 16:22:49 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 16:22:49 -0500
Started GET "/assets/application-288e9be477075665189c7875b3d86eb0.js?body=1" for ::1 at 2015-10-19 16:22:49 -0500
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-10-19 16:22:58 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"QJkENiFsdZmUvbhyub5KdUKBbHW/yl/PQwHIvAYPRTeYdhK4dMjonHeoSrjnQHBzJUyDVFb/b1wT9/iIzSMV9g==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo02.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo02.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"3"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mbegin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 3]]
[1m[36m (0.2ms)[0m [1mrollback 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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.9ms)
Completed 200 OK in 2681ms (Views: 25.6ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/posts/news/content_elements/3/edit?authenticity_token=iCbf%2FrHnq3nQA0grMrRKMIikudxoIr%2FJ01pXko1HXuNQyclw5EM2fDMWuuFsSnA272lW%2FYEXj1qDrGemRmsOIg%3D%3D" for ::1 at 2015-10-19 16:23:07 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"iCbf/rHnq3nQA0grMrRKMIikudxoIr/J01pXko1HXuNQyclw5EM2fDMWuuFsSnA272lW/YEXj1qDrGemRmsOIg==", "post_id"=>"news", "id"=>"3"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 3]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (21.4ms)
Completed 200 OK in 38ms (Views: 36.1ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/3?authenticity_token=iCbf%2FrHnq3nQA0grMrRKMIikudxoIr%2FJ01pXko1HXuNQyclw5EM2fDMWuuFsSnA272lW%2FYEXj1qDrGemRmsOIg%3D%3D" for ::1 at 2015-10-19 16:23:08 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"iCbf/rHnq3nQA0grMrRKMIikudxoIr/J01pXko1HXuNQyclw5EM2fDMWuuFsSnA272lW/YEXj1qDrGemRmsOIg==", "id"=>"3"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 3]]
[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", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.3ms)
[1m[36mPulitzer::ContentElement Load (1.5ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" DESC LIMIT 1
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 17:08:11 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (50.9ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 17:09:11 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (19.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (21.6ms)
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (33.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (42.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (122.4ms)
Completed 200 OK in 325ms (Views: 248.6ms | ActiveRecord: 3.0ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 17:09:11 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 17:09:11 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 17:09:11 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 17:09:11 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 17:09:11 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 17:09:11 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 17:09:11 -0500
Started GET "/assets/pulitzer-9805bbf7010ab99f7ef5990bb787f251.js?body=1" for ::1 at 2015-10-19 17:09:11 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 17:09:11 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 17:09:11 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 17:09:11 -0500
Started GET "/assets/application-288e9be477075665189c7875b3d86eb0.js?body=1" for ::1 at 2015-10-19 17:09:11 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-10-19 17:09:31 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"IU1jtEeubkCTP12rWfvhV/A4ljz+qeBZ+4z2ii/GFQL5onU6EgrzRXAqr2EHBdtRl/V5HRec0Mqresa+5OpFww==", "content_element"=>{"title"=>"", "body"=>"https://www.youtube.com/watch?v=MhN6-JHwdzU"}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", ""], ["body", "https://www.youtube.com/watch?v=MhN6-JHwdzU"], ["updated_at", "2015-10-19 22:09:31.842880"], ["id", 1]]
[1m[35m (0.9ms)[0m commit 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", 3]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.7ms)
Completed 200 OK in 43ms (Views: 34.3ms | ActiveRecord: 2.0ms)
Started GET "/pulitzer/posts/news/content_elements/1/edit?authenticity_token=VzOtBdSHmPgK657BobjpdTwEQBuX40PlrUhoQPoAd2uP3LuLgSMF%2Fen%2BbAv%2FRtNzW8mvOn7Wc3b9vlh0MSwnqg%3D%3D" for ::1 at 2015-10-19 17:09:35 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"VzOtBdSHmPgK657BobjpdTwEQBuX40PlrUhoQPoAd2uP3LuLgSMF/en+bAv/RtNzW8mvOn7Wc3b9vlh0MSwnqg==", "post_id"=>"news", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (55.2ms)
Completed 200 OK in 82ms (Views: 78.9ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-10-19 17:09:42 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"remqmRHI3laeAlNDspRLb6QgA6BAq+nmPfICZj3Bl+Z1BrwXRGxDU30XoYnsanFpw+3sgame2XVtBDJS9u3HJw==", "content_element"=>{"title"=>"", "body"=>"asdfasdfa"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", ""], ["body", "asdfasdfa"], ["updated_at", "2015-10-19 22:09:42.025276"], ["id", 2]]
[1m[35m (895.6ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
Completed 200 OK in 922ms (Views: 21.7ms | ActiveRecord: 896.4ms)
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-10-19 17:09:49 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"1D2FHDSFV+YDidUHUYsQh1ktkcyu968snPTr3mVIEsYM0pOSYSHK4+CcJ80PdSqBPuB+7UfCn7/MAtvqrmRCBw==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo03.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo03.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"3"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m begin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35m (0.2ms)[0m rollback 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", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.5ms)
Completed 200 OK in 44ms (Views: 22.5ms | ActiveRecord: 1.0ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 17:09:53 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.6ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.2ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (36.5ms)
Completed 200 OK in 127ms (Views: 124.6ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 17:09:54 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 17:09:54 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 17:09:54 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 17:09:54 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 17:09:54 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 17:09:54 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 17:09:54 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 17:09:54 -0500
Started GET "/assets/application-288e9be477075665189c7875b3d86eb0.js?body=1" for ::1 at 2015-10-19 17:09:54 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 17:09:54 -0500
Started GET "/assets/pulitzer-9805bbf7010ab99f7ef5990bb787f251.js?body=1" for ::1 at 2015-10-19 17:09:54 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 17:09:54 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 17:10:28 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (18.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (20.9ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mPulitzer::ContentElement Load (0.4ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (30.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (34.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (110.4ms)
Completed 200 OK in 282ms (Views: 217.7ms | ActiveRecord: 3.3ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 17:10:30 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 17:10:30 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 17:10:30 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 17:10:30 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 17:10:30 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 17:10:30 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 17:10:30 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 17:10:30 -0500
Started GET "/assets/pulitzer-9805bbf7010ab99f7ef5990bb787f251.js?body=1" for ::1 at 2015-10-19 17:10:30 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 17:10:30 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 17:10:30 -0500
Started GET "/assets/application-288e9be477075665189c7875b3d86eb0.js?body=1" for ::1 at 2015-10-19 17:10:30 -0500
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-10-19 17:10:50 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"PkC6zlnIlfVz/GR7A0txP1ohswi9egDVnO4z7s0DSmDmr6xADGwI8JDplrFdtUs5PexcKVRPMEbMGAPaBi8aoQ==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo04.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo04.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"3"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m begin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m rollback 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", 2]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.0ms)
Completed 200 OK in 38ms (Views: 21.1ms | ActiveRecord: 0.9ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 17:11:01 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.8ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.0ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.4ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (2531.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2535.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (2563.6ms)
Completed 200 OK in 2653ms (Views: 2650.6ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 17:11:05 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 17:11:05 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 17:11:05 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 17:11:05 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 17:11:05 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 17:11:05 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 17:11:05 -0500
Started GET "/assets/pulitzer-9805bbf7010ab99f7ef5990bb787f251.js?body=1" for ::1 at 2015-10-19 17:11:05 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 17:11:05 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 17:11:05 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 17:11:05 -0500
Started GET "/assets/application-288e9be477075665189c7875b3d86eb0.js?body=1" for ::1 at 2015-10-19 17:11:05 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 17:12:54 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (53.6ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 17:13:22 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (20.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (23.4ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.5ms)
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (28.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (32.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (113.0ms)
Completed 200 OK in 279ms (Views: 216.3ms | ActiveRecord: 2.9ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 17:13:23 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 17:13:23 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 17:13:23 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 17:13:23 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 17:13:23 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 17:13:23 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 17:13:23 -0500
Started GET "/assets/pulitzer-9805bbf7010ab99f7ef5990bb787f251.js?body=1" for ::1 at 2015-10-19 17:13:23 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 17:13:23 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 17:13:23 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 17:13:23 -0500
Started GET "/assets/application-288e9be477075665189c7875b3d86eb0.js?body=1" for ::1 at 2015-10-19 17:13:23 -0500
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-10-19 17:13:29 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mh5m2n8yahP79/FdUsLLGX1RVfHC7ZkLQT4uBLslYkLq8XBUKpb3FhjiA5cMPPEfGpy60CvYqZgRyB4wcAkygw==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo03.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo03.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"3"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m begin transaction
[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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m rollback 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", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.5ms)
Completed 200 OK in 441ms (Views: 22.0ms | ActiveRecord: 1.1ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-10-19 17:13:36 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (9.3ms)
Completed 200 OK in 97ms (Views: 94.8ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-19 17:13:38 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.0ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.0ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.4ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (36.3ms)
Completed 200 OK in 118ms (Views: 115.6ms | ActiveRecord: 1.0ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-10-19 17:14:43 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (5.8ms)
Completed 200 OK in 97ms (Views: 95.4ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-19 17:14:47 -0500
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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.4ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (23.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (26.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (31.3ms)
Completed 200 OK in 100ms (Views: 98.9ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-19 17:14:49 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (15.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (16.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (19.1ms)
Completed 200 OK in 78ms (Views: 76.9ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=jNRPjtzkvD4XPbzXPoiEHCMbe3ZogQxEDE4FPddacRVUO1kAiUAhO%2FQoTh1gdr4aRNaUV4G0PNdcuDUJHHYh1A%3D%3D" for ::1 at 2015-10-19 17:15:04 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"jNRPjtzkvD4XPbzXPoiEHCMbe3ZogQxEDE4FPddacRVUO1kAiUAhO/QoTh1gdr4aRNaUV4G0PNdcuDUJHHYh1A=="}
[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.5ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (6.0ms)
Completed 200 OK in 25ms (Views: 21.8ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=jNRPjtzkvD4XPbzXPoiEHCMbe3ZogQxEDE4FPddacRVUO1kAiUAhO%2FQoTh1gdr4aRNaUV4G0PNdcuDUJHHYh1A%3D%3D" for ::1 at 2015-10-19 17:15:11 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"jNRPjtzkvD4XPbzXPoiEHCMbe3ZogQxEDE4FPddacRVUO1kAiUAhO/QoTh1gdr4aRNaUV4G0PNdcuDUJHHYh1A==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (8.4ms)
Completed 200 OK in 1602ms (Views: 1600.5ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/post_type_content_element_types/1?authenticity_token=jNRPjtzkvD4XPbzXPoiEHCMbe3ZogQxEDE4FPddacRVUO1kAiUAhO%2FQoTh1gdr4aRNaUV4G0PNdcuDUJHHYh1A%3D%3D" for ::1 at 2015-10-19 17:15:18 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#show as */*
Parameters: {"authenticity_token"=>"jNRPjtzkvD4XPbzXPoiEHCMbe3ZogQxEDE4FPddacRVUO1kAiUAhO/QoTh1gdr4aRNaUV4G0PNdcuDUJHHYh1A==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.1ms)
Completed 200 OK in 20ms (Views: 18.2ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=jNRPjtzkvD4XPbzXPoiEHCMbe3ZogQxEDE4FPddacRVUO1kAiUAhO%2FQoTh1gdr4aRNaUV4G0PNdcuDUJHHYh1A%3D%3D" for ::1 at 2015-10-19 17:15:23 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"jNRPjtzkvD4XPbzXPoiEHCMbe3ZogQxEDE4FPddacRVUO1kAiUAhO/QoTh1gdr4aRNaUV4G0PNdcuDUJHHYh1A==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (1640.3ms)
Completed 200 OK in 1667ms (Views: 1663.9ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-19 18:03:47 -0500
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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (25.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (28.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (39.2ms)
Completed 200 OK in 218ms (Views: 213.1ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 18:03:47 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 18:03:47 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 18:03:48 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 18:03:48 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 18:03:48 -0500
Started GET "/assets/pulitzer-f18570fca333357d398617d0cef91582.js?body=1" for ::1 at 2015-10-19 18:03:48 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 18:03:48 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 18:03:48 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 18:03:48 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 18:03:48 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 18:03:48 -0500
Started GET "/assets/application-34a2fc8aa0415ceaa0ae20bc54c4d4b6.js?body=1" for ::1 at 2015-10-19 18:03:48 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=A52PFLNgYM%2FIr7hvbnRkIv2rnA%2BfPaYETTUXXg5YwQfbcpma5sT9yiu6SqUwil4kmmZzLnYIlpcdwydqxXSRxg%3D%3D" for ::1 at 2015-10-19 18:03:58 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"A52PFLNgYM/Ir7hvbnRkIv2rnA+fPaYETTUXXg5YwQfbcpma5sT9yiu6SqUwil4kmmZzLnYIlpcdwydqxXSRxg=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (27.4ms)
Completed 200 OK in 2001ms (Views: 2000.3ms | ActiveRecord: 0.0ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=A52PFLNgYM%2FIr7hvbnRkIv2rnA%2BfPaYETTUXXg5YwQfbcpma5sT9yiu6SqUwil4kmmZzLnYIlpcdwydqxXSRxg%3D%3D" for ::1 at 2015-10-19 18:04:26 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"A52PFLNgYM/Ir7hvbnRkIv2rnA+fPaYETTUXXg5YwQfbcpma5sT9yiu6SqUwil4kmmZzLnYIlpcdwydqxXSRxg==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (22.8ms)
Completed 200 OK in 1042ms (Views: 1041.4ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types/1?authenticity_token=A52PFLNgYM%2FIr7hvbnRkIv2rnA%2BfPaYETTUXXg5YwQfbcpma5sT9yiu6SqUwil4kmmZzLnYIlpcdwydqxXSRxg%3D%3D" for ::1 at 2015-10-19 18:04:29 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"A52PFLNgYM/Ir7hvbnRkIv2rnA+fPaYETTUXXg5YwQfbcpma5sT9yiu6SqUwil4kmmZzLnYIlpcdwydqxXSRxg==", "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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.1ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (22.1ms)
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (118.1ms)
Completed 200 OK in 137ms (Views: 135.7ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=A52PFLNgYM%2FIr7hvbnRkIv2rnA%2BfPaYETTUXXg5YwQfbcpma5sT9yiu6SqUwil4kmmZzLnYIlpcdwydqxXSRxg%3D%3D" for ::1 at 2015-10-19 18:05:19 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"A52PFLNgYM/Ir7hvbnRkIv2rnA+fPaYETTUXXg5YwQfbcpma5sT9yiu6SqUwil4kmmZzLnYIlpcdwydqxXSRxg=="}
[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::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (4.1ms)
Completed 200 OK in 75ms (Views: 72.9ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-19 18:06:00 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (16.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (18.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (21.0ms)
Completed 200 OK in 114ms (Views: 112.8ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 18:06:00 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 18:06:00 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 18:06:00 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 18:06:00 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 18:06:00 -0500
Started GET "/assets/pulitzer-79ae66771e47cda9d5d282aac9723875.js?body=1" for ::1 at 2015-10-19 18:06:00 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 18:06:00 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 18:06:00 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 18:06:00 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 18:06:01 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 18:06:01 -0500
Started GET "/assets/application-6227872113ca16508a5f75000e58e285.js?body=1" for ::1 at 2015-10-19 18:06:01 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-10-19 18:06:28 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.2ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (21.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (22.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (25.6ms)
Completed 200 OK in 173ms (Views: 171.7ms | ActiveRecord: 0.6ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 18:06:28 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 18:06:28 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 18:06:28 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 18:06:28 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 18:06:28 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 18:06:29 -0500
Started GET "/assets/pulitzer-2dcbcdf21ada4429930dcb310726c3d0.js?body=1" for ::1 at 2015-10-19 18:06:29 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 18:06:29 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 18:06:29 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 18:06:29 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 18:06:29 -0500
Started GET "/assets/application-b1dbc1ddfdea27d7167e991fa60cf23c.js?body=1" for ::1 at 2015-10-19 18:06:29 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=Ceq07vHjThbqpbxhpUMBGX4OEGdJeoP%2FissTeMDy%2FfbRBaJgpEfTEwmwTqv7vTsfGcP%2FRqBPs2zaPSNMC96tNw%3D%3D" for ::1 at 2015-10-19 18:06:58 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"Ceq07vHjThbqpbxhpUMBGX4OEGdJeoP/issTeMDy/fbRBaJgpEfTEwmwTqv7vTsfGcP/RqBPs2zaPSNMC96tNw=="}
[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.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (2.4ms)
Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-19 18:07:26 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (17.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (20.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (23.9ms)
Completed 200 OK in 2529ms (Views: 2527.6ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 18:07:29 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 18:07:29 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 18:07:29 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 18:07:29 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 18:07:29 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 18:07:29 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 18:07:30 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 18:07:30 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 18:07:30 -0500
Started GET "/assets/pulitzer-b57a6e152d6ba2c49669fb99d41d2a70.js?body=1" for ::1 at 2015-10-19 18:07:30 -0500
Started GET "/assets/application-d0edc7902fdc31a521b763d42850a2b1.js?body=1" for ::1 at 2015-10-19 18:07:30 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 18:07:30 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=duqT5g2hBKyq2JKIWbNs0d7u5pJnae%2FqyvRWk9MAQNauBYVoWAWZqUnNYEIHTVbXuSMJs45c33maAmanGCwQFw%3D%3D" for ::1 at 2015-10-19 18:07:33 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"duqT5g2hBKyq2JKIWbNs0d7u5pJnae/qyvRWk9MAQNauBYVoWAWZqUnNYEIHTVbXuSMJs45c33maAmanGCwQFw==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (17.2ms)
Completed 200 OK in 34ms (Views: 33.2ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types/1?authenticity_token=duqT5g2hBKyq2JKIWbNs0d7u5pJnae%2FqyvRWk9MAQNauBYVoWAWZqUnNYEIHTVbXuSMJs45c33maAmanGCwQFw%3D%3D" for ::1 at 2015-10-19 18:07:34 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"duqT5g2hBKyq2JKIWbNs0d7u5pJnae/qyvRWk9MAQNauBYVoWAWZqUnNYEIHTVbXuSMJs45c33maAmanGCwQFw==", "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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (15.9ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (105.1ms)
Completed 200 OK in 120ms (Views: 119.3ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=duqT5g2hBKyq2JKIWbNs0d7u5pJnae%2FqyvRWk9MAQNauBYVoWAWZqUnNYEIHTVbXuSMJs45c33maAmanGCwQFw%3D%3D" for ::1 at 2015-10-19 18:07:37 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"duqT5g2hBKyq2JKIWbNs0d7u5pJnae/qyvRWk9MAQNauBYVoWAWZqUnNYEIHTVbXuSMJs45c33maAmanGCwQFw=="}
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (2.2ms)
Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=duqT5g2hBKyq2JKIWbNs0d7u5pJnae%2FqyvRWk9MAQNauBYVoWAWZqUnNYEIHTVbXuSMJs45c33maAmanGCwQFw%3D%3D" for ::1 at 2015-10-19 18:07:55 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"duqT5g2hBKyq2JKIWbNs0d7u5pJnae/qyvRWk9MAQNauBYVoWAWZqUnNYEIHTVbXuSMJs45c33maAmanGCwQFw==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (7.6ms)
Completed 200 OK in 39ms (Views: 36.3ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-19 18:11:26 -0500
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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.6ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (27.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (30.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (34.8ms)
Completed 200 OK in 131ms (Views: 130.2ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 18:11:27 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 18:11:27 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 18:11:27 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 18:11:27 -0500
Started GET "/assets/pulitzer-276e364dc1b8580d5fbe05bb9247ca17.js?body=1" for ::1 at 2015-10-19 18:11:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 18:11:27 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 18:11:27 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 18:11:27 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 18:11:27 -0500
Started GET "/assets/application-c83d3fbe14dd66659017c26b00c61a1b.js?body=1" for ::1 at 2015-10-19 18:11:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 18:11:27 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 18:11:27 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=osJDkcbmpVoeEuLygM009vFK5dA%2Bz07IKM5Jbfxc%2F1V6LVUfk0I4X%2F0HEDjeMw7wlocK8df6flt4OHlZN3CvlA%3D%3D" for ::1 at 2015-10-19 18:11:59 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"osJDkcbmpVoeEuLygM009vFK5dA+z07IKM5Jbfxc/1V6LVUfk0I4X/0HEDjeMw7wlocK8df6flt4OHlZN3CvlA==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (4.8ms)
Completed 200 OK in 21ms (Views: 19.7ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-19 18:15:50 -0500
[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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (10.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (13.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (62.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (66.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (88.1ms)
Completed 200 OK in 246ms (Views: 231.7ms | ActiveRecord: 1.9ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 18:15:50 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 18:15:50 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 18:15:50 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 18:15:50 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 18:15:50 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 18:15:50 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 18:15:51 -0500
Started GET "/assets/pulitzer-276e364dc1b8580d5fbe05bb9247ca17.js?body=1" for ::1 at 2015-10-19 18:15:51 -0500
Started GET "/assets/application-c83d3fbe14dd66659017c26b00c61a1b.js?body=1" for ::1 at 2015-10-19 18:15:51 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 18:15:51 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 18:15:51 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 18:15:51 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=pOr%2B4n4KcZ%2BtsgPufxTKbEUEQ70EUyx7mNISzZsIyK58BehsK67smk6n8SQh6vBqIsmsnO1mHOjIJCL5UCSYbw%3D%3D" for ::1 at 2015-10-19 18:16:02 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"pOr+4n4KcZ+tsgPufxTKbEUEQ70EUyx7mNISzZsIyK58BehsK67smk6n8SQh6vBqIsmsnO1mHOjIJCL5UCSYbw=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (42.6ms)
Completed 200 OK in 62ms (Views: 61.2ms | ActiveRecord: 0.0ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=pOr%2B4n4KcZ%2BtsgPufxTKbEUEQ70EUyx7mNISzZsIyK58BehsK67smk6n8SQh6vBqIsmsnO1mHOjIJCL5UCSYbw%3D%3D" for ::1 at 2015-10-19 18:16:05 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"pOr+4n4KcZ+tsgPufxTKbEUEQ70EUyx7mNISzZsIyK58BehsK67smk6n8SQh6vBqIsmsnO1mHOjIJCL5UCSYbw==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (24.6ms)
Completed 200 OK in 675ms (Views: 42.5ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_types/1?authenticity_token=pOr%2B4n4KcZ%2BtsgPufxTKbEUEQ70EUyx7mNISzZsIyK58BehsK67smk6n8SQh6vBqIsmsnO1mHOjIJCL5UCSYbw%3D%3D" for ::1 at 2015-10-19 18:16:06 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"pOr+4n4KcZ+tsgPufxTKbEUEQ70EUyx7mNISzZsIyK58BehsK67smk6n8SQh6vBqIsmsnO1mHOjIJCL5UCSYbw==", "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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (21.1ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.4ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (116.9ms)
Completed 200 OK in 132ms (Views: 130.7ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/post_type_content_element_types/3/edit?authenticity_token=pOr%2B4n4KcZ%2BtsgPufxTKbEUEQ70EUyx7mNISzZsIyK58BehsK67smk6n8SQh6vBqIsmsnO1mHOjIJCL5UCSYbw%3D%3D" for ::1 at 2015-10-19 18:16:09 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"pOr+4n4KcZ+tsgPufxTKbEUEQ70EUyx7mNISzZsIyK58BehsK67smk6n8SQh6vBqIsmsnO1mHOjIJCL5UCSYbw==", "id"=>"3"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (10.4ms)
Completed 200 OK in 29ms (Views: 27.0ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-19 18:17:12 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (27.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (32.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (37.0ms)
Completed 200 OK in 133ms (Views: 132.0ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 18:17:12 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 18:17:12 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 18:17:12 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 18:17:12 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 18:17:12 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 18:17:12 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 18:17:12 -0500
Started GET "/assets/pulitzer-276e364dc1b8580d5fbe05bb9247ca17.js?body=1" for ::1 at 2015-10-19 18:17:12 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 18:17:12 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 18:17:12 -0500
Started GET "/assets/application-c83d3fbe14dd66659017c26b00c61a1b.js?body=1" for ::1 at 2015-10-19 18:17:12 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 18:17:12 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=uWbE3BsewGWNt4%2FBRfIo0AwDv0uWi8ZAD0fGens1jFhhidJSTrpdYG6ifQsbDBLWa85Qan%2B%2B9tNfsfZOsBncmQ%3D%3D" for ::1 at 2015-10-19 18:17:35 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"uWbE3BsewGWNt4/BRfIo0AwDv0uWi8ZAD0fGens1jFhhidJSTrpdYG6ifQsbDBLWa85Qan++9tNfsfZOsBncmQ==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (5.7ms)
Completed 200 OK in 23ms (Views: 21.4ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-19 18:32:41 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (17.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (19.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (22.4ms)
Completed 200 OK in 132ms (Views: 131.0ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 18:32:41 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 18:32:41 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 18:32:41 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 18:32:41 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 18:32:41 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 18:32:41 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 18:32:42 -0500
Started GET "/assets/pulitzer-76bece75730137d4bcef4e7684a464d2.js?body=1" for ::1 at 2015-10-19 18:32:42 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 18:32:42 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 18:32:42 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 18:32:42 -0500
Started GET "/assets/application-43526b6ebe457f339347809cdfb79da9.js?body=1" for ::1 at 2015-10-19 18:32:42 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=AXCGAQY6I7GR8IwlWWdLfaXfBKJ6QyObOfqMCrWtJA3Zn5CPU56%2BtHLlfu8HmXF7whLrg5N2EwhpDLw%2BfoF0zA%3D%3D" for ::1 at 2015-10-19 18:32:48 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"AXCGAQY6I7GR8IwlWWdLfaXfBKJ6QyObOfqMCrWtJA3Zn5CPU56+tHLlfu8HmXF7whLrg5N2EwhpDLw+foF0zA==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (20.0ms)
Completed 200 OK in 1451ms (Views: 1450.6ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types/1?authenticity_token=AXCGAQY6I7GR8IwlWWdLfaXfBKJ6QyObOfqMCrWtJA3Zn5CPU56%2BtHLlfu8HmXF7whLrg5N2EwhpDLw%2BfoF0zA%3D%3D" for ::1 at 2015-10-19 18:32:51 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"AXCGAQY6I7GR8IwlWWdLfaXfBKJ6QyObOfqMCrWtJA3Zn5CPU56+tHLlfu8HmXF7whLrg5N2EwhpDLw+foF0zA==", "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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (18.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.1ms)
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (118.4ms)
Completed 200 OK in 133ms (Views: 132.0ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=AXCGAQY6I7GR8IwlWWdLfaXfBKJ6QyObOfqMCrWtJA3Zn5CPU56%2BtHLlfu8HmXF7whLrg5N2EwhpDLw%2BfoF0zA%3D%3D" for ::1 at 2015-10-19 18:32:53 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"AXCGAQY6I7GR8IwlWWdLfaXfBKJ6QyObOfqMCrWtJA3Zn5CPU56+tHLlfu8HmXF7whLrg5N2EwhpDLw+foF0zA=="}
[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::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (5.7ms)
Completed 200 OK in 557ms (Views: 554.7ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=AXCGAQY6I7GR8IwlWWdLfaXfBKJ6QyObOfqMCrWtJA3Zn5CPU56%2BtHLlfu8HmXF7whLrg5N2EwhpDLw%2BfoF0zA%3D%3D" for ::1 at 2015-10-19 18:32:55 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"AXCGAQY6I7GR8IwlWWdLfaXfBKJ6QyObOfqMCrWtJA3Zn5CPU56+tHLlfu8HmXF7whLrg5N2EwhpDLw+foF0zA==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (4.6ms)
Completed 200 OK in 20ms (Views: 19.0ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-19 18:36:48 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (17.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (19.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (23.9ms)
Completed 200 OK in 372ms (Views: 370.6ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 18:36:49 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 18:36:49 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 18:36:49 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 18:36:49 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 18:36:49 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 18:36:49 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 18:36:49 -0500
Started GET "/assets/pulitzer-91a6432b4db8667f2f66436b49ae4186.js?body=1" for ::1 at 2015-10-19 18:36:49 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 18:36:49 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 18:36:49 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 18:36:49 -0500
Started GET "/assets/application-f1c22381a2a60ca4b6761cc4a370e811.js?body=1" for ::1 at 2015-10-19 18:36:49 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-10-19 18:37:05 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (16.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (18.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (20.5ms)
Completed 200 OK in 488ms (Views: 487.3ms | ActiveRecord: 0.5ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 18:37:06 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 18:37:06 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 18:37:06 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 18:37:06 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 18:37:06 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 18:37:06 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 18:37:06 -0500
Started GET "/assets/pulitzer-db9c29b0b3405bae2cd6137155897c5d.js?body=1" for ::1 at 2015-10-19 18:37:06 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 18:37:07 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 18:37:07 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 18:37:07 -0500
Started GET "/assets/application-ca7891336e9e40052a5cafd60754476e.js?body=1" for ::1 at 2015-10-19 18:37:07 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=%2FNqG%2BInH0xzKWSMoTntcok39MEWleDJ7Bz140DG6XKkkNZB23GNOGSlM0eIQhWakKjDfZExNAuhXy0jk%2BpYMaA%3D%3D" for ::1 at 2015-10-19 18:37:15 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"/NqG+InH0xzKWSMoTntcok39MEWleDJ7Bz140DG6XKkkNZB23GNOGSlM0eIQhWakKjDfZExNAuhXy0jk+pYMaA==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (16.9ms)
Completed 200 OK in 32ms (Views: 31.0ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types/1?authenticity_token=%2FNqG%2BInH0xzKWSMoTntcok39MEWleDJ7Bz140DG6XKkkNZB23GNOGSlM0eIQhWakKjDfZExNAuhXy0jk%2BpYMaA%3D%3D" for ::1 at 2015-10-19 18:37:16 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"/NqG+InH0xzKWSMoTntcok39MEWleDJ7Bz140DG6XKkkNZB23GNOGSlM0eIQhWakKjDfZExNAuhXy0jk+pYMaA==", "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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (16.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (109.1ms)
Completed 200 OK in 124ms (Views: 122.8ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=%2FNqG%2BInH0xzKWSMoTntcok39MEWleDJ7Bz140DG6XKkkNZB23GNOGSlM0eIQhWakKjDfZExNAuhXy0jk%2BpYMaA%3D%3D" for ::1 at 2015-10-19 18:37:18 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"/NqG+InH0xzKWSMoTntcok39MEWleDJ7Bz140DG6XKkkNZB23GNOGSlM0eIQhWakKjDfZExNAuhXy0jk+pYMaA==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (3.7ms)
Completed 200 OK in 20ms (Views: 18.2ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-19 18:39:05 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (15.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (18.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (21.2ms)
Completed 200 OK in 117ms (Views: 116.3ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 18:39:06 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 18:39:06 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 18:39:06 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 18:39:06 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 18:39:06 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 18:39:06 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 18:39:06 -0500
Started GET "/assets/pulitzer-0578966378312d663edecf47df7f28f9.js?body=1" for ::1 at 2015-10-19 18:39:06 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 18:39:06 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 18:39:06 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 18:39:06 -0500
Started GET "/assets/application-e3a64092464b11f0e297e0fce9d0fdf4.js?body=1" for ::1 at 2015-10-19 18:39:06 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=Xlpw2kYxGKhMsbfl5BSS17A88ZAzxHEmU9Z9y02SaVeGtWZUE5WFra%2BkRS%2B66qjR1%2FEesdrxQbUDIE3%2Fhr45lg%3D%3D" for ::1 at 2015-10-19 18:39:10 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"Xlpw2kYxGKhMsbfl5BSS17A88ZAzxHEmU9Z9y02SaVeGtWZUE5WFra+kRS+66qjR1/EesdrxQbUDIE3/hr45lg=="}
[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.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (3.7ms)
Completed 200 OK in 413ms (Views: 410.6ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-19 18:39:30 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (19.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (20.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (23.6ms)
Completed 200 OK in 391ms (Views: 390.5ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 18:39:31 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 18:39:31 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 18:39:31 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 18:39:31 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 18:39:31 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 18:39:31 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 18:39:31 -0500
Started GET "/assets/pulitzer-556f6b7db506e63b95f1384e4dda4215.js?body=1" for ::1 at 2015-10-19 18:39:31 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 18:39:31 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 18:39:31 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 18:39:31 -0500
Started GET "/assets/application-56b9589048a2935caaf837bb2d2f2d03.js?body=1" for ::1 at 2015-10-19 18:39:31 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=sTI%2FdZ9o5Sc35j8kFT%2BfJ396Oy2giOKOBm4RpQoP4rpp3Sn7ysx4ItTzze5LwaUhGLfUDEm90h1WmCGRwSOyew%3D%3D" for ::1 at 2015-10-19 18:39:34 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"sTI/dZ9o5Sc35j8kFT+fJ396Oy2giOKOBm4RpQoP4rpp3Sn7ysx4ItTzze5LwaUhGLfUDEm90h1WmCGRwSOyew=="}
[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::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (2.9ms)
Completed 200 OK in 20ms (Views: 18.2ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=sTI%2FdZ9o5Sc35j8kFT%2BfJ396Oy2giOKOBm4RpQoP4rpp3Sn7ysx4ItTzze5LwaUhGLfUDEm90h1WmCGRwSOyew%3D%3D" for ::1 at 2015-10-19 18:39:41 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"sTI/dZ9o5Sc35j8kFT+fJ396Oy2giOKOBm4RpQoP4rpp3Sn7ysx4ItTzze5LwaUhGLfUDEm90h1WmCGRwSOyew==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (3.5ms)
Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=sTI%2FdZ9o5Sc35j8kFT%2BfJ396Oy2giOKOBm4RpQoP4rpp3Sn7ysx4ItTzze5LwaUhGLfUDEm90h1WmCGRwSOyew%3D%3D" for ::1 at 2015-10-19 18:39:47 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"sTI/dZ9o5Sc35j8kFT+fJ396Oy2giOKOBm4RpQoP4rpp3Sn7ysx4ItTzze5LwaUhGLfUDEm90h1WmCGRwSOyew==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (3.8ms)
Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-19 18:40:51 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (18.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (20.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (22.5ms)
Completed 200 OK in 138ms (Views: 137.3ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 18:40:51 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 18:40:52 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 18:40:52 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 18:40:52 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 18:40:52 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 18:40:52 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 18:40:52 -0500
Started GET "/assets/pulitzer-9c3b0cb6ec70c1e1958fb7150146ab4f.js?body=1" for ::1 at 2015-10-19 18:40:52 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 18:40:52 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 18:40:52 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 18:40:52 -0500
Started GET "/assets/application-64ca69c46e18f6a11219ca094376a1b5.js?body=1" for ::1 at 2015-10-19 18:40:52 -0500
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=sBfE4hOsx55JPkKPjLkZvOuz%2FaCIWx06%2F5nHJU7jGWxo%2BNJsRgham6orsEXSRyO6jH4SgWFuLamvb%2FcRhc9JrQ%3D%3D" for ::1 at 2015-10-19 18:43:40 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"sBfE4hOsx55JPkKPjLkZvOuz/aCIWx06/5nHJU7jGWxo+NJsRgham6orsEXSRyO6jH4SgWFuLamvb/cRhc9JrQ==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (4.7ms)
Completed 200 OK in 23ms (Views: 21.8ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-19 18:48:13 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (14.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (15.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (17.9ms)
Completed 200 OK in 74ms (Views: 73.1ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 18:48:13 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 18:48:13 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 18:48:13 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 18:48:13 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 18:48:13 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 18:48:13 -0500
Started GET "/assets/pulitzer-9c3b0cb6ec70c1e1958fb7150146ab4f.js?body=1" for ::1 at 2015-10-19 18:48:13 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 18:48:13 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 18:48:13 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 18:48:13 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 18:48:13 -0500
Started GET "/assets/application-64ca69c46e18f6a11219ca094376a1b5.js?body=1" for ::1 at 2015-10-19 18:48:13 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-10-19 18:50:19 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (14.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (16.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (19.0ms)
Completed 200 OK in 418ms (Views: 417.1ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 18:50:20 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 18:50:20 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 18:50:20 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 18:50:20 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 18:50:20 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 18:50:20 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 18:50:20 -0500
Started GET "/assets/pulitzer-8a755e820b838c16db43631c5558f6fa.js?body=1" for ::1 at 2015-10-19 18:50:22 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 18:50:22 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 18:50:22 -0500
Started GET "/assets/application-f77f24366300c8f7c4f03edc7a90e337.js?body=1" for ::1 at 2015-10-19 18:50:22 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 18:50:22 -0500
Started GET "/pulitzer/post_type_content_element_types/3/edit?authenticity_token=neSwoTRpyWajEAOSNuBMBhe1QV9nc4J6ifC8bVEMUqhFC6YvYc1UY0AF8VhoHnYAcHiufo5GsunZBoxZmiACaQ%3D%3D" for ::1 at 2015-10-19 18:50:27 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"neSwoTRpyWajEAOSNuBMBhe1QV9nc4J6ifC8bVEMUqhFC6YvYc1UY0AF8VhoHnYAcHiufo5GsunZBoxZmiACaQ==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 3]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (5.1ms)
Completed 200 OK in 21ms (Views: 19.7ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=neSwoTRpyWajEAOSNuBMBhe1QV9nc4J6ifC8bVEMUqhFC6YvYc1UY0AF8VhoHnYAcHiufo5GsunZBoxZmiACaQ%3D%3D" for ::1 at 2015-10-19 18:50:32 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"neSwoTRpyWajEAOSNuBMBhe1QV9nc4J6ifC8bVEMUqhFC6YvYc1UY0AF8VhoHnYAcHiufo5GsunZBoxZmiACaQ=="}
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (3.0ms)
Completed 200 OK in 21ms (Views: 18.7ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-19 18:52:20 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (16.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (18.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (21.0ms)
Completed 200 OK in 378ms (Views: 377.3ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 18:52:21 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 18:52:21 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 18:52:21 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 18:52:21 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 18:52:21 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 18:52:21 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 18:52:21 -0500
Started GET "/assets/pulitzer-4cd00e56a09415fa364cca0d68c16b26.js?body=1" for ::1 at 2015-10-19 18:52:21 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 18:52:21 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 18:52:21 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 18:52:21 -0500
Started GET "/assets/application-44ecc9cfeda9db2725d1514fae709cd4.js?body=1" for ::1 at 2015-10-19 18:52:21 -0500
Started GET "/pulitzer/post_type_content_element_types/3/edit?authenticity_token=0JDkUICxiRra0vHzYjYRr3kmEP%2BJOj%2FjOJryXvmRtzIIf%2FLe1RUUHznHAzk8yCupHuv%2F3mAPD3BobMJqMr3n8w%3D%3D" for ::1 at 2015-10-19 18:52:29 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"0JDkUICxiRra0vHzYjYRr3kmEP+JOj/jOJryXvmRtzIIf/Le1RUUHznHAzk8yCupHuv/3mAPD3BobMJqMr3n8w==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (4.1ms)
Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-19 18:52:51 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (134.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (136.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (138.6ms)
Completed 200 OK in 226ms (Views: 225.4ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 18:52:52 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 18:52:52 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 18:52:52 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 18:52:52 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 18:52:52 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 18:52:52 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 18:52:52 -0500
Started GET "/assets/pulitzer-5b0f1bfdb0acd119f271f6505993abd8.js?body=1" for ::1 at 2015-10-19 18:52:52 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 18:52:52 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 18:52:52 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 18:52:52 -0500
Started GET "/assets/application-e788f6106ab534f3ee06e499a07d552f.js?body=1" for ::1 at 2015-10-19 18:52:52 -0500
Started GET "/pulitzer/post_type_content_element_types/3/edit?authenticity_token=g6bi6nIY6lSRp7ltmHYuEE2uKCCMBoxwVU18Qvt55A1bSfRkJ7x3UXKyS6fGiBQWKmPHAWUzvOMFu0x2MFW0zA%3D%3D" for ::1 at 2015-10-19 18:52:59 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"g6bi6nIY6lSRp7ltmHYuEE2uKCCMBoxwVU18Qvt55A1bSfRkJ7x3UXKyS6fGiBQWKmPHAWUzvOMFu0x2MFW0zA==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 3]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (3.8ms)
Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_type_content_element_types/3?authenticity_token=g6bi6nIY6lSRp7ltmHYuEE2uKCCMBoxwVU18Qvt55A1bSfRkJ7x3UXKyS6fGiBQWKmPHAWUzvOMFu0x2MFW0zA%3D%3D" for ::1 at 2015-10-19 18:57:04 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#show as */*
Parameters: {"authenticity_token"=>"g6bi6nIY6lSRp7ltmHYuEE2uKCCMBoxwVU18Qvt55A1bSfRkJ7x3UXKyS6fGiBQWKmPHAWUzvOMFu0x2MFW0zA==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 3]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=g6bi6nIY6lSRp7ltmHYuEE2uKCCMBoxwVU18Qvt55A1bSfRkJ7x3UXKyS6fGiBQWKmPHAWUzvOMFu0x2MFW0zA%3D%3D" for ::1 at 2015-10-19 18:57:06 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"g6bi6nIY6lSRp7ltmHYuEE2uKCCMBoxwVU18Qvt55A1bSfRkJ7x3UXKyS6fGiBQWKmPHAWUzvOMFu0x2MFW0zA==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (3.7ms)
Completed 200 OK in 20ms (Views: 18.3ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-19 20:45:04 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (1.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.5ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (7.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.2ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (49.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (54.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (72.1ms)
Completed 200 OK in 238ms (Views: 228.6ms | ActiveRecord: 2.5ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-19 20:45:05 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-19 20:45:05 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-19 20:45:05 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-19 20:45:05 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-19 20:45:05 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-19 20:45:05 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-19 20:45:05 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-19 20:45:05 -0500
Started GET "/assets/pulitzer-5b0f1bfdb0acd119f271f6505993abd8.js?body=1" for ::1 at 2015-10-19 20:45:05 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-19 20:45:05 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-19 20:45:05 -0500
Started GET "/assets/application-e788f6106ab534f3ee06e499a07d552f.js?body=1" for ::1 at 2015-10-19 20:45:05 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to AddTextTypeToPulitzerPostTypeContentElementTypes (20151020021352)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.9ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_type" integer DEFAULT 0 NOT NULL[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151020021352"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/post_type_content_element_types/3/edit?authenticity_token=oBAoR1QOP3zQWR8gOkz45SD6XRr%2FUP1yys9ZdI%2BJc494%2Fz7JAaqieTNM7epkssLjRzeyOxZlzeGaOWlARKUjTg%3D%3D" for ::1 at 2015-10-19 21:17:50 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"oBAoR1QOP3zQWR8gOkz45SD6XRr/UP1yys9ZdI+Jc494/z7JAaqieTNM7epkssLjRzeyOxZlzeGaOWlARKUjTg==", "id"=>"3"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (62.5ms)
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=oBAoR1QOP3zQWR8gOkz45SD6XRr%2FUP1yys9ZdI%2BJc494%2Fz7JAaqieTNM7epkssLjRzeyOxZlzeGaOWlARKUjTg%3D%3D" for ::1 at 2015-10-19 21:17:54 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"oBAoR1QOP3zQWR8gOkz45SD6XRr/UP1yys9ZdI+Jc494/z7JAaqieTNM7epkssLjRzeyOxZlzeGaOWlARKUjTg==", "id"=>"2"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (116.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (169.0ms)
Started GET "/" for ::1 at 2015-10-21 16:14:35 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.4ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.6ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.9ms)
Started GET "/manage" for ::1 at 2015-10-21 16:14:40 -0500
ActionController::RoutingError (No route matches [GET] "/manage"):
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (10.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (107.0ms)
Started GET "/manage" for ::1 at 2015-10-21 16:14:41 -0500
ActionController::RoutingError (No route matches [GET] "/manage"):
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (99.6ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 16:14:50 -0500
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.5ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (53.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (55.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (64.0ms)
Completed 200 OK in 192ms (Views: 189.4ms | ActiveRecord: 1.9ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 16:14:51 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 16:14:51 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 16:14:51 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 16:14:51 -0500
Started GET "/assets/application-e788f6106ab534f3ee06e499a07d552f.js?body=1" for ::1 at 2015-10-21 16:14:51 -0500
Started GET "/assets/pulitzer-5b0f1bfdb0acd119f271f6505993abd8.js?body=1" for ::1 at 2015-10-21 16:14:51 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to AddTextTypeToPulitzerPostTypeContentElementTypes (20151020021352)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_type_content_element_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_type_id" integer, "content_element_type_id" integer, "label" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "text_type" integer DEFAULT 0 NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_type_content_element_types"[0m
[1m[35m (0.1ms)[0m INSERT INTO "apulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at","text_type") VALUES (1, 1, 3, 'News video', 100, 100, '2015-10-19 02:25:08.389699', '2015-10-19 02:25:08.389699', 0)
[1m[36m (0.1ms)[0m [1mINSERT INTO "apulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at","text_type") VALUES (2, 1, 1, 'text', 100, 100, '2015-10-19 03:45:37.574258', '2015-10-19 03:45:37.574258', 0)[0m
[1m[35m (0.1ms)[0m INSERT INTO "apulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at","text_type") VALUES (3, 1, 2, 'hero image', 100, 100, '2015-10-19 21:16:09.305257', '2015-10-19 21:16:09.305257', 0)
[1m[36m (1.1ms)[0m [1mDROP TABLE "pulitzer_post_type_content_element_types"[0m
[1m[35m (0.1ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "apulitzer_post_type_content_element_types"[0m
[1m[35m (0.1ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at") VALUES (1, 1, 3, 'News video', 100, 100, '2015-10-19 02:25:08.389699', '2015-10-19 02:25:08.389699')
[1m[36m (0.1ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at") VALUES (2, 1, 1, 'text', 100, 100, '2015-10-19 03:45:37.574258', '2015-10-19 03:45:37.574258')[0m
[1m[35m (0.1ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at") VALUES (3, 1, 2, 'hero image', 100, 100, '2015-10-19 21:16:09.305257', '2015-10-19 21:16:09.305257')
[1m[36m (0.4ms)[0m [1mDROP TABLE "apulitzer_post_type_content_element_types"[0m
[1m[35mSQL (0.2ms)[0m DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20151020021352"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=at%2BmTXOeaYuktwlsHKtbPFhK6MmR3IreDO7HQB4ni8eyMLDDJjr0jkei%2B6ZCVWE6P4cH6Hjpuk1cGPd01QvbBg%3D%3D" for ::1 at 2015-10-21 16:39:51 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"at+mTXOeaYuktwlsHKtbPFhK6MmR3IreDO7HQB4ni8eyMLDDJjr0jkei+6ZCVWE6P4cH6Hjpuk1cGPd01QvbBg==", "id"=>"1"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (51.9ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=at%2BmTXOeaYuktwlsHKtbPFhK6MmR3IreDO7HQB4ni8eyMLDDJjr0jkei%2B6ZCVWE6P4cH6Hjpuk1cGPd01QvbBg%3D%3D" for ::1 at 2015-10-21 16:41:08 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[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.4) lib/active_record/migration.rb:392:in `check_pending!'
activerecord (4.2.4) lib/active_record/migration.rb:373:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (42.6ms)
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to AddTextTypeToPulitzerPostTypeContentElementTypes (20151020021352)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_type" integer DEFAULT 0 NOT NULL[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151020021352"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Migrating to CreatePulitzerPultizerTextEditors (20151021214924)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mCREATE TABLE "pulitzer_pultizer_text_editors" ("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", "20151021214924"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePulitzerPultizerTextEditors (20151021214924)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m DROP TABLE "pulitzer_pultizer_text_editors"
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ?[0m [["version", "20151021214924"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.2ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreatePulitzerPultizerTextEditors (20151021214924)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mCREATE TABLE "pulitzer_pultizer_text_editors" ("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", "20151021214924"]]
[1m[36m (351.0ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePulitzerPultizerTextEditors (20151021214924)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_pultizer_text_editors"
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ?[0m [["version", "20151021214924"]]
[1m[35m (705.4ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to AddTextTypeToPulitzerPostTypeContentElementTypes (20151020021352)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_type_content_element_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_type_id" integer, "content_element_type_id" integer, "label" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "text_type" integer DEFAULT 0 NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_type_content_element_types"[0m
[1m[35m (0.1ms)[0m INSERT INTO "apulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at","text_type") VALUES (1, 1, 3, 'News video', 100, 100, '2015-10-19 02:25:08.389699', '2015-10-19 02:25:08.389699', 0)
[1m[36m (0.0ms)[0m [1mINSERT INTO "apulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at","text_type") VALUES (2, 1, 1, 'text', 100, 100, '2015-10-19 03:45:37.574258', '2015-10-19 03:45:37.574258', 0)[0m
[1m[35m (0.1ms)[0m INSERT INTO "apulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at","text_type") VALUES (3, 1, 2, 'hero image', 100, 100, '2015-10-19 21:16:09.305257', '2015-10-19 21:16:09.305257', 0)
[1m[36m (0.3ms)[0m [1mDROP TABLE "pulitzer_post_type_content_element_types"[0m
[1m[35m (0.1ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "apulitzer_post_type_content_element_types"[0m
[1m[35m (0.0ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at") VALUES (1, 1, 3, 'News video', 100, 100, '2015-10-19 02:25:08.389699', '2015-10-19 02:25:08.389699')
[1m[36m (0.0ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at") VALUES (2, 1, 1, 'text', 100, 100, '2015-10-19 03:45:37.574258', '2015-10-19 03:45:37.574258')[0m
[1m[35m (0.0ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at") VALUES (3, 1, 2, 'hero image', 100, 100, '2015-10-19 21:16:09.305257', '2015-10-19 21:16:09.305257')
[1m[36m (0.3ms)[0m [1mDROP TABLE "apulitzer_post_type_content_element_types"[0m
[1m[35mSQL (0.2ms)[0m DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20151020021352"]]
[1m[36m (67.9ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreatePultizerTextEditors (20151021214924)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mCREATE TABLE "pulitzer_text_editors" ("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", "20151021214924"]]
[1m[36m (354.3ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.3ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" ORDER BY "pulitzer_post_types"."id" ASC LIMIT 1[0m
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" ORDER BY "pulitzer_text_editors"."id" ASC LIMIT 1[0m
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "pulitzer_text_editors"
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreatePultizerTextEditors (20151021220345)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mCREATE TABLE "pulitzer_pultizer_text_editors" ("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 "pulitzer_text_editors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "None"], ["created_at", "2015-10-21 22:03:50.933383"], ["updated_at", "2015-10-21 22:03:50.933383"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_text_editors" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Simple text editor"], ["created_at", "2015-10-21 22:03:50.938645"], ["updated_at", "2015-10-21 22:03:50.938645"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151021220345"]]
[1m[36m (915.9ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" ORDER BY "pulitzer_text_editors"."id" ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "pulitzer_text_editors"
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePultizerTextEditors (20151021220345)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePultizerTextEditors (20151021220345)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_pultizer_text_editors"
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ?[0m [["version", "20151021220345"]]
[1m[35m (304.5ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.2ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreatePultizerTextEditors (20151021220345)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mCREATE TABLE "pulitzer_pultizer_text_editors" ("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 "pulitzer_text_editors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "None"], ["created_at", "2015-10-21 22:06:11.577214"], ["updated_at", "2015-10-21 22:06:11.577214"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_text_editors" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Simple text editor"], ["created_at", "2015-10-21 22:06:11.582003"], ["updated_at", "2015-10-21 22:06:11.582003"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151021220345"]]
[1m[36m (1150.3ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_text_editors"[0m
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePultizerTextEditors (20151021220345)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_pultizer_text_editors"
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ?[0m [["version", "20151021220345"]]
[1m[35m (675.3ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreatePultizerTextEditors (20151021221856)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mCREATE TABLE "pultizer_text_editors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_text_editors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "None"], ["created_at", "2015-10-21 22:19:00.538402"], ["updated_at", "2015-10-21 22:19:00.538402"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_text_editors" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Simple text editor"], ["created_at", "2015-10-21 22:19:00.543196"], ["updated_at", "2015-10-21 22:19:00.543196"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151021221856"]]
[1m[36m (348.1ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" ORDER BY "pulitzer_text_editors"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::TextEditor Load (0.2ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" ORDER BY "pulitzer_text_editors"."id" ASC LIMIT 1
[1m[36mPulitzer::TextEditor Load (0.2ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" ORDER BY "pulitzer_text_editors"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::TextEditor Load (0.3ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" ORDER BY "pulitzer_text_editors"."id" ASC LIMIT 1
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."text_editor_id" = ?[0m [[nil, 1]]
SQLite3::SQLException: no such column: pulitzer_content_element_types.text_editor_id: SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."text_editor_id" = ?
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=at%2BmTXOeaYuktwlsHKtbPFhK6MmR3IreDO7HQB4ni8eyMLDDJjr0jkei%2B6ZCVWE6P4cH6Hjpuk1cGPd01QvbBg%3D%3D" for ::1 at 2015-10-21 17:28:21 -0500
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"at+mTXOeaYuktwlsHKtbPFhK6MmR3IreDO7HQB4ni8eyMLDDJjr0jkei+6ZCVWE6P4cH6Hjpuk1cGPd01QvbBg==", "id"=>"1"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (8.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (52.2ms)
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to AddTextEditorToPulitzerContentElementType (20151021223525)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pultizer_text_editors" ADD "text_editor_id" integer[0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_pultizer_text_editors_on_text_editor_id" ON "pultizer_text_editors" ("text_editor_id")[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151021223525"]]
[1m[36m (104.0ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.3ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[35m (0.2ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pultizer_text_editors_on_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pultizer_text_editors_on_text_editor_id' AND type='index'
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" ORDER BY "pulitzer_text_editors"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::TextEditor Load (0.2ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" ORDER BY "pulitzer_text_editors"."id" ASC LIMIT 1
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."text_editor_id" = ?[0m [[nil, 1]]
SQLite3::SQLException: no such column: pulitzer_content_element_types.text_editor_id: SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."text_editor_id" = ?
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" ORDER BY "pulitzer_content_element_types"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" ORDER BY "pulitzer_content_element_types"."id" ASC LIMIT 1
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" ORDER BY "pulitzer_content_element_types"."id" ASC LIMIT 1[0m
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 17:41:59 -0500
[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.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (50.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (52.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (65.0ms)
Completed 200 OK in 224ms (Views: 215.9ms | ActiveRecord: 1.6ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 17:41:59 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 17:41:59 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 17:41:59 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 17:41:59 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 17:42:01 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 17:42:01 -0500
Started GET "/assets/pulitzer-5b0f1bfdb0acd119f271f6505993abd8.js?body=1" for ::1 at 2015-10-21 17:42:01 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 17:42:01 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 17:42:01 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 17:42:01 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 17:42:01 -0500
Started GET "/assets/application-e788f6106ab534f3ee06e499a07d552f.js?body=1" for ::1 at 2015-10-21 17:42:01 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=6%2BLOu5ZGPIV1vSQQR%2BOjhHLiwmMSWIL9XjLFumWfzkYzDdg1w%2BKhgJao1toZHZmCFS8tQvttsm4OxPWOrrOehw%3D%3D" for ::1 at 2015-10-21 17:42:05 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"6+LOu5ZGPIV1vSQQR+OjhHLiwmMSWIL9XjLFumWfzkYzDdg1w+KhgJao1toZHZmCFS8tQvttsm4OxPWOrrOehw==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (28.5ms)
Completed 200 OK in 663ms (Views: 658.3ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=6%2BLOu5ZGPIV1vSQQR%2BOjhHLiwmMSWIL9XjLFumWfzkYzDdg1w%2BKhgJao1toZHZmCFS8tQvttsm4OxPWOrrOehw%3D%3D" for ::1 at 2015-10-21 17:42:09 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"6+LOu5ZGPIV1vSQQR+OjhHLiwmMSWIL9XjLFumWfzkYzDdg1w+KhgJao1toZHZmCFS8tQvttsm4OxPWOrrOehw==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (5.2ms)
Completed 200 OK in 26ms (Views: 24.2ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_type_content_element_types/3/edit?authenticity_token=6%2BLOu5ZGPIV1vSQQR%2BOjhHLiwmMSWIL9XjLFumWfzkYzDdg1w%2BKhgJao1toZHZmCFS8tQvttsm4OxPWOrrOehw%3D%3D" for ::1 at 2015-10-21 17:42:11 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"6+LOu5ZGPIV1vSQQR+OjhHLiwmMSWIL9XjLFumWfzkYzDdg1w+KhgJao1toZHZmCFS8tQvttsm4OxPWOrrOehw==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (5.7ms)
Completed 200 OK in 22ms (Views: 20.2ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 17:47:13 -0500
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (8.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (11.2ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (51.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (53.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (64.2ms)
Completed 200 OK in 190ms (Views: 180.8ms | ActiveRecord: 1.8ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 17:47:13 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 17:47:13 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 17:47:13 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 17:47:13 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 17:47:13 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 17:47:13 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 17:47:13 -0500
Started GET "/assets/pulitzer-5b0f1bfdb0acd119f271f6505993abd8.js?body=1" for ::1 at 2015-10-21 17:47:13 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 17:47:13 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 17:47:13 -0500
Started GET "/assets/application-e788f6106ab534f3ee06e499a07d552f.js?body=1" for ::1 at 2015-10-21 17:47:13 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 17:47:13 -0500
Started GET "/pulitzer/post_type_content_element_types/3/edit?authenticity_token=81WHTfmDrPooZcYS8EujY4%2B9fhfmcS5cTET2YuPpkgorupHDrCcx%2F8twNNiutZll6HCRNg9EHs8cssZWKMXCyw%3D%3D" for ::1 at 2015-10-21 17:47:19 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"81WHTfmDrPooZcYS8EujY4+9fhfmcS5cTET2YuPpkgorupHDrCcx/8twNNiutZll6HCRNg9EHs8cssZWKMXCyw==", "id"=>"3"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (831.4ms)
Completed 500 Internal Server Error in 856ms (ActiveRecord: 0.2ms)
ActionView::Template::Error (Missing partial pulitzer/post_type_content_element_types/_form_inputs, pulitzer/application/_form_inputs, application/_form_inputs 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/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
1: <%= form_for ptcet, html: ajax_form_hash(dom_target(ptcet)) do |f| %>
2: <%= render 'form_inputs', f: f %>
3: <%= f.submit "Update" %>
4: <%= link_to('Cancel', post_type_content_element_type_path(ptcet), :class => 'button',
5: data: { ajax_link: true, ajax_target: dom_target(ptcet) } ) %>
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:418:in `find_template'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:294:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb___554141025377934625_70317171347740'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb___554141025377934625_70317171347740'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:22:in `edit'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (33.5ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 17:48:07 -0500
[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.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.7ms)
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (55.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (58.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (67.7ms)
Completed 200 OK in 195ms (Views: 185.5ms | ActiveRecord: 1.8ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 17:48:07 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 17:48:07 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 17:48:07 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 17:48:07 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 17:48:07 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 17:48:07 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 17:48:07 -0500
Started GET "/assets/pulitzer-5b0f1bfdb0acd119f271f6505993abd8.js?body=1" for ::1 at 2015-10-21 17:48:07 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 17:48:07 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 17:48:07 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 17:48:07 -0500
Started GET "/assets/application-e788f6106ab534f3ee06e499a07d552f.js?body=1" for ::1 at 2015-10-21 17:48:07 -0500
Started GET "/pulitzer/post_type_content_element_types/3/edit?authenticity_token=dKK1sYeL9yDDYmNswOtEd5VE7%2BIDnDaBqD5ZNsfo5CWsTaM%2F0i9qJSB3kaaeFX5x8okAw%2BqpBhL4yGkCDMS05A%3D%3D" for ::1 at 2015-10-21 17:48:18 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"dKK1sYeL9yDDYmNswOtEd5VE7+IDnDaBqD5ZNsfo5CWsTaM/0i9qJSB3kaaeFX5x8okAw+qpBhL4yGkCDMS05A==", "id"=>"3"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (20.8ms)
Completed 200 OK in 42ms (Views: 38.2ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_type_content_element_types/3?authenticity_token=dKK1sYeL9yDDYmNswOtEd5VE7%2BIDnDaBqD5ZNsfo5CWsTaM%2F0i9qJSB3kaaeFX5x8okAw%2BqpBhL4yGkCDMS05A%3D%3D" for ::1 at 2015-10-21 17:48:19 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#show as */*
Parameters: {"authenticity_token"=>"dKK1sYeL9yDDYmNswOtEd5VE7+IDnDaBqD5ZNsfo5CWsTaM/0i9qJSB3kaaeFX5x8okAw+qpBhL4yGkCDMS05A==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 3]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.2ms)
Completed 200 OK in 19ms (Views: 17.5ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=dKK1sYeL9yDDYmNswOtEd5VE7%2BIDnDaBqD5ZNsfo5CWsTaM%2F0i9qJSB3kaaeFX5x8okAw%2BqpBhL4yGkCDMS05A%3D%3D" for ::1 at 2015-10-21 17:48:20 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"dKK1sYeL9yDDYmNswOtEd5VE7+IDnDaBqD5ZNsfo5CWsTaM/0i9qJSB3kaaeFX5x8okAw+qpBhL4yGkCDMS05A==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (15.9ms)
Completed 200 OK in 32ms (Views: 30.8ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_type_content_element_types/1?authenticity_token=dKK1sYeL9yDDYmNswOtEd5VE7%2BIDnDaBqD5ZNsfo5CWsTaM%2F0i9qJSB3kaaeFX5x8okAw%2BqpBhL4yGkCDMS05A%3D%3D" for ::1 at 2015-10-21 17:48:21 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#show as */*
Parameters: {"authenticity_token"=>"dKK1sYeL9yDDYmNswOtEd5VE7+IDnDaBqD5ZNsfo5CWsTaM/0i9qJSB3kaaeFX5x8okAw+qpBhL4yGkCDMS05A==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Completed 200 OK in 18ms (Views: 16.3ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=dKK1sYeL9yDDYmNswOtEd5VE7%2BIDnDaBqD5ZNsfo5CWsTaM%2F0i9qJSB3kaaeFX5x8okAw%2BqpBhL4yGkCDMS05A%3D%3D" for ::1 at 2015-10-21 17:48:22 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"dKK1sYeL9yDDYmNswOtEd5VE7+IDnDaBqD5ZNsfo5CWsTaM/0i9qJSB3kaaeFX5x8okAw+qpBhL4yGkCDMS05A=="}
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (20.9ms)
Completed 200 OK in 41ms (Views: 37.2ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 17:48:58 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (525.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (540.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (542.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (544.8ms)
Completed 200 OK in 641ms (Views: 639.9ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 17:48:59 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 17:48:59 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 17:48:59 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 17:48:59 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 17:48:59 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 17:48:59 -0500
Started GET "/assets/pulitzer-5b0f1bfdb0acd119f271f6505993abd8.js?body=1" for ::1 at 2015-10-21 17:48:59 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 17:48:59 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 17:48:59 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 17:48:59 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 17:48:59 -0500
Started GET "/assets/application-e788f6106ab534f3ee06e499a07d552f.js?body=1" for ::1 at 2015-10-21 17:48:59 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 17:49:03 -0500
[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"
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (11.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (56.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (690.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (700.7ms)
Completed 200 OK in 839ms (Views: 830.0ms | ActiveRecord: 3.7ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 17:49:04 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 17:49:04 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 17:49:04 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 17:49:04 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 17:49:04 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 17:49:04 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 17:49:04 -0500
Started GET "/assets/pulitzer-5b0f1bfdb0acd119f271f6505993abd8.js?body=1" for ::1 at 2015-10-21 17:49:04 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 17:49:04 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 17:49:04 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 17:49:04 -0500
Started GET "/assets/application-e788f6106ab534f3ee06e499a07d552f.js?body=1" for ::1 at 2015-10-21 17:49:04 -0500
Started GET "/pulitzer/post_type_content_element_types/3/edit?authenticity_token=vBGTx895ynvh06W4BlUEKULrsH2gMThM%2Fqf%2BKTdEv4lk%2FoVJmt1XfgLGV3JYqz4vJSZfXEkECN%2BuUc4d%2FGjvSA%3D%3D" for ::1 at 2015-10-21 17:49:08 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"vBGTx895ynvh06W4BlUEKULrsH2gMThM/qf+KTdEv4lk/oVJmt1XfgLGV3JYqz4vJSZfXEkECN+uUc4d/GjvSA==", "id"=>"3"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (28.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (45.5ms)
Completed 500 Internal Server Error in 65ms (ActiveRecord: 0.2ms)
ActionView::Template::Error (undefined local variable or method `f' for #<#:0x007ff175062200>):
1: <%= f.label :label %>
2: <%= f.text_field :label %>
3: <%= f.label :content_element_type_id, "Type" %>
4: <%= f.collection_select :content_element_type_id, Pulitzer::ContentElementType.all, :id, :name, {},
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_fields_html_erb__2888611267454588754_70337502987960'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb__2512232452020955226_70337503302780'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb__2512232452020955226_70337503302780'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:22:in `edit'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (33.5ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 17:49:59 -0500
[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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (8.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (12.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (59.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (61.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (73.8ms)
Completed 200 OK in 205ms (Views: 197.0ms | ActiveRecord: 1.7ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 17:49:59 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 17:49:59 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 17:49:59 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 17:49:59 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 17:49:59 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 17:49:59 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 17:49:59 -0500
Started GET "/assets/pulitzer-5b0f1bfdb0acd119f271f6505993abd8.js?body=1" for ::1 at 2015-10-21 17:49:59 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 17:50:00 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 17:50:00 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 17:50:00 -0500
Started GET "/assets/application-e788f6106ab534f3ee06e499a07d552f.js?body=1" for ::1 at 2015-10-21 17:50:00 -0500
Started GET "/pulitzer/post_type_content_element_types/3/edit?authenticity_token=rTC36%2BL76Sj4Yir8oG4emTQjQu%2BzbTEjWRCbvSuJQsV136Flt190LRt32Db%2BkCSfU%2B6tzlpYAbAJ5quJ4KUSBA%3D%3D" for ::1 at 2015-10-21 17:50:34 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"rTC36+L76Sj4Yir8oG4emTQjQu+zbTEjWRCbvSuJQsV136Flt190LRt32Db+kCSfU+6tzlpYAbAJ5quJ4KUSBA==", "id"=>"3"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (29.9ms)
Completed 500 Internal Server Error in 52ms (ActiveRecord: 0.2ms)
ActionView::Template::Error (undefined method `render_partial' for #<#:0x007fc44b3128d0>):
1: <%= form_for ptcet, html: ajax_form_hash(dom_target(ptcet)) do |f| %>
2: <%= render_partial 'form_fields', locals: { f: f } %>
3: <%= f.submit "Update" %>
4: <%= link_to('Cancel', post_type_content_element_type_path(ptcet), :class => 'button',
5: data: { ajax_link: true, ajax_target: dom_target(ptcet) } ) %>
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb__3981071210693071103_70240525753820'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb__3981071210693071103_70240525753820'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:22:in `edit'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (26.7ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 17:52:01 -0500
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (8.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (11.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (62.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (66.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (79.7ms)
Completed 200 OK in 215ms (Views: 207.6ms | ActiveRecord: 1.6ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 17:52:01 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 17:52:01 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 17:52:01 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 17:52:01 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 17:52:01 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 17:52:01 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 17:52:01 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 17:52:01 -0500
Started GET "/assets/pulitzer-5b0f1bfdb0acd119f271f6505993abd8.js?body=1" for ::1 at 2015-10-21 17:52:01 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 17:52:01 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 17:52:01 -0500
Started GET "/assets/application-e788f6106ab534f3ee06e499a07d552f.js?body=1" for ::1 at 2015-10-21 17:52:01 -0500
Started GET "/pulitzer/post_type_content_element_types/3/edit?authenticity_token=483oY9KckELzSnWEg10TykmmyPR9DAwxDeuSOD5Y2tU7Iv7thzgNRxBfh07doynMLmsn1ZQ5PKJdHaIM9XSKFA%3D%3D" for ::1 at 2015-10-21 17:52:11 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"483oY9KckELzSnWEg10TykmmyPR9DAwxDeuSOD5Y2tU7Iv7thzgNRxBfh07doynMLmsn1ZQ5PKJdHaIM9XSKFA==", "id"=>"3"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (19.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (39.2ms)
Completed 200 OK in 60ms (Views: 55.5ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_type_content_element_types/3?authenticity_token=483oY9KckELzSnWEg10TykmmyPR9DAwxDeuSOD5Y2tU7Iv7thzgNRxBfh07doynMLmsn1ZQ5PKJdHaIM9XSKFA%3D%3D" for ::1 at 2015-10-21 17:52:13 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#show as */*
Parameters: {"authenticity_token"=>"483oY9KckELzSnWEg10TykmmyPR9DAwxDeuSOD5Y2tU7Iv7thzgNRxBfh07doynMLmsn1ZQ5PKJdHaIM9XSKFA==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.9ms)
Completed 200 OK in 23ms (Views: 20.7ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=483oY9KckELzSnWEg10TykmmyPR9DAwxDeuSOD5Y2tU7Iv7thzgNRxBfh07doynMLmsn1ZQ5PKJdHaIM9XSKFA%3D%3D" for ::1 at 2015-10-21 17:52:14 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"483oY9KckELzSnWEg10TykmmyPR9DAwxDeuSOD5Y2tU7Iv7thzgNRxBfh07doynMLmsn1ZQ5PKJdHaIM9XSKFA=="}
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (32.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (50.6ms)
Completed 500 Internal Server Error in 71ms (ActiveRecord: 0.2ms)
ActionView::Template::Error (undefined local variable or method `f' for #<#:0x007fd27c33b570>):
1: <%= f.label :label %>
2: <%= f.text_field :label %>
3: <%= f.label :content_element_type_id, "Type" %>
4: <%= f.collection_select :content_element_type_id, Pulitzer::ContentElementType.all, :id, :name, {},
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_fields_html_erb___2667414734767111803_70270997585680'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__new_html_erb__41252630230336382_70271001706600'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__new_html_erb__41252630230336382_70271001706600'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:7:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (28.9ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 17:52:25 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.8ms)
[1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.4ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (26.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (29.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (268.2ms)
Completed 200 OK in 349ms (Views: 347.3ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 17:52:25 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 17:52:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 17:52:25 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 17:52:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 17:52:25 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 17:52:25 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 17:52:26 -0500
Started GET "/assets/pulitzer-5b0f1bfdb0acd119f271f6505993abd8.js?body=1" for ::1 at 2015-10-21 17:52:26 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 17:52:26 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 17:52:26 -0500
Started GET "/assets/application-e788f6106ab534f3ee06e499a07d552f.js?body=1" for ::1 at 2015-10-21 17:52:26 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 17:52:26 -0500
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=lURVMQKvFyoWCTS2vMu2%2FfbNtrFqDxSIdZYhC1JHBypNq0O%2FVwuKL%2FUcxnziNYz7kQBZkIM6JBslYBE%2FmWtX6w%3D%3D" for ::1 at 2015-10-21 17:52:42 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"lURVMQKvFyoWCTS2vMu2/fbNtrFqDxSIdZYhC1JHBypNq0O/VwuKL/UcxnziNYz7kQBZkIM6JBslYBE/mWtX6w==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (18.9ms)
Completed 200 OK in 35ms (Views: 33.5ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 17:54:21 -0500
[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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (10.2ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mPulitzer::ContentElementType Load (0.3ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (58.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (63.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (76.1ms)
Completed 200 OK in 215ms (Views: 205.4ms | ActiveRecord: 1.9ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 17:54:22 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 17:54:22 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 17:54:22 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 17:54:22 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 17:54:22 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 17:54:22 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 17:54:22 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 17:54:22 -0500
Started GET "/assets/pulitzer-5b0f1bfdb0acd119f271f6505993abd8.js?body=1" for ::1 at 2015-10-21 17:54:22 -0500
Started GET "/assets/application-e788f6106ab534f3ee06e499a07d552f.js?body=1" for ::1 at 2015-10-21 17:54:22 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 17:54:22 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 17:54:22 -0500
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=Aa35RjpxZpzoT8yH7J%2F98PUW1aWZZ%2FWTJVbTvEGC0jjZQu%2FIb9X7mQtaPk2yYcf2kts6hHBSxQB1oOOIiq6C%2BQ%3D%3D" for ::1 at 2015-10-21 17:54:55 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"Aa35RjpxZpzoT8yH7J/98PUW1aWZZ/WTJVbTvEGC0jjZQu/Ib9X7mQtaPk2yYcf2kts6hHBSxQB1oOOIiq6C+Q==", "id"=>"2"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (39.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (57.2ms)
Completed 500 Internal Server Error in 79ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (undefined method `text_editor_id' for #):
11:
12:
13: <%= f.label :text_editor_id, "Text editor" %>
14: <%= f.collection_select :text_editor_id, Pulitzer::TextEditor.all, :id, :name %>
15:
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
actionview (4.2.4) lib/action_view/helpers/tags/base.rb:28:in `public_send'
actionview (4.2.4) lib/action_view/helpers/tags/base.rb:28:in `value'
actionview (4.2.4) lib/action_view/helpers/tags/collection_select.rb:16:in `block in render'
actionview (4.2.4) lib/action_view/helpers/tags/collection_select.rb:16:in `fetch'
actionview (4.2.4) lib/action_view/helpers/tags/collection_select.rb:16:in `render'
actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:202:in `collection_select'
actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:789:in `collection_select'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb:14:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_fields_html_erb__942080178825495544_70319641393760'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb___2389351157222200363_70319666715440'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb___2389351157222200363_70319666715440'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:22:in `edit'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (30.6ms)
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to AddTextEditorToPulitzerContentElementType (20151021223525)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pultizer_text_editors_on_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pultizer_text_editors_on_text_editor_id' AND type='index'
[1m[36m (0.3ms)[0m [1mDROP INDEX "index_pultizer_text_editors_on_text_editor_id"[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apultizer_text_editors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "text_editor_id" integer)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pultizer_text_editors"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pultizer_text_editors"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pultizer_text_editors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apultizer_text_editors"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apultizer_text_editors"[0m
[1m[35mSQL (0.2ms)[0m DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20151021223525"]]
[1m[36m (74.5ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to AddTextEditorToPulitzerContentElementType (20151021225609)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_content_element_types" ADD "text_editor_id" integer[0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_pulitzer_content_element_types_on_text_editor_id" ON "pulitzer_content_element_types" ("text_editor_id")[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151021225609"]]
[1m[36m (655.2ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_content_element_types_on_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_content_element_types_on_text_editor_id' AND type='index'
[0m
[1m[35m (0.2ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 17:56:33 -0500
[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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (8.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (11.7ms)
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (58.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (61.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (72.5ms)
Completed 200 OK in 231ms (Views: 222.8ms | ActiveRecord: 1.8ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 17:56:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 17:56:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 17:56:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 17:56:33 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 17:56:33 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 17:56:33 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 17:56:33 -0500
Started GET "/assets/pulitzer-5b0f1bfdb0acd119f271f6505993abd8.js?body=1" for ::1 at 2015-10-21 17:56:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 17:56:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 17:56:33 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 17:56:33 -0500
Started GET "/assets/application-e788f6106ab534f3ee06e499a07d552f.js?body=1" for ::1 at 2015-10-21 17:56:33 -0500
Started GET "/pulitzer/post_type_content_element_types/3/edit?authenticity_token=zzEfRgpnKO%2BeUg74V4OP91UbHdmG60KgumwPbD5WDnwX3gnIX8O16n1H%2FDIJfbXxMtby%2BG%2FecjPqmj9Y9XpevQ%3D%3D" for ::1 at 2015-10-21 17:56:38 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"zzEfRgpnKO+eUg74V4OP91UbHdmG60KgumwPbD5WDnwX3gnIX8O16n1H/DIJfbXxMtby+G/ecjPqmj9Y9XpevQ==", "id"=>"3"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (40.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (57.6ms)
Completed 500 Internal Server Error in 77ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (undefined method `text_editor_id' for #):
11:
12:
13: <%= f.label :text_editor_id, "Text editor" %>
14: <%= f.collection_select :text_editor_id, Pulitzer::TextEditor.all, :id, :name %>
15:
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
actionview (4.2.4) lib/action_view/helpers/tags/base.rb:28:in `public_send'
actionview (4.2.4) lib/action_view/helpers/tags/base.rb:28:in `value'
actionview (4.2.4) lib/action_view/helpers/tags/collection_select.rb:16:in `block in render'
actionview (4.2.4) lib/action_view/helpers/tags/collection_select.rb:16:in `fetch'
actionview (4.2.4) lib/action_view/helpers/tags/collection_select.rb:16:in `render'
actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:202:in `collection_select'
actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:789:in `collection_select'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb:14:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_fields_html_erb__1350662886952980831_70333195740600'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb___229861321565798682_70333196036600'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb___229861321565798682_70333196036600'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:22:in `edit'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (30.8ms)
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to AddTextEditorToPulitzerContentElementType (20151021225609)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_content_element_types_on_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_content_element_types_on_text_editor_id' AND type='index'
[1m[36m (0.3ms)[0m [1mDROP INDEX "index_pulitzer_content_element_types_on_text_editor_id"[0m
[1m[35m (0.5ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_element_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "text_editor_id" integer)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_element_types"[0m
[1m[35m (0.1ms)[0m INSERT INTO "apulitzer_content_element_types" ("id","name","created_at","updated_at","text_editor_id") VALUES (1, 'Text', '2015-10-19 02:02:29.854589', '2015-10-19 02:02:29.854589', NULL)
[1m[36m (0.1ms)[0m [1mINSERT INTO "apulitzer_content_element_types" ("id","name","created_at","updated_at","text_editor_id") VALUES (2, 'Image', '2015-10-19 02:02:29.856480', '2015-10-19 02:02:29.856480', NULL)[0m
[1m[35m (0.1ms)[0m INSERT INTO "apulitzer_content_element_types" ("id","name","created_at","updated_at","text_editor_id") VALUES (3, 'Video', '2015-10-19 02:02:29.857568', '2015-10-19 02:02:29.857568', NULL)
[1m[36m (0.4ms)[0m [1mDROP TABLE "pulitzer_content_element_types"[0m
[1m[35m (0.1ms)[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[36m (0.1ms)[0m [1mSELECT * FROM "apulitzer_content_element_types"[0m
[1m[35m (0.0ms)[0m INSERT INTO "pulitzer_content_element_types" ("id","name","created_at","updated_at") VALUES (1, 'Text', '2015-10-19 02:02:29.854589', '2015-10-19 02:02:29.854589')
[1m[36m (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("id","name","created_at","updated_at") VALUES (2, 'Image', '2015-10-19 02:02:29.856480', '2015-10-19 02:02:29.856480')[0m
[1m[35m (0.0ms)[0m INSERT INTO "pulitzer_content_element_types" ("id","name","created_at","updated_at") VALUES (3, 'Video', '2015-10-19 02:02:29.857568', '2015-10-19 02:02:29.857568')
[1m[36m (0.3ms)[0m [1mDROP TABLE "apulitzer_content_element_types"[0m
[1m[35mSQL (0.2ms)[0m DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20151021225609"]]
[1m[36m (786.0ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to AddTextEditorToPulitzerContentElementType (20151021225609)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_content_element_types" ADD "text_editor_id" integer[0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_pulitzer_content_element_types_on_text_editor_id" ON "pulitzer_content_element_types" ("text_editor_id")[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151021225609"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementType (20151021225904)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor_id" integer[0m
[1m[35m (0.5ms)[0m rollback transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementType (20151021230344)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor_id" integer[0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.1ms)[0m [1mCREATE INDEX "pulitzer_post_type_ce_text_editor_id" ON "pulitzer_post_type_content_element_types" ("text_editor_id")[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151021230344"]]
[1m[36m (290.6ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_content_element_types_on_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_content_element_types_on_text_editor_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 18:04:17 -0500
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (10.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (55.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (58.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (69.0ms)
Completed 200 OK in 206ms (Views: 198.0ms | ActiveRecord: 1.5ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 18:04:18 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 18:04:18 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 18:04:18 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 18:04:18 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 18:04:18 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 18:04:18 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 18:04:18 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 18:04:19 -0500
Started GET "/assets/pulitzer-5b0f1bfdb0acd119f271f6505993abd8.js?body=1" for ::1 at 2015-10-21 18:04:19 -0500
Started GET "/assets/application-e788f6106ab534f3ee06e499a07d552f.js?body=1" for ::1 at 2015-10-21 18:04:19 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 18:04:19 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 18:04:19 -0500
Started GET "/pulitzer/post_type_content_element_types/3/edit?authenticity_token=5B%2B8KHC3fVX4jWr%2B67hSJNlV%2BGOCtR6a5iInen63caA88KqmJRPgUBuYmDS1RmgivpgXQmuALgm21BdOtZshYQ%3D%3D" for ::1 at 2015-10-21 18:04:22 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"5B+8KHC3fVX4jWr+67hSJNlV+GOCtR6a5iInen63caA88KqmJRPgUBuYmDS1RmgivpgXQmuALgm21BdOtZshYQ==", "id"=>"3"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.5ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.2ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (30.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (50.7ms)
Completed 200 OK in 70ms (Views: 65.2ms | ActiveRecord: 1.0ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 18:05:52 -0500
[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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (10.1ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (49.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (52.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (63.0ms)
Completed 200 OK in 1339ms (Views: 1331.3ms | ActiveRecord: 1.5ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 18:05:54 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 18:05:54 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 18:05:54 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 18:05:54 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 18:05:54 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 18:05:54 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 18:05:54 -0500
Started GET "/assets/pulitzer-24242fb34486b0f216a893bba0ed2ba7.js?body=1" for ::1 at 2015-10-21 18:05:56 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 18:05:56 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 18:05:56 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 18:05:56 -0500
Started GET "/assets/application-fdebd8eb8e602e78aa96659714d97029.js?body=1" for ::1 at 2015-10-21 18:05:56 -0500
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=QReDOLf%2F6YjXYfgU%2Bf6rjzPAkfNsG54B%2FBU50%2FAhA6CZ%2BJW24lt0jTR0Ct6nAJGJVA1%2B0oUurpKs4wnnOw1TYQ%3D%3D" for ::1 at 2015-10-21 18:06:07 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"QReDOLf/6YjXYfgU+f6rjzPAkfNsG54B/BU50/AhA6CZ+JW24lt0jTR0Ct6nAJGJVA1+0oUurpKs4wnnOw1TYQ==", "id"=>"2"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.2ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (34.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (58.5ms)
Completed 200 OK in 83ms (Views: 77.4ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 18:06:49 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 18:06:49 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 18:06:49 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 18:06:49 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 18:07:06 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (19.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (22.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (26.8ms)
Completed 200 OK in 277ms (Views: 275.6ms | ActiveRecord: 0.6ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 18:07:06 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 18:07:06 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 18:07:06 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 18:07:06 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 18:07:06 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 18:07:06 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 18:07:06 -0500
Started GET "/assets/pulitzer-24242fb34486b0f216a893bba0ed2ba7.js?body=1" for ::1 at 2015-10-21 18:07:08 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 18:07:08 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 18:07:08 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 18:07:08 -0500
Started GET "/assets/application-fdebd8eb8e602e78aa96659714d97029.js?body=1" for ::1 at 2015-10-21 18:07:08 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=nqGk67BDAFCMdmjaTMRpUKddUQnUqGiM498Z1zn1UB9GTrJl5eedVW9jmhASOlNWwJC%2BKD2dWB%2BzKSnj8tkA3g%3D%3D" for ::1 at 2015-10-21 18:07:10 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"nqGk67BDAFCMdmjaTMRpUKddUQnUqGiM498Z1zn1UB9GTrJl5eedVW9jmhASOlNWwJC+KD2dWB+zKSnj8tkA3g==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (26.6ms)
Completed 200 OK in 254ms (Views: 47.0ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_types/1?authenticity_token=nqGk67BDAFCMdmjaTMRpUKddUQnUqGiM498Z1zn1UB9GTrJl5eedVW9jmhASOlNWwJC%2BKD2dWB%2BzKSnj8tkA3g%3D%3D" for ::1 at 2015-10-21 18:07:12 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"nqGk67BDAFCMdmjaTMRpUKddUQnUqGiM498Z1zn1UB9GTrJl5eedVW9jmhASOlNWwJC+KD2dWB+zKSnj8tkA3g==", "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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.4ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (126.4ms)
Completed 200 OK in 144ms (Views: 143.2ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=nqGk67BDAFCMdmjaTMRpUKddUQnUqGiM498Z1zn1UB9GTrJl5eedVW9jmhASOlNWwJC%2BKD2dWB%2BzKSnj8tkA3g%3D%3D" for ::1 at 2015-10-21 18:07:21 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"nqGk67BDAFCMdmjaTMRpUKddUQnUqGiM498Z1zn1UB9GTrJl5eedVW9jmhASOlNWwJC+KD2dWB+zKSnj8tkA3g==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.2ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (23.8ms)
Completed 200 OK in 43ms (Views: 41.4ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/post_type_content_element_types/2?authenticity_token=nqGk67BDAFCMdmjaTMRpUKddUQnUqGiM498Z1zn1UB9GTrJl5eedVW9jmhASOlNWwJC%2BKD2dWB%2BzKSnj8tkA3g%3D%3D" for ::1 at 2015-10-21 18:07:41 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#show as */*
Parameters: {"authenticity_token"=>"nqGk67BDAFCMdmjaTMRpUKddUQnUqGiM498Z1zn1UB9GTrJl5eedVW9jmhASOlNWwJC+KD2dWB+zKSnj8tkA3g==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=nqGk67BDAFCMdmjaTMRpUKddUQnUqGiM498Z1zn1UB9GTrJl5eedVW9jmhASOlNWwJC%2BKD2dWB%2BzKSnj8tkA3g%3D%3D" for ::1 at 2015-10-21 18:07:43 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"nqGk67BDAFCMdmjaTMRpUKddUQnUqGiM498Z1zn1UB9GTrJl5eedVW9jmhASOlNWwJC+KD2dWB+zKSnj8tkA3g==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::TextEditor Load (0.1ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (22.0ms)
Completed 200 OK in 39ms (Views: 37.4ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_type_content_element_types/1?authenticity_token=nqGk67BDAFCMdmjaTMRpUKddUQnUqGiM498Z1zn1UB9GTrJl5eedVW9jmhASOlNWwJC%2BKD2dWB%2BzKSnj8tkA3g%3D%3D" for ::1 at 2015-10-21 18:07:53 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#show as */*
Parameters: {"authenticity_token"=>"nqGk67BDAFCMdmjaTMRpUKddUQnUqGiM498Z1zn1UB9GTrJl5eedVW9jmhASOlNWwJC+KD2dWB+zKSnj8tkA3g==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 18:08:28 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (107.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.0ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (129.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (130.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (133.7ms)
Completed 200 OK in 271ms (Views: 270.3ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 18:08:28 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 18:08:28 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 18:08:28 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 18:08:28 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 18:08:28 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 18:08:28 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 18:08:28 -0500
Started GET "/assets/pulitzer-aeaf5f5f96ad06163b482f16b79c9f45.js?body=1" for ::1 at 2015-10-21 18:08:28 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 18:08:28 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 18:08:29 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 18:08:29 -0500
Started GET "/assets/application-f6ecf23d6e4a772ab0579f59f3fb1149.js?body=1" for ::1 at 2015-10-21 18:08:29 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=bNIuyDqYuNhVQfX9bH0Mh4RXs4%2FhfVf%2Bsc1QAKvADZS0PThGbzwl3bZUBzcygzaB45pcrghIZ23hO2A0YOxdVQ%3D%3D" for ::1 at 2015-10-21 18:08:35 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"bNIuyDqYuNhVQfX9bH0Mh4RXs4/hfVf+sc1QAKvADZS0PThGbzwl3bZUBzcygzaB45pcrghIZ23hO2A0YOxdVQ==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::TextEditor Load (0.1ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (21.9ms)
Completed 200 OK in 39ms (Views: 37.6ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_type_content_element_types/1?authenticity_token=bNIuyDqYuNhVQfX9bH0Mh4RXs4%2FhfVf%2Bsc1QAKvADZS0PThGbzwl3bZUBzcygzaB45pcrghIZ23hO2A0YOxdVQ%3D%3D" for ::1 at 2015-10-21 18:09:00 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#show as */*
Parameters: {"authenticity_token"=>"bNIuyDqYuNhVQfX9bH0Mh4RXs4/hfVf+sc1QAKvADZS0PThGbzwl3bZUBzcygzaB45pcrghIZ23hO2A0YOxdVQ==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Completed 200 OK in 20ms (Views: 18.8ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=bNIuyDqYuNhVQfX9bH0Mh4RXs4%2FhfVf%2Bsc1QAKvADZS0PThGbzwl3bZUBzcygzaB45pcrghIZ23hO2A0YOxdVQ%3D%3D" for ::1 at 2015-10-21 18:09:01 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"bNIuyDqYuNhVQfX9bH0Mh4RXs4/hfVf+sc1QAKvADZS0PThGbzwl3bZUBzcygzaB45pcrghIZ23hO2A0YOxdVQ=="}
[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::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.2ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (25.6ms)
Completed 200 OK in 44ms (Views: 41.5ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 18:09:42 -0500
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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (18.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (19.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (22.2ms)
Completed 200 OK in 2293ms (Views: 2292.3ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 18:09:45 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 18:09:45 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 18:09:45 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 18:09:45 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 18:09:45 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 18:09:45 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 18:09:45 -0500
Started GET "/assets/pulitzer-306e1867b053bad1180068d4e4902b9a.js?body=1" for ::1 at 2015-10-21 18:09:45 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 18:09:45 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 18:09:45 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 18:09:45 -0500
Started GET "/assets/application-8158194d74d52de298cf4f9c7cc49a92.js?body=1" for ::1 at 2015-10-21 18:09:45 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=MiPOIh5e6mFKPM%2F3VDGGkUlASH0OFsp5n8LREp6ngM7qzNisS%2Fp3ZKkpPT0Kz7yXLo2nXOcj%2BurPNOEmVYvQDw%3D%3D" for ::1 at 2015-10-21 18:10:41 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"MiPOIh5e6mFKPM/3VDGGkUlASH0OFsp5n8LREp6ngM7qzNisS/p3ZKkpPT0Kz7yXLo2nXOcj+urPNOEmVYvQDw==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.2ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (20.9ms)
Completed 200 OK in 38ms (Views: 36.3ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_type_content_element_types/3/edit?authenticity_token=MiPOIh5e6mFKPM%2F3VDGGkUlASH0OFsp5n8LREp6ngM7qzNisS%2Fp3ZKkpPT0Kz7yXLo2nXOcj%2BurPNOEmVYvQDw%3D%3D" for ::1 at 2015-10-21 18:10:56 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"MiPOIh5e6mFKPM/3VDGGkUlASH0OFsp5n8LREp6ngM7qzNisS/p3ZKkpPT0Kz7yXLo2nXOcj+urPNOEmVYvQDw==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 3]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::TextEditor Load (0.1ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (21.1ms)
Completed 200 OK in 39ms (Views: 37.6ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 18:13:58 -0500
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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.6ms)
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.8ms)
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (27.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (31.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (36.3ms)
Completed 200 OK in 147ms (Views: 145.4ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 18:13:58 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 18:13:58 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 18:13:59 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 18:13:59 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 18:13:59 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 18:13:59 -0500
Started GET "/assets/pulitzer-61ba4df4537f9585823c204c5c62f967.js?body=1" for ::1 at 2015-10-21 18:13:59 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 18:13:59 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 18:13:59 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 18:13:59 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 18:13:59 -0500
Started GET "/assets/application-248b384e71117b21bff52148ba00a48e.js?body=1" for ::1 at 2015-10-21 18:13:59 -0500
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=VT0U90gFAHTEjOezLHV%2B9DB7F%2B9d6Y7p4BKb0A78KG2N0gJ5HaGdcSeZFXlyi0TyV7b4zrTcvnqw5KvkxdB4rA%3D%3D" for ::1 at 2015-10-21 18:14:04 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"VT0U90gFAHTEjOezLHV+9DB7F+9d6Y7p4BKb0A78KG2N0gJ5HaGdcSeZFXlyi0TyV7b4zrTcvnqw5KvkxdB4rA==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::TextEditor Load (0.2ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (28.6ms)
Completed 200 OK in 49ms (Views: 46.9ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 18:19:02 -0500
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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.1ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (22.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (24.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (28.3ms)
Completed 200 OK in 133ms (Views: 132.3ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 18:19:03 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 18:19:03 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 18:19:03 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 18:19:03 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 18:19:03 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 18:19:03 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 18:19:03 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 18:19:03 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 18:19:03 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 18:19:03 -0500
Started GET "/assets/pulitzer-74f08a549b58ecebf9676384f76bc41d.js?body=1" for ::1 at 2015-10-21 18:19:03 -0500
Started GET "/assets/application-b66d6d133573e21c0bd7cb146fd9b856.js?body=1" for ::1 at 2015-10-21 18:19:03 -0500
Started GET "/pulitzer/post_type_content_element_types/3/edit?authenticity_token=%2B0cp%2BhNi%2FFF3ElZJXp%2B6Bjb942CFL10eqQWZ3bW8xyEjqD90RsZhVJQHpIMAYYAAUTAMQWwabY3586npfpCX4A%3D%3D" for ::1 at 2015-10-21 18:19:23 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"+0cp+hNi/FF3ElZJXp+6Bjb942CFL10eqQWZ3bW8xyEjqD90RsZhVJQHpIMAYYAAUTAMQWwabY3586npfpCX4A==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 3]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::TextEditor Load (0.2ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (21.2ms)
Completed 200 OK in 38ms (Views: 36.6ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/post_type_content_element_types/3?authenticity_token=%2B0cp%2BhNi%2FFF3ElZJXp%2B6Bjb942CFL10eqQWZ3bW8xyEjqD90RsZhVJQHpIMAYYAAUTAMQWwabY3586npfpCX4A%3D%3D" for ::1 at 2015-10-21 18:19:27 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#show as */*
Parameters: {"authenticity_token"=>"+0cp+hNi/FF3ElZJXp+6Bjb942CFL10eqQWZ3bW8xyEjqD90RsZhVJQHpIMAYYAAUTAMQWwabY3586npfpCX4A==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Completed 200 OK in 20ms (Views: 18.8ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=%2B0cp%2BhNi%2FFF3ElZJXp%2B6Bjb942CFL10eqQWZ3bW8xyEjqD90RsZhVJQHpIMAYYAAUTAMQWwabY3586npfpCX4A%3D%3D" for ::1 at 2015-10-21 18:19:28 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"+0cp+hNi/FF3ElZJXp+6Bjb942CFL10eqQWZ3bW8xyEjqD90RsZhVJQHpIMAYYAAUTAMQWwabY3586npfpCX4A==", "id"=>"2"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (23.1ms)
Completed 200 OK in 42ms (Views: 40.0ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_type_content_element_types/2?authenticity_token=%2B0cp%2BhNi%2FFF3ElZJXp%2B6Bjb942CFL10eqQWZ3bW8xyEjqD90RsZhVJQHpIMAYYAAUTAMQWwabY3586npfpCX4A%3D%3D" for ::1 at 2015-10-21 18:20:02 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#show as */*
Parameters: {"authenticity_token"=>"+0cp+hNi/FF3ElZJXp+6Bjb942CFL10eqQWZ3bW8xyEjqD90RsZhVJQHpIMAYYAAUTAMQWwabY3586npfpCX4A==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=%2B0cp%2BhNi%2FFF3ElZJXp%2B6Bjb942CFL10eqQWZ3bW8xyEjqD90RsZhVJQHpIMAYYAAUTAMQWwabY3586npfpCX4A%3D%3D" for ::1 at 2015-10-21 18:20:03 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"+0cp+hNi/FF3ElZJXp+6Bjb942CFL10eqQWZ3bW8xyEjqD90RsZhVJQHpIMAYYAAUTAMQWwabY3586npfpCX4A==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::TextEditor Load (0.3ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (26.9ms)
Completed 200 OK in 43ms (Views: 41.3ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=%2B0cp%2BhNi%2FFF3ElZJXp%2B6Bjb942CFL10eqQWZ3bW8xyEjqD90RsZhVJQHpIMAYYAAUTAMQWwabY3586npfpCX4A%3D%3D" for ::1 at 2015-10-21 18:20:05 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"+0cp+hNi/FF3ElZJXp+6Bjb942CFL10eqQWZ3bW8xyEjqD90RsZhVJQHpIMAYYAAUTAMQWwabY3586npfpCX4A==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (26.0ms)
Completed 200 OK in 45ms (Views: 42.7ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_type_content_element_types/2?authenticity_token=%2B0cp%2BhNi%2FFF3ElZJXp%2B6Bjb942CFL10eqQWZ3bW8xyEjqD90RsZhVJQHpIMAYYAAUTAMQWwabY3586npfpCX4A%3D%3D" for ::1 at 2015-10-21 18:20:20 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#show as */*
Parameters: {"authenticity_token"=>"+0cp+hNi/FF3ElZJXp+6Bjb942CFL10eqQWZ3bW8xyEjqD90RsZhVJQHpIMAYYAAUTAMQWwabY3586npfpCX4A==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Completed 200 OK in 21ms (Views: 18.7ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 18:20:47 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (15.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (17.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (20.1ms)
Completed 200 OK in 815ms (Views: 813.9ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 18:20:48 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 18:20:48 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 18:20:48 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 18:20:48 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 18:20:48 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 18:20:48 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 18:20:48 -0500
Started GET "/assets/pulitzer-9951f848018a8755f48ebcb1163bed1c.js?body=1" for ::1 at 2015-10-21 18:20:49 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 18:20:49 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 18:20:49 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 18:20:49 -0500
Started GET "/assets/application-47217da9ae62d30f9ace54e529518d90.js?body=1" for ::1 at 2015-10-21 18:20:49 -0500
Started GET "/pulitzer/post_type_content_element_types/3/edit?authenticity_token=XpvJOdaRkMfSg9Znmltc247582ZKd1Hkk5IOeQpY6c6GdN%2B3gzUNwjGWJK3EpWbd6TQcR6NCYXfDZD5NwXS5Dw%3D%3D" for ::1 at 2015-10-21 18:21:32 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"XpvJOdaRkMfSg9Znmltc247582ZKd1Hkk5IOeQpY6c6GdN+3gzUNwjGWJK3EpWbd6TQcR6NCYXfDZD5NwXS5Dw==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (23.4ms)
Completed 200 OK in 40ms (Views: 37.9ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 18:21:55 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (21.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (23.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (26.4ms)
Completed 200 OK in 149ms (Views: 147.7ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 18:21:55 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 18:21:55 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 18:21:55 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 18:21:55 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 18:21:55 -0500
Started GET "/assets/pulitzer-fe29de69db2af70f1e80be977634da35.js?body=1" for ::1 at 2015-10-21 18:21:55 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 18:21:55 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 18:21:55 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 18:21:55 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 18:21:55 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 18:21:55 -0500
Started GET "/assets/application-e4e5633b6ee60c2ac384fafcd1d3af3f.js?body=1" for ::1 at 2015-10-21 18:21:55 -0500
Started GET "/pulitzer/post_type_content_element_types/3/edit?authenticity_token=2Cw6y6gm65BVZkS363C5ptOBOuXGM%2BkhjUWRv89RFKIAwyxF%2FYJ2lbZztn21joOgtEzVxC8G2bLds6GLBH1EYw%3D%3D" for ::1 at 2015-10-21 18:22:00 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"2Cw6y6gm65BVZkS363C5ptOBOuXGM+khjUWRv89RFKIAwyxF/YJ2lbZztn21joOgtEzVxC8G2bLds6GLBH1EYw==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (24.0ms)
Completed 200 OK in 43ms (Views: 41.3ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 18:26:00 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (17.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (18.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (21.1ms)
Completed 200 OK in 197ms (Views: 196.6ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 18:26:00 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 18:26:00 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 18:26:00 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 18:26:00 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 18:26:00 -0500
Started GET "/assets/pulitzer-867b466e26da91ea49955a60362d5523.js?body=1" for ::1 at 2015-10-21 18:26:00 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 18:26:00 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 18:26:00 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 18:26:00 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 18:26:00 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 18:26:00 -0500
Started GET "/assets/application-487a26e65277da7b50943e4637c7d5ed.js?body=1" for ::1 at 2015-10-21 18:26:00 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=JtaqYAy78oPwyOOR5k0pAbRnqaZOhZrtB3J74Cb65MH%2BObzuWR9vhhPdEVu4sxMH06pGh6ewqn5XhEvU7da0AA%3D%3D" for ::1 at 2015-10-21 18:26:43 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"JtaqYAy78oPwyOOR5k0pAbRnqaZOhZrtB3J74Cb65MH+ObzuWR9vhhPdEVu4sxMH06pGh6ewqn5XhEvU7da0AA==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (21.2ms)
Completed 200 OK in 38ms (Views: 36.5ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 18:26:52 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (18.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (21.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (23.6ms)
Completed 200 OK in 227ms (Views: 226.1ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 18:26:53 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 18:26:53 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 18:26:53 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 18:26:53 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 18:26:53 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 18:26:53 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 18:26:53 -0500
Started GET "/assets/pulitzer-925b100986774f6f4a5c45b09b00d8c3.js?body=1" for ::1 at 2015-10-21 18:26:53 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 18:26:53 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 18:26:53 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 18:26:53 -0500
Started GET "/assets/application-4e47f6e75922ee21a354b070763d04c3.js?body=1" for ::1 at 2015-10-21 18:26:53 -0500
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=K5HvYbjoylkA0ZH1rjRCp%2Bz1XQSCeMwuwyHBSmThMfHzfvnv7UxXXOPEYz%2FwynihiziyJWtN%2FL2T1%2FF%2Br81hMA%3D%3D" for ::1 at 2015-10-21 18:26:56 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"K5HvYbjoylkA0ZH1rjRCp+z1XQSCeMwuwyHBSmThMfHzfvnv7UxXXOPEYz/wynihiziyJWtN/L2T1/F+r81hMA==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.4ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (20.1ms)
Completed 200 OK in 36ms (Views: 34.5ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=K5HvYbjoylkA0ZH1rjRCp%2Bz1XQSCeMwuwyHBSmThMfHzfvnv7UxXXOPEYz%2FwynihiziyJWtN%2FL2T1%2FF%2Br81hMA%3D%3D" for ::1 at 2015-10-21 18:27:03 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"K5HvYbjoylkA0ZH1rjRCp+z1XQSCeMwuwyHBSmThMfHzfvnv7UxXXOPEYz/wynihiziyJWtN/L2T1/F+r81hMA==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::TextEditor Load (0.2ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (21.5ms)
Completed 200 OK in 38ms (Views: 36.6ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/post_type_content_element_types/3/edit?authenticity_token=K5HvYbjoylkA0ZH1rjRCp%2Bz1XQSCeMwuwyHBSmThMfHzfvnv7UxXXOPEYz%2FwynihiziyJWtN%2FL2T1%2FF%2Br81hMA%3D%3D" for ::1 at 2015-10-21 18:28:19 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"K5HvYbjoylkA0ZH1rjRCp+z1XQSCeMwuwyHBSmThMfHzfvnv7UxXXOPEYz/wynihiziyJWtN/L2T1/F+r81hMA==", "id"=>"3"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.2ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (32.0ms)
Completed 200 OK in 54ms (Views: 51.9ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 18:30:14 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (16.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (18.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (21.0ms)
Completed 200 OK in 85ms (Views: 84.2ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 18:30:14 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 18:30:14 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 18:30:14 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 18:30:14 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 18:30:14 -0500
Started GET "/assets/pulitzer-925b100986774f6f4a5c45b09b00d8c3.js?body=1" for ::1 at 2015-10-21 18:30:14 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 18:30:14 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 18:30:14 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 18:30:15 -0500
Started GET "/assets/application-4e47f6e75922ee21a354b070763d04c3.js?body=1" for ::1 at 2015-10-21 18:30:15 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 18:30:15 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 18:30:15 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=vhW0gISKK3m9Ba6jINqtQeCxiY%2Fb%2BWB92tMNaNOfxRhm%2BqIO0S62fF4QXGl%2BJJdHh3xmrjLMUO6KJT1cGLOV2Q%3D%3D" for ::1 at 2015-10-21 18:30:18 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"vhW0gISKK3m9Ba6jINqtQeCxiY/b+WB92tMNaNOfxRhm+qIO0S62fF4QXGl+JJdHh3xmrjLMUO6KJT1cGLOV2Q==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (23.6ms)
Completed 200 OK in 44ms (Views: 42.8ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 18:30:54 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (18.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (20.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (22.9ms)
Completed 200 OK in 89ms (Views: 87.6ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 18:30:54 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 18:30:54 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 18:30:54 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 18:30:54 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 18:30:54 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 18:30:54 -0500
Started GET "/assets/pulitzer-925b100986774f6f4a5c45b09b00d8c3.js?body=1" for ::1 at 2015-10-21 18:30:54 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 18:30:54 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 18:30:55 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 18:30:55 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 18:30:55 -0500
Started GET "/assets/application-4e47f6e75922ee21a354b070763d04c3.js?body=1" for ::1 at 2015-10-21 18:30:55 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=ZxogLZUa2Kf6nAGG8b9xpbZ2PhUpBxqWgk5WJX7Hcey%2F9TajwL5FohmJ80yvQUuj0bvRNMAyKgXSuGYRteshLQ%3D%3D" for ::1 at 2015-10-21 18:31:04 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"ZxogLZUa2Kf6nAGG8b9xpbZ2PhUpBxqWgk5WJX7Hcey/9TajwL5FohmJ80yvQUuj0bvRNMAyKgXSuGYRteshLQ==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.2ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (22.5ms)
Completed 200 OK in 39ms (Views: 38.0ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 18:33:00 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (18.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (21.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (24.2ms)
Completed 200 OK in 760ms (Views: 758.8ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 18:33:01 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 18:33:01 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 18:33:01 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 18:33:01 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 18:33:01 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 18:33:01 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 18:33:01 -0500
Started GET "/assets/pulitzer-0f9a6906164a209ae513f0c74cda8015.js?body=1" for ::1 at 2015-10-21 18:33:01 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 18:33:01 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 18:33:01 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 18:33:01 -0500
Started GET "/assets/application-61361997da29b34fdd625962cd54c2e8.js?body=1" for ::1 at 2015-10-21 18:33:01 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=yrVIuqaTv3I%2BGp6Rhr1nIT8ZGAMr6XH%2B8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4%2FEgbGF8zA%3D%3D" for ::1 at 2015-10-21 18:33:32 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"yrVIuqaTv3I+Gp6Rhr1nIT8ZGAMr6XH+8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4/EgbGF8zA==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (24.1ms)
Completed 200 OK in 46ms (Views: 43.4ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/post_type_content_element_types/1?authenticity_token=yrVIuqaTv3I%2BGp6Rhr1nIT8ZGAMr6XH%2B8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4%2FEgbGF8zA%3D%3D" for ::1 at 2015-10-21 18:33:54 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#show as */*
Parameters: {"authenticity_token"=>"yrVIuqaTv3I+Gp6Rhr1nIT8ZGAMr6XH+8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4/EgbGF8zA==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_type_content_element_types/3/edit?authenticity_token=yrVIuqaTv3I%2BGp6Rhr1nIT8ZGAMr6XH%2B8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4%2FEgbGF8zA%3D%3D" for ::1 at 2015-10-21 18:33:56 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"yrVIuqaTv3I+Gp6Rhr1nIT8ZGAMr6XH+8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4/EgbGF8zA==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 3]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::TextEditor Load (0.2ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (20.2ms)
Completed 200 OK in 37ms (Views: 34.9ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=yrVIuqaTv3I%2BGp6Rhr1nIT8ZGAMr6XH%2B8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4%2FEgbGF8zA%3D%3D" for ::1 at 2015-10-21 18:34:02 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"yrVIuqaTv3I+Gp6Rhr1nIT8ZGAMr6XH+8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4/EgbGF8zA==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (25.0ms)
Completed 200 OK in 44ms (Views: 42.3ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_type_content_element_types/1?authenticity_token=yrVIuqaTv3I%2BGp6Rhr1nIT8ZGAMr6XH%2B8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4%2FEgbGF8zA%3D%3D" for ::1 at 2015-10-21 18:35:34 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#show as */*
Parameters: {"authenticity_token"=>"yrVIuqaTv3I+Gp6Rhr1nIT8ZGAMr6XH+8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4/EgbGF8zA==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Completed 200 OK in 18ms (Views: 17.2ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_type_content_element_types/3?authenticity_token=yrVIuqaTv3I%2BGp6Rhr1nIT8ZGAMr6XH%2B8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4%2FEgbGF8zA%3D%3D" for ::1 at 2015-10-21 18:35:36 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#show as */*
Parameters: {"authenticity_token"=>"yrVIuqaTv3I+Gp6Rhr1nIT8ZGAMr6XH+8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4/EgbGF8zA==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 3]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.1ms)
Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_text_editors"[0m
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to AddTextEditorToPulitzerPostTypeContentElementType (20151021230344)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
[1m[36m (0.6ms)[0m [1mDROP INDEX "pulitzer_post_type_ce_text_editor_id"[0m
[1m[35m (0.6ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_type_content_element_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_type_id" integer, "content_element_type_id" integer, "label" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "text_editor_id" integer)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_type_content_element_types"[0m
[1m[35m (0.1ms)[0m INSERT INTO "apulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at","text_editor_id") VALUES (1, 1, 3, 'News video', 100, 100, '2015-10-19 02:25:08.389699', '2015-10-19 02:25:08.389699', NULL)
[1m[36m (0.0ms)[0m [1mINSERT INTO "apulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at","text_editor_id") VALUES (2, 1, 1, 'text', 100, 100, '2015-10-19 03:45:37.574258', '2015-10-19 03:45:37.574258', NULL)[0m
[1m[35m (0.1ms)[0m INSERT INTO "apulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at","text_editor_id") VALUES (3, 1, 2, 'hero image', 100, 100, '2015-10-19 21:16:09.305257', '2015-10-19 21:16:09.305257', NULL)
[1m[36m (0.3ms)[0m [1mDROP TABLE "pulitzer_post_type_content_element_types"[0m
[1m[35m (0.1ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "apulitzer_post_type_content_element_types"[0m
[1m[35m (0.0ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at") VALUES (1, 1, 3, 'News video', 100, 100, '2015-10-19 02:25:08.389699', '2015-10-19 02:25:08.389699')
[1m[36m (0.0ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at") VALUES (2, 1, 1, 'text', 100, 100, '2015-10-19 03:45:37.574258', '2015-10-19 03:45:37.574258')[0m
[1m[35m (0.0ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at") VALUES (3, 1, 2, 'hero image', 100, 100, '2015-10-19 21:16:09.305257', '2015-10-19 21:16:09.305257')
[1m[36m (0.3ms)[0m [1mDROP TABLE "apulitzer_post_type_content_element_types"[0m
[1m[35mSQL (0.3ms)[0m DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20151021230344"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_content_element_types_on_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_content_element_types_on_text_editor_id' AND type='index'
[0m
[1m[35m (0.2ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_content_element_types_on_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_content_element_types_on_text_editor_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_content_element_types_on_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_content_element_types_on_text_editor_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_content_element_types_on_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_content_element_types_on_text_editor_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_content_element_types_on_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_content_element_types_on_text_editor_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementType (20151021230344)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor_id" integer[0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.1ms)[0m [1mCREATE INDEX "pulitzer_post_type_ce_text_editor_id" ON "pulitzer_post_type_content_element_types" ("text_editor_id")[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151021230344"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_content_element_types_on_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_content_element_types_on_text_editor_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to AddTextEditorToPulitzerPostTypeContentElementType (20151021230344)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
[1m[36m (0.3ms)[0m [1mDROP INDEX "pulitzer_post_type_ce_text_editor_id"[0m
[1m[35m (0.7ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_type_content_element_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_type_id" integer, "content_element_type_id" integer, "label" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "text_editor_id" integer)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_type_content_element_types"[0m
[1m[35m (0.1ms)[0m INSERT INTO "apulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at","text_editor_id") VALUES (1, 1, 3, 'News video', 100, 100, '2015-10-19 02:25:08.389699', '2015-10-19 02:25:08.389699', NULL)
[1m[36m (0.0ms)[0m [1mINSERT INTO "apulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at","text_editor_id") VALUES (2, 1, 1, 'text', 100, 100, '2015-10-19 03:45:37.574258', '2015-10-19 03:45:37.574258', NULL)[0m
[1m[35m (0.1ms)[0m INSERT INTO "apulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at","text_editor_id") VALUES (3, 1, 2, 'hero image', 100, 100, '2015-10-19 21:16:09.305257', '2015-10-19 21:16:09.305257', NULL)
[1m[36m (0.4ms)[0m [1mDROP TABLE "pulitzer_post_type_content_element_types"[0m
[1m[35m (0.1ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "apulitzer_post_type_content_element_types"[0m
[1m[35m (0.0ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at") VALUES (1, 1, 3, 'News video', 100, 100, '2015-10-19 02:25:08.389699', '2015-10-19 02:25:08.389699')
[1m[36m (0.0ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at") VALUES (2, 1, 1, 'text', 100, 100, '2015-10-19 03:45:37.574258', '2015-10-19 03:45:37.574258')[0m
[1m[35m (0.0ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at") VALUES (3, 1, 2, 'hero image', 100, 100, '2015-10-19 21:16:09.305257', '2015-10-19 21:16:09.305257')
[1m[36m (0.3ms)[0m [1mDROP TABLE "apulitzer_post_type_content_element_types"[0m
[1m[35mSQL (0.6ms)[0m DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20151021230344"]]
[1m[36m (24.4ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_content_element_types_on_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_content_element_types_on_text_editor_id' AND type='index'
[0m
[1m[35m (0.2ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=yrVIuqaTv3I%2BGp6Rhr1nIT8ZGAMr6XH%2B8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4%2FEgbGF8zA%3D%3D" for ::1 at 2015-10-21 18:44:23 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"yrVIuqaTv3I+Gp6Rhr1nIT8ZGAMr6XH+8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4/EgbGF8zA==", "id"=>"2"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (52.3ms)
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementType (20151021230344)
[1m[35m (0.2ms)[0m begin transaction
[1m[36m (0.6ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor_id" integer[0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.2ms)[0m [1mCREATE INDEX "pulitzer_post_type_ce_text_editor_id" ON "pulitzer_post_type_content_element_types" ("text_editor_id")[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151021230344"]]
[1m[36m (2048.5ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_content_element_types_on_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_content_element_types_on_text_editor_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mPulitzer::TextEditor Load (1.4ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ?[0m [["id", 1]]
[1m[35m (815.8ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m DELETE FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? [["id", 2]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ?[0m [["id", 3]]
[1m[35m (0.5ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m DELETE FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? [["id", 4]]
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ?[0m [["id", 5]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m DELETE FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? [["id", 6]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_text_editors" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "None"], ["created_at", "2015-10-21 23:50:34.615306"], ["updated_at", "2015-10-21 23:50:34.615306"]]
[1m[35m (825.7ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_text_editors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Simple text editor"], ["created_at", "2015-10-21 23:50:35.443522"], ["updated_at", "2015-10-21 23:50:35.443522"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=yrVIuqaTv3I%2BGp6Rhr1nIT8ZGAMr6XH%2B8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4%2FEgbGF8zA%3D%3D" for ::1 at 2015-10-21 18:50:39 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"yrVIuqaTv3I+Gp6Rhr1nIT8ZGAMr6XH+8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4/EgbGF8zA==", "id"=>"1"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (48.0ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=yrVIuqaTv3I%2BGp6Rhr1nIT8ZGAMr6XH%2B8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4%2FEgbGF8zA%3D%3D" for ::1 at 2015-10-21 18:50:52 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"yrVIuqaTv3I+Gp6Rhr1nIT8ZGAMr6XH+8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4/EgbGF8zA==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::TextEditor Load (0.1ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (37.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (65.9ms)
Completed 200 OK in 110ms (Views: 90.5ms | ActiveRecord: 1.3ms)
Started PATCH "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-10-21 18:51:09 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"WC0t1jYLT6HZppFxMoO4i7hIB7jXLT5x7n8yIBTwwlGAwjtYY6/SpDqzY7tsfYKN34XomT4YDuK+iQIU39ySkA==", "post_type_content_element_type"=>{"label"=>"News video", "content_element_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor_id"=>"8"}, "commit"=>"Update", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.7ms)[0m [1mUPDATE "pulitzer_post_type_content_element_types" SET "content_element_type_id" = ?, "text_editor_id" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["content_element_type_id", 1], ["text_editor_id", 8], ["updated_at", "2015-10-21 23:51:09.875700"], ["id", 1]]
[1m[35m (0.5ms)[0m commit transaction
[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::Post Load (0.4ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1], ["label", "News video"]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["content_element_type_id", 1], ["updated_at", "2015-10-21 23:51:10.034497"], ["id", 1]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Completed 200 OK in 227ms (Views: 60.7ms | ActiveRecord: 5.3ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=yrVIuqaTv3I%2BGp6Rhr1nIT8ZGAMr6XH%2B8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4%2FEgbGF8zA%3D%3D" for ::1 at 2015-10-21 18:51:14 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"yrVIuqaTv3I+Gp6Rhr1nIT8ZGAMr6XH+8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4/EgbGF8zA==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::TextEditor Load (0.1ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (24.4ms)
Completed 200 OK in 42ms (Views: 40.4ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-10-21 18:51:17 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"u7Owl0ANwdlNj+tFhf0Fw3+geM3u94kDzCfxhx91PtRjXKYZFalc3K6aGY/bAz/FGG2X7AfCuZCc0cGz1FluFQ==", "post_type_content_element_type"=>{"label"=>"News video", "content_element_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor_id"=>"7"}, "commit"=>"Update", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_post_type_content_element_types" SET "text_editor_id" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["text_editor_id", 7], ["updated_at", "2015-10-21 23:51:17.951505"], ["id", 1]]
[1m[35m (74.1ms)[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::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1], ["label", "News video"]]
[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[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
Completed 200 OK in 105ms (Views: 19.7ms | ActiveRecord: 75.2ms)
Started GET "/pulitzer/post_type_content_element_types/3/edit?authenticity_token=yrVIuqaTv3I%2BGp6Rhr1nIT8ZGAMr6XH%2B8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4%2FEgbGF8zA%3D%3D" for ::1 at 2015-10-21 18:51:19 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"yrVIuqaTv3I+Gp6Rhr1nIT8ZGAMr6XH+8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4/EgbGF8zA==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.2ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (20.4ms)
Completed 200 OK in 38ms (Views: 35.8ms | ActiveRecord: 0.5ms)
Started PATCH "/pulitzer/post_type_content_element_types/3" for ::1 at 2015-10-21 18:51:25 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"UfJdhvajaiKekn7GiBNfzkkVKYxUiY1g1G7v2Vve4+2JHUsIowf3J32HjAzW7WXILtjGrb28vfOEmN/tkPKzLA==", "post_type_content_element_type"=>{"label"=>"hero image", "content_element_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor_id"=>"8"}, "commit"=>"Update", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "content_element_type_id" = ?, "text_editor_id" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ? [["content_element_type_id", 1], ["text_editor_id", 8], ["updated_at", "2015-10-21 23:51:25.804694"], ["id", 3]]
[1m[36m (153.8ms)[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::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1], ["label", "hero image"]]
[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 begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["content_element_type_id", 1], ["updated_at", "2015-10-21 23:51:25.965256"], ["id", 3]]
[1m[35m (0.6ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Completed 200 OK in 186ms (Views: 20.0ms | ActiveRecord: 155.6ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=yrVIuqaTv3I%2BGp6Rhr1nIT8ZGAMr6XH%2B8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4%2FEgbGF8zA%3D%3D" for ::1 at 2015-10-21 18:51:30 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"yrVIuqaTv3I+Gp6Rhr1nIT8ZGAMr6XH+8BXBFKdNLA0SWl408zcid90PbFvYQ10nWNT3IsLcQW2g4/EgbGF8zA=="}
[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::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (25.4ms)
Completed 200 OK in 44ms (Views: 40.6ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-10-21 18:51:41 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"4atd1+SM7axqVc4U7kJVE8syXy+p34OiJgTN9f6w75E5REtZsShwqYlAPN6wvG8VrP+wDkDqszF28v3BNZy/UA==", "post_type_content_element_type"=>{"label"=>"test", "content_element_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor_id"=>"8"}, "commit"=>"Create content element"}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", nil]]
Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)
ActiveRecord::RecordNotFound (Couldn't find Pulitzer::PostType with 'id'=):
activerecord (4.2.4) lib/active_record/core.rb:155:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:11:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (49.6ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-10-21 18:51:49 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"4atd1+SM7axqVc4U7kJVE8syXy+p34OiJgTN9f6w75E5REtZsShwqYlAPN6wvG8VrP+wDkDqszF28v3BNZy/UA==", "post_type_content_element_type"=>{"label"=>"test", "content_element_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor_id"=>"8"}, "commit"=>"Create content element"}
[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.4) lib/active_record/core.rb:155:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:11:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (42.9ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-10-21 18:56:13 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"4atd1+SM7axqVc4U7kJVE8syXy+p34OiJgTN9f6w75E5REtZsShwqYlAPN6wvG8VrP+wDkDqszF28v3BNZy/UA==", "post_type_content_element_type"=>{"label"=>"test", "content_element_type_id"=>"3", "height"=>"100", "width"=>"100", "text_editor_id"=>"8"}, "commit"=>"Create content element"}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", nil]]
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_post_types"[0m
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" ORDER BY "pulitzer_post_types"."id" ASC LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" ORDER BY "pulitzer_post_types"."id" ASC LIMIT 1[0m
[1m[35mCACHE (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", nil]]
Completed 404 Not Found in 114776ms (ActiveRecord: 1.3ms)
ActiveRecord::RecordNotFound (Couldn't find Pulitzer::PostType with 'id'=):
activerecord (4.2.4) lib/active_record/core.rb:155:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:12:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (102.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (158.1ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-10-21 18:58:24 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"4atd1+SM7axqVc4U7kJVE8syXy+p34OiJgTN9f6w75E5REtZsShwqYlAPN6wvG8VrP+wDkDqszF28v3BNZy/UA==", "post_type_content_element_type"=>{"label"=>"test text simple", "content_element_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor_id"=>"8"}, "commit"=>"Create content element"}
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", nil]]
Completed 404 Not Found in 23ms (ActiveRecord: 0.5ms)
ActiveRecord::RecordNotFound (Couldn't find Pulitzer::PostType with 'id'=):
activerecord (4.2.4) lib/active_record/core.rb:155:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:11:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (46.0ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 18:58:32 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (48.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (51.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (60.9ms)
Completed 200 OK in 704ms (Views: 702.1ms | ActiveRecord: 1.0ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 18:58:33 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 18:58:33 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 18:58:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 18:58:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 18:58:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 18:58:33 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 18:58:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 18:58:34 -0500
Started GET "/assets/pulitzer-0f9a6906164a209ae513f0c74cda8015.js?body=1" for ::1 at 2015-10-21 18:58:34 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 18:58:34 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 18:58:34 -0500
Started GET "/assets/application-61361997da29b34fdd625962cd54c2e8.js?body=1" for ::1 at 2015-10-21 18:58:34 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 18:58:34 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 18:58:34 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 18:58:35 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=p6IxnlRm0GJwK%2BTe8YC0hbxmIP0bLJVia4TDQxVeDhR%2FTScQAcJNZ5M%2BFhSvfo6D26vP3PIZpfE7cvN33nJe1Q%3D%3D" for ::1 at 2015-10-21 18:58:49 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"p6IxnlRm0GJwK+Te8YC0hbxmIP0bLJVia4TDQxVeDhR/TScQAcJNZ5M+FhSvfo6D26vP3PIZpfE7cvN33nJe1Q=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (39.8ms)
Completed 200 OK in 1412ms (Views: 1411.4ms | ActiveRecord: 0.0ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=p6IxnlRm0GJwK%2BTe8YC0hbxmIP0bLJVia4TDQxVeDhR%2FTScQAcJNZ5M%2BFhSvfo6D26vP3PIZpfE7cvN33nJe1Q%3D%3D" for ::1 at 2015-10-21 18:58:56 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"p6IxnlRm0GJwK+Te8YC0hbxmIP0bLJVia4TDQxVeDhR/TScQAcJNZ5M+FhSvfo6D26vP3PIZpfE7cvN33nJe1Q=="}
[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.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::TextEditor Load (0.2ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (758.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (775.7ms)
Completed 200 OK in 793ms (Views: 790.7ms | ActiveRecord: 0.6ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-10-21 18:59:01 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"A8G7uRr2nkmewWdjTKGqMvrUiBzWvmCvQDOdslSGTfzbLq03T1IDTH3UlakSX5A0nRlnPT+LUDwQxa2Gn6odPQ==", "post_type_content_element_type"=>{"label"=>"test text simple", "content_element_type_id"=>"1", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor_id"=>"8"}, "commit"=>"Content element"}
[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[36mSQL (0.6ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "test text simple"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor_id", 8], ["created_at", "2015-10-21 23:59:01.795206"], ["updated_at", "2015-10-21 23:59:01.795206"]]
[1m[35m (286.8ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."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[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("post_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["post_id", 1], ["label", "test text simple"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 4], ["created_at", "2015-10-21 23:59:02.148347"], ["updated_at", "2015-10-21 23:59:02.148347"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.5ms)
Completed 200 OK in 394ms (Views: 35.0ms | ActiveRecord: 289.8ms)
Started GET "/pulitzer/post_type_content_element_types/4/edit?authenticity_token=p6IxnlRm0GJwK%2BTe8YC0hbxmIP0bLJVia4TDQxVeDhR%2FTScQAcJNZ5M%2BFhSvfo6D26vP3PIZpfE7cvN33nJe1Q%3D%3D" for ::1 at 2015-10-21 18:59:04 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"p6IxnlRm0GJwK+Te8YC0hbxmIP0bLJVia4TDQxVeDhR/TScQAcJNZ5M+FhSvfo6D26vP3PIZpfE7cvN33nJe1Q==", "id"=>"4"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 4]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::TextEditor Load (0.1ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (24.8ms)
Completed 200 OK in 43ms (Views: 41.3ms | ActiveRecord: 0.5ms)
Started PATCH "/pulitzer/post_type_content_element_types/4" for ::1 at 2015-10-21 18:59:08 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"GMbqVmEhdloOfjJEIEeYzJ7cgbYUyQO+Cu9mcBbdZ63AKfzYNIXrX+1rwI5+uaLK+RFul/38My1aGVZE3fE3bA==", "post_type_content_element_type"=>{"label"=>"test text simple", "content_element_type_id"=>"1", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor_id"=>"7"}, "commit"=>"Update", "id"=>"4"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 4]]
[1m[35m (4.2ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_post_type_content_element_types" SET "text_editor_id" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["text_editor_id", 7], ["updated_at", "2015-10-21 23:59:08.430544"], ["id", 4]]
[1m[35m (274.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::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1], ["label", "test text simple"]]
[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[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
Completed 200 OK in 310ms (Views: 18.3ms | ActiveRecord: 279.9ms)
Started GET "/pulitzer/post_type_content_element_types/4/edit?authenticity_token=p6IxnlRm0GJwK%2BTe8YC0hbxmIP0bLJVia4TDQxVeDhR%2FTScQAcJNZ5M%2BFhSvfo6D26vP3PIZpfE7cvN33nJe1Q%3D%3D" for ::1 at 2015-10-21 18:59:09 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"p6IxnlRm0GJwK+Te8YC0hbxmIP0bLJVia4TDQxVeDhR/TScQAcJNZ5M+FhSvfo6D26vP3PIZpfE7cvN33nJe1Q==", "id"=>"4"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 4]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (23.0ms)
Completed 200 OK in 40ms (Views: 38.3ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/post_type_content_element_types/4" for ::1 at 2015-10-21 18:59:13 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"SY5bHXknaQsjBKcpO3a+uriP63sWAbnpPmTtrjM2DzeRYU2TLIP0DsARVeNliIS830IEWv80iXpukt2a+Bpf9g==", "post_type_content_element_type"=>{"label"=>"test text simple", "content_element_type_id"=>"2", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor_id"=>"7"}, "commit"=>"Update", "id"=>"4"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 4]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ? [["content_element_type_id", 2], ["updated_at", "2015-10-21 23:59:13.609946"], ["id", 4]]
[1m[36m (327.5ms)[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::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1], ["label", "test text simple"]]
[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", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["content_element_type_id", 2], ["updated_at", "2015-10-21 23:59:13.944209"], ["id", 4]]
[1m[35m (0.5ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Completed 200 OK in 359ms (Views: 20.1ms | ActiveRecord: 329.4ms)
Started GET "/pulitzer/post_type_content_element_types/3/edit?authenticity_token=p6IxnlRm0GJwK%2BTe8YC0hbxmIP0bLJVia4TDQxVeDhR%2FTScQAcJNZ5M%2BFhSvfo6D26vP3PIZpfE7cvN33nJe1Q%3D%3D" for ::1 at 2015-10-21 18:59:14 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"p6IxnlRm0GJwK+Te8YC0hbxmIP0bLJVia4TDQxVeDhR/TScQAcJNZ5M+FhSvfo6D26vP3PIZpfE7cvN33nJe1Q==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (19.0ms)
Completed 200 OK in 35ms (Views: 33.6ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_type_content_element_types/3?authenticity_token=p6IxnlRm0GJwK%2BTe8YC0hbxmIP0bLJVia4TDQxVeDhR%2FTScQAcJNZ5M%2BFhSvfo6D26vP3PIZpfE7cvN33nJe1Q%3D%3D" for ::1 at 2015-10-21 18:59:15 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#show as */*
Parameters: {"authenticity_token"=>"p6IxnlRm0GJwK+Te8YC0hbxmIP0bLJVia4TDQxVeDhR/TScQAcJNZ5M+FhSvfo6D26vP3PIZpfE7cvN33nJe1Q==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_type_content_element_types/4/edit?authenticity_token=p6IxnlRm0GJwK%2BTe8YC0hbxmIP0bLJVia4TDQxVeDhR%2FTScQAcJNZ5M%2BFhSvfo6D26vP3PIZpfE7cvN33nJe1Q%3D%3D" for ::1 at 2015-10-21 18:59:16 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"p6IxnlRm0GJwK+Te8YC0hbxmIP0bLJVia4TDQxVeDhR/TScQAcJNZ5M+FhSvfo6D26vP3PIZpfE7cvN33nJe1Q==", "id"=>"4"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 4]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::TextEditor Load (0.1ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (18.9ms)
Completed 200 OK in 35ms (Views: 33.9ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/post_type_content_element_types/4" for ::1 at 2015-10-21 18:59:23 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"9XHoANb+cqcbZpDYlThsf3W+eyTEX4tiWCKywTfUBtUtnv6Og1rvovhzYhLLxlZ5EnOUBS1qu/EI1IL1/PhWFA==", "post_type_content_element_type"=>{"label"=>"test text simple", "content_element_type_id"=>"1", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor_id"=>"8"}, "commit"=>"Update", "id"=>"4"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 4]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_post_type_content_element_types" SET "content_element_type_id" = ?, "text_editor_id" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["content_element_type_id", 1], ["text_editor_id", 8], ["updated_at", "2015-10-21 23:59:23.216570"], ["id", 4]]
[1m[35m (84.1ms)[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::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1], ["label", "test text simple"]]
[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[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["content_element_type_id", 1], ["updated_at", "2015-10-21 23:59:23.308239"], ["id", 4]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
Completed 200 OK in 115ms (Views: 18.6ms | ActiveRecord: 86.1ms)
Started GET "/pulitzer/post_type_content_element_types/4/edit?authenticity_token=p6IxnlRm0GJwK%2BTe8YC0hbxmIP0bLJVia4TDQxVeDhR%2FTScQAcJNZ5M%2BFhSvfo6D26vP3PIZpfE7cvN33nJe1Q%3D%3D" for ::1 at 2015-10-21 18:59:24 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"p6IxnlRm0GJwK+Te8YC0hbxmIP0bLJVia4TDQxVeDhR/TScQAcJNZ5M+FhSvfo6D26vP3PIZpfE7cvN33nJe1Q==", "id"=>"4"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 4]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::TextEditor Load (0.1ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (21.7ms)
Completed 200 OK in 39ms (Views: 37.8ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/post_type_content_element_types/4" for ::1 at 2015-10-21 18:59:26 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"h+VuXlN5VAcDfa6mjQZdUrRPCN4b3nkMBu63nmVssNBfCnjQBt3JAuBoXGzT+GdU04Ln//LrSZ9WGIeqrkDgEQ==", "post_type_content_element_type"=>{"label"=>"test text simple", "content_element_type_id"=>"1", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor_id"=>"8"}, "commit"=>"Update", "id"=>"4"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 4]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.0ms)[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::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1], ["label", "test text simple"]]
[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.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
Completed 200 OK in 23ms (Views: 15.8ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/post_type_content_element_types/4/edit?authenticity_token=p6IxnlRm0GJwK%2BTe8YC0hbxmIP0bLJVia4TDQxVeDhR%2FTScQAcJNZ5M%2BFhSvfo6D26vP3PIZpfE7cvN33nJe1Q%3D%3D" for ::1 at 2015-10-21 20:02:17 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"p6IxnlRm0GJwK+Te8YC0hbxmIP0bLJVia4TDQxVeDhR/TScQAcJNZ5M+FhSvfo6D26vP3PIZpfE7cvN33nJe1Q==", "id"=>"4"}
[1m[35mPulitzer::PostTypeContentElementType Load (0.8ms)[0m SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 4]]
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::TextEditor Load (0.2ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (11.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (38.3ms)
Completed 200 OK in 76ms (Views: 59.9ms | ActiveRecord: 1.4ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-10-21 20:02:49 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"1"}
[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::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (8.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (16.4ms)
Completed 200 OK in 122ms (Views: 118.1ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-21 20:02:59 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (21.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (23.9ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (69.5ms)
Completed 200 OK in 148ms (Views: 143.8ms | ActiveRecord: 1.8ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-10-21 20:13:42 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (5.9ms)
Completed 200 OK in 72ms (Views: 70.4ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 20:13:44 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (21.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (23.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (26.5ms)
Completed 200 OK in 90ms (Views: 88.8ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_type_content_element_types/3/edit?authenticity_token=KcWyywVUziSTHfioixXynYCC7KMcfz5ivrCw0xC%2FkFvxKqRFUPBTIXAICmLV68ib508DgvVKDvHuRoDn25PAmg%3D%3D" for ::1 at 2015-10-21 20:13:48 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"KcWyywVUziSTHfioixXynYCC7KMcfz5ivrCw0xC/kFvxKqRFUPBTIXAICmLV68ib508DgvVKDvHuRoDn25PAmg==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (25.2ms)
Completed 200 OK in 45ms (Views: 43.6ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/post_type_content_element_types/3" for ::1 at 2015-10-21 20:13:52 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6sqbuEqq7VbKwQjg5mYGH52RwL7nEzwIupB4F+KRMacyJY02Hw5wUynU+iq4mDwZ+lwvnw4mDJvqZkgjKb1hZg==", "post_type_content_element_type"=>{"label"=>"hero image", "content_element_type_id"=>"2", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor_id"=>"8"}, "commit"=>"Update", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ? [["content_element_type_id", 2], ["updated_at", "2015-10-22 01:13:52.382137"], ["id", 3]]
[1m[36m (745.3ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Post Load (0.4ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1], ["label", "hero image"]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (1.9ms)[0m [1mUPDATE "pulitzer_content_elements" SET "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["content_element_type_id", 2], ["updated_at", "2015-10-22 01:13:53.139751"], ["id", 3]]
[1m[35m (0.7ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Completed 200 OK in 792ms (Views: 26.4ms | ActiveRecord: 749.5ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=KcWyywVUziSTHfioixXynYCC7KMcfz5ivrCw0xC%2FkFvxKqRFUPBTIXAICmLV68ib508DgvVKDvHuRoDn25PAmg%3D%3D" for ::1 at 2015-10-21 20:13:53 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"KcWyywVUziSTHfioixXynYCC7KMcfz5ivrCw0xC/kFvxKqRFUPBTIXAICmLV68ib508DgvVKDvHuRoDn25PAmg==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.2ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (21.4ms)
Completed 200 OK in 39ms (Views: 37.1ms | ActiveRecord: 0.5ms)
Started PATCH "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-10-21 20:13:57 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"CO40kwrAYxs6CUokuKytHxxOqfzw/eJsUqQ9kgUe+J7QASIdX2T+HtkcuO7mUpcZe4NG3RnI0v8CUg2mzjKoXw==", "post_type_content_element_type"=>{"label"=>"News video", "content_element_type_id"=>"3", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor_id"=>"7"}, "commit"=>"Update", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ? [["content_element_type_id", 3], ["updated_at", "2015-10-22 01:13:57.257568"], ["id", 1]]
[1m[36m (233.8ms)[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::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1], ["label", "News video"]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.2ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["content_element_type_id", 3], ["updated_at", "2015-10-22 01:13:57.500135"], ["id", 1]]
[1m[35m (0.6ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
Completed 200 OK in 270ms (Views: 22.8ms | ActiveRecord: 235.7ms)
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=KcWyywVUziSTHfioixXynYCC7KMcfz5ivrCw0xC%2FkFvxKqRFUPBTIXAICmLV68ib508DgvVKDvHuRoDn25PAmg%3D%3D" for ::1 at 2015-10-21 20:14:00 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"KcWyywVUziSTHfioixXynYCC7KMcfz5ivrCw0xC/kFvxKqRFUPBTIXAICmLV68ib508DgvVKDvHuRoDn25PAmg==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElementType Load (0.3ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (22.9ms)
Completed 200 OK in 41ms (Views: 39.5ms | ActiveRecord: 0.5ms)
Started PATCH "/pulitzer/post_type_content_element_types/2" for ::1 at 2015-10-21 20:14:02 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"3umoHEa0+tHyRaw+FK3nRc6xnb/3CxjyX6hSSOvPHB4GBr6SExBn1BFQXvRKU91DqXxynh4+KGEPXmJ8IONM3w==", "post_type_content_element_type"=>{"label"=>"text", "content_element_type_id"=>"1", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor_id"=>"7"}, "commit"=>"Update", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.8ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor_id" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ? [["text_editor_id", 7], ["updated_at", "2015-10-22 01:14:02.601121"], ["id", 2]]
[1m[36m (935.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["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]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1], ["label", "text"]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[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 begin transaction
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Completed 200 OK in 974ms (Views: 18.8ms | ActiveRecord: 937.8ms)
Started PATCH "/pulitzer/post_type_content_element_types/2" for ::1 at 2015-10-21 20:14:03 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"3umoHEa0+tHyRaw+FK3nRc6xnb/3CxjyX6hSSOvPHB4GBr6SExBn1BFQXvRKU91DqXxynh4+KGEPXmJ8IONM3w==", "post_type_content_element_type"=>{"label"=>"text", "content_element_type_id"=>"1", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor_id"=>"7"}, "commit"=>"Update", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[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::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1], ["label", "text"]]
[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[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Completed 200 OK in 33ms (Views: 18.4ms | ActiveRecord: 0.9ms)
Started GET "/pulitzer/post_type_content_element_types/4/edit?authenticity_token=KcWyywVUziSTHfioixXynYCC7KMcfz5ivrCw0xC%2FkFvxKqRFUPBTIXAICmLV68ib508DgvVKDvHuRoDn25PAmg%3D%3D" for ::1 at 2015-10-21 20:14:05 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"KcWyywVUziSTHfioixXynYCC7KMcfz5ivrCw0xC/kFvxKqRFUPBTIXAICmLV68ib508DgvVKDvHuRoDn25PAmg==", "id"=>"4"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 4]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (25.5ms)
Completed 200 OK in 43ms (Views: 41.0ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/post_type_content_element_types/4" for ::1 at 2015-10-21 20:14:07 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"TRaoIb0D3DvZF0jAiZnCQxPUnuz0iYbviW2ZAkEQLU6V+b6v6KdBPjoCugrXZ/hFdBlxzR28tnzZm6k2ijx9jw==", "post_type_content_element_type"=>{"label"=>"test text simple", "content_element_type_id"=>"1", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor_id"=>"8"}, "commit"=>"Update", "id"=>"4"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 4]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[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::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1], ["label", "test text simple"]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
Completed 200 OK in 27ms (Views: 18.2ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 20:16:09 -0500
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (59.7ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-21 20:16:24 -0500
[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"
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (56.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (60.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (72.5ms)
Completed 200 OK in 226ms (Views: 218.3ms | ActiveRecord: 1.4ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 20:16:24 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 20:16:25 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 20:16:25 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 20:16:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 20:16:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 20:16:25 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 20:16:25 -0500
Started GET "/assets/pulitzer-0f9a6906164a209ae513f0c74cda8015.js?body=1" for ::1 at 2015-10-21 20:16:25 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 20:16:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 20:16:25 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 20:16:25 -0500
Started GET "/assets/application-61361997da29b34fdd625962cd54c2e8.js?body=1" for ::1 at 2015-10-21 20:16:25 -0500
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-10-21 20:16:28 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"1"}
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (17.7ms)
Completed 200 OK in 133ms (Views: 112.4ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-21 20:16:30 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.4ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (23.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (26.5ms)
[1m[35mPulitzer::PostTag Load (0.4ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[36mPulitzer::ContentElement Load (0.5ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.1ms)
[1m[35mPulitzer::ContentElementType Load (0.3ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (34.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (38.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (120.7ms)
Completed 500 Internal Server Error in 161ms (ActiveRecord: 3.3ms)
ActionView::Template::Error (undefined method `text_editor' for #):
3: swf_path: image_url('uploadify.swf') } do |f| %>
4: <%= f.label content_element.label %>
5: <%= f.text_field :title, placeholder: 'Title' %>
6: <%= content_element_input(content_element, f) %>
7: <%= submit_tag "Update" %>
8: <%= link_to('Cancel', content_element_path(content_element), :class => 'button',
9: data: { ajax_link: true, ajax_target: dom_target(content_element) } ) %>
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:24:in `render_text_input'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:5:in `content_element_input'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:6:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__226105245492167731_70158435162480'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__226105245492167731_70158435162480'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___452890643225035697_70158439606900'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:17:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___2025788614580987308_70158436684880'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___2025788614580987308_70158436684880'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (18.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (85.3ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-21 20:17:03 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (19.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (21.4ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.1ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (28.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (31.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (19158.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (19163.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (19284.0ms)
Completed 500 Internal Server Error in 19356ms (ActiveRecord: 3.2ms)
ActionView::Template::Error (undefined method `text_editor' for #):
3: swf_path: image_url('uploadify.swf') } do |f| %>
4: <%= f.label content_element.label %>
5: <%= f.text_field :title, placeholder: 'Title' %>
6: <%= content_element_input(content_element, f) %>
7: <%= submit_tag "Update" %>
8: <%= link_to('Cancel', content_element_path(content_element), :class => 'button',
9: data: { ajax_link: true, ajax_target: dom_target(content_element) } ) %>
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:25:in `render_text_input'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:5:in `content_element_input'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:6:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__2249530799737082951_70121633712520'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__2249530799737082951_70121633712520'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___1270125790334704167_70121633973680'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:17:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___414386835351189151_70121613720400'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___414386835351189151_70121613720400'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (546.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (116.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (734.8ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-21 20:17:35 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.5ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::PostType Load (0.6ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::PostTag Load (0.6ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.8ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.6ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.7ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (108.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (118.8ms)
[1m[35mPulitzer::PostTag Load (0.5ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (22.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (28.9ms)
[1m[36mPulitzer::ContentElement Load (0.7ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[1m[35mPulitzer::ContentElementType Load (1.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (17.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (63.1ms)
[1m[36mPulitzer::ContentElementType Load (0.7ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (11.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (63.6ms)
[1m[35mPulitzer::ContentElementType Load (0.7ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (55.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (94.9ms)
[1m[36mCACHE (0.5ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (59415.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (59451.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (59926.3ms)
Completed 500 Internal Server Error in 59970ms (ActiveRecord: 8.0ms)
SystemExit (exit):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:25:in `exit'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:25:in `render_text_input'
byebug (6.0.2) lib/byebug/helpers/eval.rb:52:in `eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:52:in `safe_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:46:in `warning_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:22:in `single_thread_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:13:in `block in thread_safe_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:84:in `allowing_other_threads'
byebug (6.0.2) lib/byebug/helpers/eval.rb:13:in `thread_safe_eval'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:158:in `run_cmd'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:144:in `repl'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:95:in `process_commands'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:75:in `at_line'
byebug (6.0.2) lib/byebug/context.rb:109:in `at_line'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:25:in `render_text_input'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:5:in `content_element_input'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:6:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__2249530799737082951_70121633712520'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__2249530799737082951_70121633712520'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___1270125790334704167_70121633973680'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:17:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___414386835351189151_70121613720400'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___414386835351189151_70121613720400'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-21 20:18:50 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (19.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (22.7ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.4ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (29.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (32.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 4]]
[1m[36mPulitzer::TextEditor Load (0.2ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1[0m [["id", 8]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (257001.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (257006.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (257124.6ms)
Completed 500 Internal Server Error in 257209ms (ActiveRecord: 4.2ms)
ActionView::Template::Error (The partial name (pulitzer/text_editors/Simple text editor) is not a valid Ruby identifier; make sure your partial name starts with underscore, and is followed by any combination of letters, numbers and underscores.):
3: swf_path: image_url('uploadify.swf') } do |f| %>
4: <%= f.label content_element.label %>
5: <%= f.text_field :title, placeholder: 'Title' %>
6: <%= content_element_input(content_element, f) %>
7: <%= submit_tag "Update" %>
8: <%= link_to('Cancel', content_element_path(content_element), :class => 'button',
9: data: { ajax_link: true, ajax_target: dom_target(content_element) } ) %>
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:541:in `raise_invalid_identifier'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:522:in `retrieve_variable'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:392:in `setup'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:293:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:25:in `render_text_input'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:5:in `content_element_input'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:6:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__1127570346259558664_70312496855200'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__1127570346259558664_70312496855200'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___2079197676415652284_70312497395840'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:17:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__3379005327152982222_70312474655120'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__3379005327152982222_70312474655120'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (216.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (52.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (1165.2ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-21 20:25:12 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (19.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (22.2ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (31.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (34.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 4]]
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1[0m [["id", 8]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_simple_text_editor.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (179.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (182.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (298.9ms)
Completed 200 OK in 548ms (Views: 477.8ms | ActiveRecord: 4.1ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 20:25:15 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 20:25:15 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 20:25:15 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 20:25:15 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 20:25:15 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 20:25:15 -0500
Started GET "/assets/pulitzer-0f9a6906164a209ae513f0c74cda8015.js?body=1" for ::1 at 2015-10-21 20:25:15 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 20:25:15 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 20:25:15 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 20:25:15 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 20:25:15 -0500
Started GET "/assets/application-61361997da29b34fdd625962cd54c2e8.js?body=1" for ::1 at 2015-10-21 20:25:15 -0500
Started GET "/assets/pulitzer-0f9a6906164a209ae513f0c74cda8015.js?body=1" for ::1 at 2015-10-21 20:25:16 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 20:25:16 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-21 20:25:41 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.0ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-21 20:25:52 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (19.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (21.7ms)
[1m[35mPulitzer::PostTag Load (0.8ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (33.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (35.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 4]]
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1[0m [["id", 8]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_simple_text_editor.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (431.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (434.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (556.8ms)
Completed 200 OK in 827ms (Views: 756.1ms | ActiveRecord: 4.3ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 20:25:53 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 20:25:53 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 20:25:53 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 20:25:53 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 20:25:53 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 20:25:53 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 20:25:53 -0500
Started GET "/assets/pulitzer-0f9a6906164a209ae513f0c74cda8015.js?body=1" for ::1 at 2015-10-21 20:25:53 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 20:25:53 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 20:25:53 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 20:25:53 -0500
Started GET "/assets/application-61361997da29b34fdd625962cd54c2e8.js?body=1" for ::1 at 2015-10-21 20:25:53 -0500
Started GET "/pulitzer/posts/news/content_elements/2/edit?authenticity_token=Weq%2FtM4fbvcAd2ZlckHALAHq4h0PKwKD3iIvirFU5tuBBak6m7vz8uNilK8sv%2FoqZicNPOYeMhCO1B%2B%2Beni2Gg%3D%3D" for ::1 at 2015-10-21 20:26:51 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"Weq/tM4fbvcAd2ZlckHALAHq4h0PKwKD3iIvirFU5tuBBak6m7vz8uNilK8sv/oqZicNPOYeMhCO1B++eni2Gg==", "post_id"=>"news", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
[1m[36mPulitzer::TextEditor Load (0.2ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (196.0ms)
Completed 200 OK in 260ms (Views: 217.7ms | ActiveRecord: 1.8ms)
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-10-21 20:26:55 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"MSS/ur2XfbldAIwky3LalkR71FZZbIE/EokXQDNdYEfpy6k06DPgvL4Vfu6VjOCQI7Y7d7BZsaxCfyd0+HEwhg==", "content_element"=>{"title"=>"", "body"=>"asdfasdfaasdf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (1.6ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "asdfasdfaasdf"], ["updated_at", "2015-10-22 01:26:55.665183"], ["id", 2]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (21.1ms)
Completed 200 OK in 54ms (Views: 45.0ms | ActiveRecord: 3.8ms)
Started PATCH "/pulitzer/content_elements/4" for ::1 at 2015-10-21 20:26:58 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"jj0lI29zpkwxwHzEWt9AS2BRtxIe0fMASOzbXzi3CfxW0jOtOtc7SdLVjg4EIXpNB5xYM/fkw5MYGutr85tZPQ==", "content_element"=>{"title"=>"", "body"=>"asdfadf
asdfasf
adsfasdfasf
adsfadfadf
"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", ""], ["body", "asdfadf
asdfasf
adsfasdfasf
adsfadfadf
"], ["updated_at", "2015-10-22 01:26:58.219085"], ["id", 4]]
[1m[36m (1417.2ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Completed 200 OK in 1447ms (Views: 25.3ms | ActiveRecord: 1417.9ms)
Started GET "/pulitzer/posts/news/content_elements/4/edit?authenticity_token=Weq%2FtM4fbvcAd2ZlckHALAHq4h0PKwKD3iIvirFU5tuBBak6m7vz8uNilK8sv%2FoqZicNPOYeMhCO1B%2B%2Beni2Gg%3D%3D" for ::1 at 2015-10-21 20:27:05 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"Weq/tM4fbvcAd2ZlckHALAHq4h0PKwKD3iIvirFU5tuBBak6m7vz8uNilK8sv/oqZicNPOYeMhCO1B++eni2Gg==", "post_id"=>"news", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 4]]
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1[0m [["id", 8]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_simple_text_editor.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (42.0ms)
Completed 200 OK in 58ms (Views: 56.8ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/content_elements/4" for ::1 at 2015-10-21 20:27:07 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"rId2JyqJf2HRKYDglbJRlsPg8+O/xS1AVIYW9F8vt5J0aGCpfy3iZDI8cirLTGuQpC0cwlbwHdMEcCbAlAPnUw==", "content_element"=>{"title"=>"", "body"=>"asdfadf
asdfasf
adsfasdfasf
adsfadfadf
"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m commit 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[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Completed 200 OK in 20ms (Views: 16.6ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-21 20:28:07 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (22.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (24.8ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.5ms)
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (68.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (71.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (167.0ms)
Completed 200 OK in 372ms (Views: 298.8ms | ActiveRecord: 3.5ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-21 20:28:08 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-21 20:28:08 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-21 20:28:08 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-21 20:28:08 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-21 20:28:08 -0500
Started GET "/assets/pulitzer-0f9a6906164a209ae513f0c74cda8015.js?body=1" for ::1 at 2015-10-21 20:28:08 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-21 20:28:08 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-21 20:28:08 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-21 20:28:08 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 20:28:08 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 20:28:08 -0500
Started GET "/assets/application-61361997da29b34fdd625962cd54c2e8.js?body=1" for ::1 at 2015-10-21 20:28:08 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-21 20:28:08 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-21 20:28:08 -0500
Started GET "/assets/application-61361997da29b34fdd625962cd54c2e8.js?body=1" for ::1 at 2015-10-21 20:28:08 -0500
Started GET "/pulitzer/posts/news/content_elements/4/edit?authenticity_token=ZZk9x4UBO%2BwNjZxxKhE7E7y6j3Ctx8f36jOoF82BtQO9ditJ0KWm6e6Ybrt07wEV23dgUUTy92S6xZgjBq3lwg%3D%3D" for ::1 at 2015-10-21 20:28:11 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"ZZk9x4UBO+wNjZxxKhE7E7y6j3Ctx8f36jOoF82BtQO9ditJ0KWm6e6Ybrt07wEV23dgUUTy92S6xZgjBq3lwg==", "post_id"=>"news", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 4]]
[1m[36mPulitzer::TextEditor Load (0.2ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1[0m [["id", 8]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_simple_text_editor.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (1605.2ms)
Completed 200 OK in 1632ms (Views: 1627.5ms | ActiveRecord: 1.7ms)
Started GET "/pulitzer/posts/news/content_elements/4/edit?authenticity_token=ZZk9x4UBO%2BwNjZxxKhE7E7y6j3Ctx8f36jOoF82BtQO9ditJ0KWm6e6Ybrt07wEV23dgUUTy92S6xZgjBq3lwg%3D%3D" for ::1 at 2015-10-21 20:28:13 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"ZZk9x4UBO+wNjZxxKhE7E7y6j3Ctx8f36jOoF82BtQO9ditJ0KWm6e6Ybrt07wEV23dgUUTy92S6xZgjBq3lwg==", "post_id"=>"news", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.8ms)[0m SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 4]]
[1m[36mPulitzer::TextEditor Load (0.2ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1[0m [["id", 8]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_simple_text_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (62.0ms)
Completed 200 OK in 87ms (Views: 83.2ms | ActiveRecord: 1.3ms)
Started PATCH "/pulitzer/content_elements/4" for ::1 at 2015-10-21 20:28:19 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"2J8LqZ91j5MCcM874jHjJ7pn5Fs1YEZW5vzbsczHk+QAcB0nytESluFlPfG8z9kh3aoLetxVdsW2CuuFB+vDJQ==", "content_element"=>{"title"=>"", "body"=>"asdfadf
asdfasf
adsfaf
adsfadfadf
"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "asdfadf
asdfasf
adsfaf
adsfadfadf
"], ["updated_at", "2015-10-22 01:28:19.938622"], ["id", 4]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (6.2ms)
Completed 200 OK in 36ms (Views: 28.4ms | ActiveRecord: 1.9ms)
Started GET "/" for ::1 at 2015-10-21 21:01:32 -0500
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (54.5ms)
Started GET "/manage" for ::1 at 2015-10-22 15:01:06 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
ActionController::RoutingError (No route matches [GET] "/manage"):
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (9.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (120.7ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-22 15:01:09 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.5ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (8.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (12.1ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (72.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (75.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (85.1ms)
Completed 200 OK in 245ms (Views: 233.5ms | ActiveRecord: 2.6ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-22 15:01:09 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-22 15:01:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-22 15:01:09 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-22 15:01:09 -0500
Started GET "/assets/pulitzer-03e8eeae4b224b29bf818baf160bf222.js?body=1" for ::1 at 2015-10-22 15:01:09 -0500
Started GET "/assets/application-a8ac4a1a5fc4694bb4a31168f72b41fb.js?body=1" for ::1 at 2015-10-22 15:01:09 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=82zxRIxfJ2M9GlYZbsUv6qYRvyEyHGIX5C2LAZOOBWQrg%2BfK2fu6Zt4PpNMwOxXswdxQANspUoS027s1WKJVpQ%3D%3D" for ::1 at 2015-10-22 15:01:15 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"82zxRIxfJ2M9GlYZbsUv6qYRvyEyHGIX5C2LAZOOBWQrg+fK2fu6Zt4PpNMwOxXswdxQANspUoS027s1WKJVpQ=="}
[1m[35mPulitzer::PostType Load (0.6ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::TextEditor Load (0.6ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (26.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (49.2ms)
Completed 200 OK in 78ms (Views: 66.8ms | ActiveRecord: 1.6ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-10-22 15:01:23 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"5XeWMQ0UE2siX2mQUypzVpKzKIkMZoqHr9FVTRwwSSM9mIC/WLCObsFKm1oN1ElQ9X7HqOVTuhT/J2V51xwZ4g==", "post_type_content_element_type"=>{"label"=>"another text simple", "content_element_type_id"=>"1", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor_id"=>"8"}, "commit"=>"Content element"}
[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[36mSQL (0.8ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "another text simple"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor_id", 8], ["created_at", "2015-10-22 20:01:23.057114"], ["updated_at", "2015-10-22 20:01:23.057114"]]
[1m[35m (1.2ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.5ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35m (0.0ms)[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[35mSQL (0.7ms)[0m INSERT INTO "pulitzer_content_elements" ("post_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["post_id", 1], ["label", "another text simple"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 5], ["created_at", "2015-10-22 20:01:23.139311"], ["updated_at", "2015-10-22 20:01:23.139311"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.6ms)
Completed 200 OK in 132ms (Views: 41.8ms | ActiveRecord: 4.9ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-10-22 15:01:26 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"1"}
[1m[35mPulitzer::PostType Load (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (7.6ms)
Completed 200 OK in 70ms (Views: 68.8ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 15:01:28 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.5ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.5ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (20.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (27.9ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35mPulitzer::TextEditor Load (0.1ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1 [["id", 8]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_simple_text_editor.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (109.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (112.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (182.4ms)
Completed 200 OK in 251ms (Views: 246.6ms | ActiveRecord: 2.7ms)
Started GET "/pulitzer/posts/news/content_elements/2/edit?authenticity_token=MUbaf6CMWK3TKgyJAjPpj69thVwAffi4QUtvhSFLElPpqczx9SjFqDA%2F%2FkNczdOJyKBqfelIyCsRvV%2Bx6mdCkg%3D%3D" for ::1 at 2015-10-22 15:01:38 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"MUbaf6CMWK3TKgyJAjPpj69thVwAffi4QUtvhSFLElPpqczx9SjFqDA//kNczdOJyKBqfelIyCsRvV+x6mdCkg==", "post_id"=>"news", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::TextEditor Load (0.1ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1 [["id", 7]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (42.6ms)
Completed 200 OK in 59ms (Views: 57.9ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-10-22 15:01:43 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"RoCsnrFvNiDyQYhNlfpAXbAKup71UrWPjsBbzx263H2eb7oQ5MurJRFUeofLBHpb18dVvxxnhRzeNmv71paMvA==", "content_element"=>{"title"=>"", "body"=>"asdfasfasf
asdfasfafasf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "asdfasfasf
asdfasfafasf"], ["updated_at", "2015-10-22 20:01:43.038317"], ["id", 2]]
[1m[35m (1056.5ms)[0m commit 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[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Completed 200 OK in 1086ms (Views: 24.4ms | ActiveRecord: 1057.3ms)
Started GET "/pulitzer/posts/news/content_elements/2/edit?authenticity_token=MUbaf6CMWK3TKgyJAjPpj69thVwAffi4QUtvhSFLElPpqczx9SjFqDA%2F%2FkNczdOJyKBqfelIyCsRvV%2Bx6mdCkg%3D%3D" for ::1 at 2015-10-22 15:01:47 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"MUbaf6CMWK3TKgyJAjPpj69thVwAffi4QUtvhSFLElPpqczx9SjFqDA//kNczdOJyKBqfelIyCsRvV+x6mdCkg==", "post_id"=>"news", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::TextEditor Load (0.1ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1 [["id", 7]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (38.0ms)
Completed 200 OK in 54ms (Views: 52.7ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-10-22 15:01:58 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"aBldv6evOJMEN9YbJ+0K3djIfOXkyxcHY3LgnXaLo3aw9ksx8gulluciJNF5EzDbvwWTxA3+J5QzhNCpvafztw==", "content_element"=>{"title"=>"", "body"=>"asdfasfasf
asdfasfafasf
"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "asdfasfasf
asdfasfafasf
"], ["updated_at", "2015-10-22 20:01:58.525405"], ["id", 2]]
[1m[35m (717.4ms)[0m commit 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[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Completed 200 OK in 753ms (Views: 31.5ms | ActiveRecord: 718.0ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 15:11:24 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:27: syntax error, unexpected ')', expecting =>):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:27: syntax error, unexpected ')', expecting =>
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on'
activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.8ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 15:13:23 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:28: syntax error, unexpected ')', expecting =>):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:28: syntax error, unexpected ')', expecting =>
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on'
activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.7ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 15:13:31 -0500
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:28: syntax error, unexpected ')', expecting =>):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:28: syntax error, unexpected ')', expecting =>
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on'
activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (48.7ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 15:13:33 -0500
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:28: syntax error, unexpected ')', expecting =>):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:28: syntax error, unexpected ')', expecting =>
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on'
activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (49.1ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 15:14:21 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:27: syntax error, unexpected ')', expecting =>):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:27: syntax error, unexpected ')', expecting =>
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on'
activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (59.0ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 15:14:39 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:29: syntax error, unexpected ')', expecting =>):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:29: syntax error, unexpected ')', expecting =>
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on'
activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.4ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 15:14:43 -0500
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:29: syntax error, unexpected ')', expecting =>):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:29: syntax error, unexpected ')', expecting =>
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on'
activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (57.2ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 15:14:50 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:29: syntax error, unexpected ')', expecting =>):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:29: syntax error, unexpected ')', expecting =>
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on'
activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.0ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 15:15:03 -0500
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:29: syntax error, unexpected ')', expecting =>):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:29: syntax error, unexpected ')', expecting =>
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on'
activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (55.3ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 15:17:12 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:32: syntax error, unexpected ')', expecting =>):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:32: syntax error, unexpected ')', expecting =>
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on'
activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.0ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 15:17:14 -0500
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:32: syntax error, unexpected ')', expecting =>):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:32: syntax error, unexpected ')', expecting =>
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on'
activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (54.7ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 15:17:15 -0500
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:32: syntax error, unexpected ')', expecting =>):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:32: syntax error, unexpected ')', expecting =>
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on'
activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (53.5ms)
Started GET "/" for ::1 at 2015-10-22 15:29:52 -0500
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.6ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 59ms (ActiveRecord: 1.1ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.8ms)
Started GET "/" for ::1 at 2015-10-22 15:29:53 -0500
Processing by PagesController#news_posts as HTML
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1[0m [["name", "News articles"]]
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (54.2ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 15:29:58 -0500
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:32: syntax error, unexpected ')', expecting =>):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:32: syntax error, unexpected ')', expecting =>
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on'
activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (58.2ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 15:30:22 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:32: syntax error, unexpected ')', expecting =>):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:32: syntax error, unexpected ')', expecting =>
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on'
activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (63.2ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 15:30:48 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.7ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::PostType Load (0.4ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::PostTag Load (0.4ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (20.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (22.7ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.4ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (32.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (35.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (1790959.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1790963.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1791087.6ms)
Completed 500 Internal Server Error in 1791177ms (ActiveRecord: 4.5ms)
ActionView::Template::Error (undefined method `pry' for #):
3: swf_path: image_url('uploadify.swf') } do |f| %>
4: <%= f.label content_element.label %>
5: <%= f.text_field :title, placeholder: 'Title' %>
6: <%= content_element_input(content_element, f) %>
7: <%= submit_tag "Update" %>
8: <%= link_to('Cancel', content_element_path(content_element), :class => 'button',
9: data: { ajax_link: true, ajax_target: dom_target(content_element) } ) %>
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:25:in `render_text_input'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:5:in `content_element_input'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:6:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___3304236278949946951_70199310888920'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___3304236278949946951_70199310888920'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___3100307878054462035_70199312140180'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:17:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__9031785261601564_70199323195760'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__9031785261601564_70199323195760'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (318.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (68.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (2465.7ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 16:04:28 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.7ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::PostType Load (0.5ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::PostTag Load (0.4ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.5ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (20.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (23.4ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (0.6ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.4ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (33.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (36.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::PostTypeContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35mPulitzer::TextEditor Load (0.4ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1 [["id", 8]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_simple_text_editor.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (193.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (195.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (324.8ms)
Completed 200 OK in 591ms (Views: 503.7ms | ActiveRecord: 6.5ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-22 16:04:29 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-22 16:04:29 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-22 16:04:29 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-22 16:04:29 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-22 16:04:29 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-22 16:04:29 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-22 16:04:29 -0500
Started GET "/assets/pulitzer-03e8eeae4b224b29bf818baf160bf222.js?body=1" for ::1 at 2015-10-22 16:04:29 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-22 16:04:29 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-22 16:04:29 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-22 16:04:29 -0500
Started GET "/assets/application-a8ac4a1a5fc4694bb4a31168f72b41fb.js?body=1" for ::1 at 2015-10-22 16:04:29 -0500
Started GET "/pulitzer/posts/news/content_elements/2/edit?authenticity_token=XEP%2FE5vc%2FW7ktfVcLs%2BxzErRNSydxL2cODZ0jCdC%2F8KErOmdznhgawegB5ZwMYvKLRzaDXTxjQ9owES47G6vAw%3D%3D" for ::1 at 2015-10-22 16:04:34 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"XEP/E5vc/W7ktfVcLs+xzErRNSydxL2cODZ0jCdC/8KErOmdznhgawegB5ZwMYvKLRzaDXTxjQ9owES47G6vAw==", "post_id"=>"news", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.4ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::TextEditor Load (0.1ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1 [["id", 7]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (80.7ms)
Completed 500 Internal Server Error in 108ms (ActiveRecord: 0.7ms)
ActionView::Template::Error (undefined local variable or method `data' for #<#:0x007ff7b7287740>):
3: swf_path: image_url('uploadify.swf') } do |f| %>
4: <%= f.label content_element.label %>
5: <%= f.text_field :title, placeholder: 'Title' %>
6: <%= content_element_input(content_element, f) %>
7: <%= submit_tag "Update" %>
8: <%= link_to('Cancel', content_element_path(content_element), :class => 'button',
9: data: { ajax_link: true, ajax_target: dom_target(content_element) } ) %>
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:26:in `render_text_input'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:5:in `content_element_input'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:6:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___50631083987717283_70350953260140'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___50631083987717283_70350953260140'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `edit'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (29.6ms)
Started GET "/pulitzer/posts/news/content_elements/2/edit?authenticity_token=XEP%2FE5vc%2FW7ktfVcLs%2BxzErRNSydxL2cODZ0jCdC%2F8KErOmdznhgawegB5ZwMYvKLRzaDXTxjQ9owES47G6vAw%3D%3D" for ::1 at 2015-10-22 16:05:13 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:27: syntax error, unexpected tIDENTIFIER, expecting ':'
html << f.text_area(:body, {place...
^):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:27: syntax error, unexpected tIDENTIFIER, expecting ':'
html << f.text_area(:body, {place...
^
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on'
activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (9.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (60.2ms)
Started GET "/" for ::1 at 2015-10-22 16:06:22 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.4ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.3ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 16:06:24 -0500
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:27: syntax error, unexpected tIDENTIFIER, expecting ':'
html << f.text_area(:body, { placeholder: 'Body'})
^):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:27: syntax error, unexpected tIDENTIFIER, expecting ':'
html << f.text_area(:body, { placeholder: 'Body'})
^
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on'
activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (53.3ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 16:06:41 -0500
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:27: syntax error, unexpected tIDENTIFIER, expecting ':'
html << f.text_area(:body, placeholder: 'Body', data_rich_text)
^
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:27: syntax error, unexpected ')', expecting =>):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:27: syntax error, unexpected tIDENTIFIER, expecting ':'
html << f.text_area(:body, placeholder: 'Body', data_rich_text)
^
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:27: syntax error, unexpected ')', expecting =>
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on'
activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (53.3ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 16:07:04 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:27: syntax error, unexpected ')', expecting =>):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:27: syntax error, unexpected ')', expecting =>
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on'
activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.1ms)
Started GET "/" for ::1 at 2015-10-22 16:08:24 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.4ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.0ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 16:08:26 -0500
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:26: syntax error, unexpected =>, expecting ':'
... "none" ? "rich-text-editor" => true
... ^):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:26: syntax error, unexpected =>, expecting ':'
... "none" ? "rich-text-editor" => true
... ^
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on'
activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (50.0ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 16:08:27 -0500
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:26: syntax error, unexpected =>, expecting ':'
... "none" ? "rich-text-editor" => true
... ^):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:26: syntax error, unexpected =>, expecting ':'
... "none" ? "rich-text-editor" => true
... ^
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on'
activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.4ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 16:08:44 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:27: syntax error, unexpected tIDENTIFIER, expecting ':'
html << f.text_area(:body, placeh...
^):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:27: syntax error, unexpected tIDENTIFIER, expecting ':'
html << f.text_area(:body, placeh...
^
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on'
activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (63.2ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 16:08:45 -0500
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:27: syntax error, unexpected tIDENTIFIER, expecting ':'
html << f.text_area(:body, placeh...
^):
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:27: syntax error, unexpected tIDENTIFIER, expecting ':'
html << f.text_area(:body, placeh...
^
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:317:in `depend_on'
activesupport (4.2.4) lib/active_support/dependencies.rb:233:in `require_dependency'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `map!'
actionpack (4.2.4) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
actionpack (4.2.4) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
railties (4.2.4) lib/rails/engine.rb:486:in `helpers'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:2:in `'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/application_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:1:in `'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.1ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 16:09:11 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.6ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.4ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.4ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (19.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (22.3ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mPulitzer::ContentElement Load (0.4ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (31.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (33.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35mPulitzer::TextEditor Load (0.5ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1 [["id", 8]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_simple_text_editor.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (933.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (936.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1056.1ms)
Completed 200 OK in 1298ms (Views: 1223.6ms | ActiveRecord: 5.6ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-22 16:09:17 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-22 16:09:17 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-22 16:09:17 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-22 16:09:17 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-22 16:09:17 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-22 16:09:17 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-22 16:09:17 -0500
Started GET "/assets/pulitzer-03e8eeae4b224b29bf818baf160bf222.js?body=1" for ::1 at 2015-10-22 16:09:17 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-22 16:09:17 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-22 16:09:17 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-22 16:09:18 -0500
Started GET "/assets/application-a8ac4a1a5fc4694bb4a31168f72b41fb.js?body=1" for ::1 at 2015-10-22 16:09:18 -0500
Started GET "/pulitzer/posts/news/content_elements/2/edit?authenticity_token=Rv%2Fnw%2Bg%2F7LtFsKeCR%2BOBhkKS85AcnWJGphCULJeRCjueEPFNvZtxvqalVUgZHbuAJV8csfWoUtX25qQYXL1a%2Bg%3D%3D" for ::1 at 2015-10-22 16:09:19 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"Rv/nw+g/7LtFsKeCR+OBhkKS85AcnWJGphCULJeRCjueEPFNvZtxvqalVUgZHbuAJV8csfWoUtX25qQYXL1a+g==", "post_id"=>"news", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::TextEditor Load (0.1ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1 [["id", 7]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (40.7ms)
Completed 200 OK in 58ms (Views: 56.2ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/content_elements/2?authenticity_token=Rv%2Fnw%2Bg%2F7LtFsKeCR%2BOBhkKS85AcnWJGphCULJeRCjueEPFNvZtxvqalVUgZHbuAJV8csfWoUtX25qQYXL1a%2Bg%3D%3D" for ::1 at 2015-10-22 16:09:21 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"Rv/nw+g/7LtFsKeCR+OBhkKS85AcnWJGphCULJeRCjueEPFNvZtxvqalVUgZHbuAJV8csfWoUtX25qQYXL1a+g==", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Completed 200 OK in 21ms (Views: 19.9ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/news/content_elements/2/edit?authenticity_token=Rv%2Fnw%2Bg%2F7LtFsKeCR%2BOBhkKS85AcnWJGphCULJeRCjueEPFNvZtxvqalVUgZHbuAJV8csfWoUtX25qQYXL1a%2Bg%3D%3D" for ::1 at 2015-10-22 16:09:23 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"Rv/nw+g/7LtFsKeCR+OBhkKS85AcnWJGphCULJeRCjueEPFNvZtxvqalVUgZHbuAJV8csfWoUtX25qQYXL1a+g==", "post_id"=>"news", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (39.2ms)
Completed 200 OK in 57ms (Views: 54.8ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/content_elements/2?authenticity_token=Rv%2Fnw%2Bg%2F7LtFsKeCR%2BOBhkKS85AcnWJGphCULJeRCjueEPFNvZtxvqalVUgZHbuAJV8csfWoUtX25qQYXL1a%2Bg%3D%3D" for ::1 at 2015-10-22 16:09:42 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"Rv/nw+g/7LtFsKeCR+OBhkKS85AcnWJGphCULJeRCjueEPFNvZtxvqalVUgZHbuAJV8csfWoUtX25qQYXL1a+g==", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[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[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Completed 200 OK in 21ms (Views: 19.5ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 16:09:51 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.2ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 16:10:06 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.7ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.4ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.4ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (20.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (22.3ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (1.0ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (17.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (33.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (35.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::PostTypeContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35mPulitzer::TextEditor Load (0.4ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1 [["id", 8]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_simple_text_editor.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (344.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (346.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (471.3ms)
Completed 200 OK in 716ms (Views: 641.4ms | ActiveRecord: 6.5ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-22 16:10:08 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-22 16:10:08 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-22 16:10:08 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-22 16:10:08 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-22 16:10:08 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-22 16:10:08 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-22 16:10:08 -0500
Started GET "/assets/pulitzer-03e8eeae4b224b29bf818baf160bf222.js?body=1" for ::1 at 2015-10-22 16:10:08 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-22 16:10:08 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-22 16:10:08 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-22 16:10:08 -0500
Started GET "/assets/application-a8ac4a1a5fc4694bb4a31168f72b41fb.js?body=1" for ::1 at 2015-10-22 16:10:08 -0500
Started GET "/pulitzer/posts/news/content_elements/2/edit?authenticity_token=AYDs21o4AjsY3kTHbCi%2BWiuwXzAT5ljelLSqdqqHu%2FfZb%2FpVD5yfPvvLtg0y1oRcTH2wEfrTaE3EQppCYavrNg%3D%3D" for ::1 at 2015-10-22 16:10:11 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"AYDs21o4AjsY3kTHbCi+WiuwXzAT5ljelLSqdqqHu/fZb/pVD5yfPvvLtg0y1oRcTH2wEfrTaE3EQppCYavrNg==", "post_id"=>"news", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::TextEditor Load (0.1ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1 [["id", 7]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (42.3ms)
Completed 200 OK in 60ms (Views: 57.9ms | ActiveRecord: 0.6ms)
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-10-22 16:10:17 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"OOgTF/ULDPqiZyn1Qn9T3L2WEfyzCueBy5DlGZQDsOXgBwWZoK+R/0Fy2z8cgWna2lv+3Vo/1xKbZtUtXy/gJA==", "content_element"=>{"title"=>"", "body"=>"asdfasfasf
asdfasfafasf
"}, "commit"=>"Update", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mcommit 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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Completed 200 OK in 22ms (Views: 18.1ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts/news/content_elements/4/edit?authenticity_token=AYDs21o4AjsY3kTHbCi%2BWiuwXzAT5ljelLSqdqqHu%2FfZb%2FpVD5yfPvvLtg0y1oRcTH2wEfrTaE3EQppCYavrNg%3D%3D" for ::1 at 2015-10-22 16:10:20 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"AYDs21o4AjsY3kTHbCi+WiuwXzAT5ljelLSqdqqHu/fZb/pVD5yfPvvLtg0y1oRcTH2wEfrTaE3EQppCYavrNg==", "post_id"=>"news", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 4]]
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1[0m [["id", 8]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_simple_text_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (42.8ms)
Completed 200 OK in 61ms (Views: 59.2ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/content_elements/4" for ::1 at 2015-10-22 16:10:24 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6mZ5Nn7HDRT1xwo12zAaHLCcrBglkpaCh+XZf6Th4ggyiW+4K2OQERbS+P+FziAa11FDOcynphHXE+lLb82yyQ==", "content_element"=>{"title"=>"", "body"=>"asdfadf
asdfasf
adsfaf
asdf
adsfadfadf
"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (428.3ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "asdfadf
asdfasf
adsfaf
asdf
adsfadfadf
"], ["updated_at", "2015-10-22 21:10:24.613897"], ["id", 4]]
[1m[36m (0.7ms)[0m [1mcommit 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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Completed 200 OK in 456ms (Views: 21.8ms | ActiveRecord: 429.4ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-10-22 16:10:39 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"LPBcAyIPsplOKH/8HJklhgj5YXnoRhdCATNT7p4rHz30H0qNd6svnK09jTZCZx+AbzSOWAFzJ9FRxWPaVQdP/A==", "content_element"=>{"title"=>"", "body"=>"asdfasf aadfafda
asdfasdf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", ""], ["body", "asdfasf aadfafda
asdfasdf"], ["updated_at", "2015-10-22 21:10:39.867818"], ["id", 5]]
[1m[36m (607.3ms)[0m [1mcommit 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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Completed 200 OK in 640ms (Views: 28.6ms | ActiveRecord: 607.9ms)
Started GET "/manage" for ::1 at 2015-10-22 16:57:43 -0500
ActionController::RoutingError (No route matches [GET] "/manage"):
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (74.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (12.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (202.7ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-22 16:57:50 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.1ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (35.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (38.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (44.5ms)
Completed 200 OK in 122ms (Views: 120.1ms | ActiveRecord: 0.9ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-10-22 16:58:00 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (13.7ms)
Completed 200 OK in 94ms (Views: 90.0ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 16:58:01 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (11.5ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.0ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.1ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.0ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (54.1ms)
Completed 200 OK in 152ms (Views: 149.1ms | ActiveRecord: 1.5ms)
[1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.6ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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", "20150716214842"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (1.4ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (1.3ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (1.1ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.9ms)[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.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-10-22 22:14:38.505493"], ["updated_at", "2015-10-22 22:14:38.505493"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-10-22 22:14:38.507030"], ["updated_at", "2015-10-22 22:14:38.507030"]]
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-10-22 22:14:38.508213"], ["updated_at", "2015-10-22 22:14:38.508213"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (1.7ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (5.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (2.7ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 17:14:48 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (58.3ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 17:15:03 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
Completed 404 Not Found in 21ms (ActiveRecord: 0.5ms)
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:23:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:5:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.9ms)
Started GET "/pulitzer/" for ::1 at 2015-10-22 17:15:12 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (2.6ms)
Completed 200 OK in 133ms (Views: 126.9ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types/new?authenticity_token=mCo6l9Xvbn2Fpj%2F90ez6cm3NgJxCfuJoC9Rjv6xWer1AxSwZgEvzeGazzTePEsB0CgBvvatL0vtbIlOLZ3oqfA%3D%3D" for ::1 at 2015-10-22 17:15:15 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"mCo6l9Xvbn2Fpj/90ez6cm3NgJxCfuJoC9Rjv6xWer1AxSwZgEvzeGazzTePEsB0CgBvvatL0vtbIlOLZ3oqfA=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (52.5ms)
Completed 200 OK in 237ms (Views: 232.5ms | ActiveRecord: 0.1ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-10-22 17:15:18 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"p30TWNVqXn9V/M/0QX/a2G3b9eCABpj23WQa+Mm/9rl/kgXWgM7DerbpPT4fgeDeChYawWkzqGWNkirMApOmeA==", "post_type"=>{"name"=>"News", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[35m (0.2ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "News"], ["plural", "f"], ["template", "f"], ["created_at", "2015-10-22 22:15:18.959770"], ["updated_at", "2015-10-22 22:15:18.959770"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.3ms)[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", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "news"]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "News"], ["post_type_id", 1], ["slug", "news"], ["created_at", "2015-10-22 22:15:19.139913"], ["updated_at", "2015-10-22 22:15:19.139913"]]
[1m[36m (0.8ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (25.1ms)
Completed 200 OK in 240ms (Views: 48.2ms | ActiveRecord: 3.7ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=mCo6l9Xvbn2Fpj%2F90ez6cm3NgJxCfuJoC9Rjv6xWer1AxSwZgEvzeGazzTePEsB0CgBvvatL0vtbIlOLZ3oqfA%3D%3D" for ::1 at 2015-10-22 17:15:21 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"mCo6l9Xvbn2Fpj/90ez6cm3NgJxCfuJoC9Rjv6xWer1AxSwZgEvzeGazzTePEsB0CgBvvatL0vtbIlOLZ3oqfA==", "id"=>"1"}
[1m[35mPulitzer::PostType Load (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (22.4ms)
Completed 200 OK in 750ms (Views: 41.5ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-10-22 17:15:25 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"tp1tglHNA8VreLxX8dLZKAokgsl5zylbeUKp2KHjvWVucnsMBGmewIhtTp2vLOMubelt6JD6GcgptJnsas/tpA==", "post_type"=>{"name"=>"News", "plural"=>"1", "template"=>"0"}, "commit"=>"Update 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.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_post_types" SET "plural" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ?[0m [["plural", "t"], ["updated_at", "2015-10-22 22:15:25.676035"], ["id", 1]]
[1m[35m (851.5ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.5ms)
Completed 200 OK in 878ms (Views: 22.8ms | ActiveRecord: 852.1ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-10-22 17:15:27 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (8.7ms)
Completed 200 OK in 64ms (Views: 63.1ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-22 17:15:30 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (8.3ms)
Completed 200 OK in 63ms (Views: 62.2ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=T%2B2Dr2nTN7P1buNYqtow9GgA%2FzGk7myneDsIVociEz6XApUhPHeqthZ7EZL0JAryD80QEE3bXDQozThiTA5D%2Fw%3D%3D" for ::1 at 2015-10-22 17:15:32 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"T+2Dr2nTN7P1buNYqtow9GgA/zGk7myneDsIVociEz6XApUhPHeqthZ7EZL0JAryD80QEE3bXDQozThiTA5D/w==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (16.6ms)
Completed 200 OK in 32ms (Views: 30.8ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-10-22 17:15:33 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"VKNCGACEz19BeKFohsPS1MSFlDiSdtpsTlRwIcxkjxSMTFSWVSBSWqJtU6LYPejSo0h7GXtD6v8eokAVB0jf1Q==", "post_type"=>{"name"=>"News", "plural"=>"1", "template"=>"0"}, "commit"=>"Update 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.1ms)[0m begin transaction
[1m[36m (0.0ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.5ms)
Completed 200 OK in 22ms (Views: 19.5ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=T%2B2Dr2nTN7P1buNYqtow9GgA%2FzGk7myneDsIVociEz6XApUhPHeqthZ7EZL0JAryD80QEE3bXDQozThiTA5D%2Fw%3D%3D" for ::1 at 2015-10-22 17:15:34 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"T+2Dr2nTN7P1buNYqtow9GgA/zGk7myneDsIVociEz6XApUhPHeqthZ7EZL0JAryD80QEE3bXDQozThiTA5D/w=="}
[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::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (28.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (49.7ms)
Completed 500 Internal Server Error in 74ms (ActiveRecord: 0.7ms)
ActionView::Template::Error (undefined method `text_editor_id' for #):
12:
13:
14: <%= f.label :text_editor_id, "Text editor" %>
15: <%= f.collection_select :text_editor_id, Pulitzer::TextEditor.all, :id, :name %>
16:
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
actionview (4.2.4) lib/action_view/helpers/tags/base.rb:28:in `public_send'
actionview (4.2.4) lib/action_view/helpers/tags/base.rb:28:in `value'
actionview (4.2.4) lib/action_view/helpers/tags/collection_select.rb:16:in `block in render'
actionview (4.2.4) lib/action_view/helpers/tags/collection_select.rb:16:in `fetch'
actionview (4.2.4) lib/action_view/helpers/tags/collection_select.rb:16:in `render'
actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:202:in `collection_select'
actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:789:in `collection_select'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb:15:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_fields_html_erb__3531703219256251519_70182628012340'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__new_html_erb__1881197620406998716_70182662340860'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__new_html_erb__1881197620406998716_70182662340860'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:7:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (31.4ms)
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreatePultizerTextEditors (20151022221609)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mCREATE TABLE "pultizer_text_editors" ("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", "20151022221609"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Migrating to AddDefaultTextEditors (20151022221610)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[36mPulitzer::TextEditor Load (0.2ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" ORDER BY "pulitzer_text_editors"."id" ASC LIMIT 1[0m
SQLite3::SQLException: no such table: pulitzer_text_editors: SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" ORDER BY "pulitzer_text_editors"."id" ASC LIMIT 1
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.7ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.9ms)[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", "20150716214842"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[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", "20150716214843"]]
[1m[35m (0.5ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (1.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (1.2ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-10-22 22:18:21.974748"], ["updated_at", "2015-10-22 22:18:21.974748"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-10-22 22:18:21.977233"], ["updated_at", "2015-10-22 22:18:21.977233"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-10-22 22:18:21.978755"], ["updated_at", "2015-10-22 22:18:21.978755"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.4ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.5ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
Migrating to CreatePultizerTextEditors (20151022221609)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mCREATE TABLE "pultizer_text_editors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151022221609"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Migrating to AddDefaultTextEditors (20151022221610)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to AddDefaultTextEditors (20151022221610)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151022221610"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to AddTextEditorToPulitzerPostTypeContentElementType (20151022221611)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m ALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor_id" integer
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE INDEX "pulitzer_post_type_ce_text_editor_id" ON "pulitzer_post_type_content_element_types" ("text_editor_id")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151022221611"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mPulitzer::TextEditor Load (0.2ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" ORDER BY "pulitzer_text_editors"."id" ASC LIMIT 1[0m
SQLite3::SQLException: no such table: pulitzer_text_editors: SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" ORDER BY "pulitzer_text_editors"."id" ASC LIMIT 1
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to AddTextEditorToPulitzerPostTypeContentElementType (20151022221611)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m SELECT sql
FROM sqlite_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
[1m[36m (0.4ms)[0m [1mDROP INDEX "pulitzer_post_type_ce_text_editor_id"[0m
[1m[35m (0.7ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_type_content_element_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_type_id" integer, "content_element_type_id" integer, "label" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "text_editor_id" integer)
[1m[36m (0.2ms)[0m [1mSELECT * FROM "pulitzer_post_type_content_element_types"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_post_type_content_element_types"
[1m[36m (0.3ms)[0m [1mCREATE 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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_type_content_element_types"
[1m[36m (0.3ms)[0m [1mDROP TABLE "apulitzer_post_type_content_element_types"[0m
[1m[35mSQL (0.3ms)[0m DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20151022221611"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.3ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to AddDefaultTextEditors (20151022221610)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20151022221610"]]
[1m[36m (617.0ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.3ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePultizerTextEditors (20151022221609)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m DROP TABLE "pultizer_text_editors"
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ?[0m [["version", "20151022221609"]]
[1m[35m (212.6ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[1m[35mPulitzer::TextEditor Load (0.6ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" ORDER BY "pulitzer_text_editors"."id" ASC LIMIT 1
SQLite3::SQLException: no such table: pulitzer_text_editors: SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" ORDER BY "pulitzer_text_editors"."id" ASC LIMIT 1
[1m[36mPulitzer::TextEditor Load (0.4ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" ORDER BY "pulitzer_text_editors"."id" ASC LIMIT 1[0m
SQLite3::SQLException: no such table: pulitzer_text_editors: SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" ORDER BY "pulitzer_text_editors"."id" ASC LIMIT 1
[1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.6ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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", "20150716214842"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[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", "20150716214843"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[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", "20150716214844"]]
[1m[35m (0.5ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[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", "20150716214846"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[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", "20150716214847"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[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" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m ALTER TABLE "pulitzer_post_types" ADD "plural" boolean
[1m[36m (0.1ms)[0m [1mALTER TABLE "pulitzer_post_types" ADD "template" boolean[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[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-10-22 22:50:38.886678"], ["updated_at", "2015-10-22 22:50:38.886678"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-10-22 22:50:38.888924"], ["updated_at", "2015-10-22 22:50:38.888924"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-10-22 22:50:38.891173"], ["updated_at", "2015-10-22 22:50:38.891173"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.4ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36m (1407.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.2ms)[0m select sqlite_version(*)
[1m[36m (1.5ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[1m[35mActiveRecord::SchemaMigration Load (0.3ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePulitzerPostTypes (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214842"]]
[1m[35m (1.8ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (1.6ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (1.4ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (1.2ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (1.0ms)[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.2ms)[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-10-22 22:52:34.639433"], ["updated_at", "2015-10-22 22:52:34.639433"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-10-22 22:52:34.642252"], ["updated_at", "2015-10-22 22:52:34.642252"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-10-22 22:52:34.643791"], ["updated_at", "2015-10-22 22:52:34.643791"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (1.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.5ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.5ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to CreatePulitzerTextEditors (20151022225221)
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreatePulitzerTextEditors (20151022225648)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mCREATE TABLE "pulitzer_text_editors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151022225648"]]
[1m[36m (52.1ms)[0m [1mcommit transaction[0m
Migrating to AddDefaultTextEditors (20151022225649)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_text_editors" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "None"], ["created_at", "2015-10-22 22:57:34.970754"], ["updated_at", "2015-10-22 22:57:34.970754"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_text_editors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Simple text editor"], ["created_at", "2015-10-22 22:57:34.973182"], ["updated_at", "2015-10-22 22:57:34.973182"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151022225649"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to AddTextEditorToPulitzerPostTypeContentElementType (20151022225650)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m ALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor_id" integer
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.2ms)[0m CREATE INDEX "pulitzer_post_type_ce_text_editor_id" ON "pulitzer_post_type_content_element_types" ("text_editor_id")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151022225650"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36m (347.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (1.0ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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", "20150716214842"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[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", "20150716214843"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.0ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (1.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[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, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m ALTER TABLE "pulitzer_post_types" ADD "plural" boolean
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_post_types" ADD "template" boolean[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[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-10-22 22:57:41.408632"], ["updated_at", "2015-10-22 22:57:41.408632"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-10-22 22:57:41.410459"], ["updated_at", "2015-10-22 22:57:41.410459"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-10-22 22:57:41.411608"], ["updated_at", "2015-10-22 22:57:41.411608"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
Migrating to CreatePulitzerTextEditors (20151022225648)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mCREATE TABLE "pulitzer_text_editors" ("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", "20151022225648"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddDefaultTextEditors (20151022225649)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_text_editors" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "None"], ["created_at", "2015-10-22 22:57:41.440551"], ["updated_at", "2015-10-22 22:57:41.440551"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_text_editors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Simple text editor"], ["created_at", "2015-10-22 22:57:41.442210"], ["updated_at", "2015-10-22 22:57:41.442210"]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151022225649"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to AddTextEditorToPulitzerPostTypeContentElementType (20151022225650)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m ALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor_id" integer
[1m[36m (0.1ms)[0m [1mCREATE INDEX "pulitzer_post_type_ce_text_editor_id" ON "pulitzer_post_type_content_element_types" ("text_editor_id")[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151022225650"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
Started GET "/pulitzer/post_types" for ::1 at 2015-10-22 17:58:24 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.5ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-22 17:58:43 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (4.6ms)
Completed 200 OK in 1139ms (Views: 148.8ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-22 17:58:44 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-22 17:58:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-22 17:58:45 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-22 17:58:45 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-22 17:58:45 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-22 17:58:45 -0500
Started GET "/assets/pulitzer-03e8eeae4b224b29bf818baf160bf222.js?body=1" for ::1 at 2015-10-22 17:58:45 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-22 17:58:45 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-22 17:58:45 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-22 17:58:45 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-22 17:58:45 -0500
Started GET "/assets/application-a8ac4a1a5fc4694bb4a31168f72b41fb.js?body=1" for ::1 at 2015-10-22 17:58:45 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=VMgeInH8KG1CgzdooFXWAEL2XJC8LPk3EdnlQMZjbw%2BMJwisJFi1aKGWxaL%2Bq%2BwGJTuzsVUZyaRBL9V0DU8%2Fzg%3D%3D" for ::1 at 2015-10-22 17:58:49 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"VMgeInH8KG1CgzdooFXWAEL2XJC8LPk3EdnlQMZjbw+MJwisJFi1aKGWxaL+q+wGJTuzsVUZyaRBL9V0DU8/zg=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (38.4ms)
Completed 200 OK in 293ms (Views: 289.3ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-10-22 17:58:54 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"GbuikN+BNv60WSUnmLNzx1XtyVXHvgfSwD3JV43C8avBVLQeiiWr+1dM1+3GTUnBMiAmdC6LN0GQy/ljRu6hag==", "post_type"=>{"name"=>"news", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "news"], ["plural", "f"], ["template", "f"], ["created_at", "2015-10-22 22:58:54.423860"], ["updated_at", "2015-10-22 22:58:54.423860"]]
[1m[36m (0.6ms)[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", 1]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "news"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "news"], ["post_type_id", 1], ["slug", "news"], ["created_at", "2015-10-22 22:58:54.899701"], ["updated_at", "2015-10-22 22:58:54.899701"]]
[1m[35m (0.6ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (22.6ms)
Completed 200 OK in 533ms (Views: 43.7ms | ActiveRecord: 3.3ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=VMgeInH8KG1CgzdooFXWAEL2XJC8LPk3EdnlQMZjbw%2BMJwisJFi1aKGWxaL%2Bq%2BwGJTuzsVUZyaRBL9V0DU8%2Fzg%3D%3D" for ::1 at 2015-10-22 17:59:02 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"VMgeInH8KG1CgzdooFXWAEL2XJC8LPk3EdnlQMZjbw+MJwisJFi1aKGWxaL+q+wGJTuzsVUZyaRBL9V0DU8/zg=="}
[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"
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (16.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (38.2ms)
Completed 200 OK in 81ms (Views: 57.2ms | ActiveRecord: 0.9ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-10-22 17:59:26 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"W2HhG3gtTu8pKgWM8imQhENb7kHjYVwbzSJAzIRoJNaDjveVLYnT6so/90as16qCJJYBYApUbIid1HD4T0R0Fw==", "post_type_content_element_type"=>{"label"=>"text without editor", "content_element_type_id"=>"1", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor_id"=>"1"}, "commit"=>"Content element"}
[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.3ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "text without editor"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor_id", 1], ["created_at", "2015-10-22 22:59:26.387459"], ["updated_at", "2015-10-22 22:59:26.387459"]]
[1m[36m (588.2ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."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", 1]]
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("post_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["post_id", 1], ["label", "text without editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-10-22 22:59:27.045521"], ["updated_at", "2015-10-22 22:59:27.045521"]]
[1m[35m (1.4ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (23.5ms)
Completed 200 OK in 712ms (Views: 47.0ms | ActiveRecord: 591.1ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=VMgeInH8KG1CgzdooFXWAEL2XJC8LPk3EdnlQMZjbw%2BMJwisJFi1aKGWxaL%2Bq%2BwGJTuzsVUZyaRBL9V0DU8%2Fzg%3D%3D" for ::1 at 2015-10-22 17:59:28 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"VMgeInH8KG1CgzdooFXWAEL2XJC8LPk3EdnlQMZjbw+MJwisJFi1aKGWxaL+q+wGJTuzsVUZyaRBL9V0DU8/zg=="}
[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::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.2ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (25.2ms)
Completed 200 OK in 43ms (Views: 40.2ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-10-22 17:59:40 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"XMCnLUwwdU5lzYRxQBDuzIgdUOaSpb0y/c39SGMHSfGEL7GjGZToS4bYdrse7tTK79C/x3uQjaGtO818qCsZMA==", "post_type_content_element_type"=>{"label"=>"image", "content_element_type_id"=>"2", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor_id"=>"1"}, "commit"=>"Content element"}
[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.3ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "image"], ["content_element_type_id", 2], ["post_type_id", 1], ["text_editor_id", 1], ["created_at", "2015-10-22 22:59:40.102315"], ["updated_at", "2015-10-22 22:59:40.102315"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("post_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["post_id", 1], ["label", "image"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 2], ["created_at", "2015-10-22 22:59:40.112567"], ["updated_at", "2015-10-22 22:59:40.112567"]]
[1m[35m (0.7ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.6ms)
Completed 200 OK in 56ms (Views: 38.1ms | ActiveRecord: 2.4ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=VMgeInH8KG1CgzdooFXWAEL2XJC8LPk3EdnlQMZjbw%2BMJwisJFi1aKGWxaL%2Bq%2BwGJTuzsVUZyaRBL9V0DU8%2Fzg%3D%3D" for ::1 at 2015-10-22 17:59:49 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"VMgeInH8KG1CgzdooFXWAEL2XJC8LPk3EdnlQMZjbw+MJwisJFi1aKGWxaL+q+wGJTuzsVUZyaRBL9V0DU8/zg=="}
[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"
[1m[36mPulitzer::TextEditor Load (0.2ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (36.1ms)
Completed 200 OK in 68ms (Views: 64.6ms | ActiveRecord: 0.6ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-10-22 17:59:56 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"HiNNoppxPQLADBRfeixIACTVoqz1Z+VTLoYNRk9rQxjGzFssz9WgByMZ5pUk0nIGQxhNjRxS1cB+cD1yhEcT2Q==", "post_type_content_element_type"=>{"label"=>"video", "content_element_type_id"=>"3", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor_id"=>"1"}, "commit"=>"Content element"}
[1m[35mPulitzer::PostType Load (0.2ms)[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.4ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "video"], ["content_element_type_id", 3], ["post_type_id", 1], ["text_editor_id", 1], ["created_at", "2015-10-22 22:59:57.198467"], ["updated_at", "2015-10-22 22:59:57.198467"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."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", 3]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("post_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["post_id", 1], ["label", "video"], ["content_element_type_id", 3], ["post_type_content_element_type_id", 3], ["created_at", "2015-10-22 22:59:57.207189"], ["updated_at", "2015-10-22 22:59:57.207189"]]
[1m[35m (1.7ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (18.2ms)
Completed 200 OK in 61ms (Views: 44.5ms | ActiveRecord: 4.0ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=VMgeInH8KG1CgzdooFXWAEL2XJC8LPk3EdnlQMZjbw%2BMJwisJFi1aKGWxaL%2Bq%2BwGJTuzsVUZyaRBL9V0DU8%2Fzg%3D%3D" for ::1 at 2015-10-22 17:59:58 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"VMgeInH8KG1CgzdooFXWAEL2XJC8LPk3EdnlQMZjbw+MJwisJFi1aKGWxaL+q+wGJTuzsVUZyaRBL9V0DU8/zg=="}
[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::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (21.4ms)
Completed 200 OK in 42ms (Views: 38.9ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-10-22 18:00:06 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"P8PwHKXtlzfCzxM/ddGoY6G3Iq/4PTUUQh+sW0nqMCfnLOaS8EkKMiHa4fUrL5JlxnrNjhEIBYcS6ZxvgsZg5g==", "post_type_content_element_type"=>{"label"=>"complex editor", "content_element_type_id"=>"1", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor_id"=>"2"}, "commit"=>"Content element"}
[1m[35mPulitzer::PostType Load (0.2ms)[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.4ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "complex editor"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor_id", 2], ["created_at", "2015-10-22 23:00:07.008927"], ["updated_at", "2015-10-22 23:00:07.008927"]]
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."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", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("post_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["post_id", 1], ["label", "complex editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 4], ["created_at", "2015-10-22 23:00:07.017325"], ["updated_at", "2015-10-22 23:00:07.017325"]]
[1m[35m (0.8ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (18.9ms)
Completed 200 OK in 61ms (Views: 44.9ms | ActiveRecord: 3.4ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 18:00:08 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.6ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.8ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::TextEditor Load (0.1ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (14.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (18.3ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.0ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 4]]
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_simple_text_editor.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (67.0ms)
Completed 200 OK in 131ms (Views: 127.8ms | ActiveRecord: 1.6ms)
Started GET "/pulitzer/posts/news/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=8CRqtdYjBu1ycTMcB9lTNpM5XwAJUEx%2FcjezdNDrkE4oy3w7g4eb6JFkwdZZJ2kw9PSwIeBlfOwiwYNAG8fAjw%3D%3D" for ::1 at 2015-10-22 18:00:18 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"8CRqtdYjBu1ycTMcB9lTNpM5XwAJUEx/cjezdNDrkE4oy3w7g4eb6JFkwdZZJ2kw9PSwIeBlfOwiwYNAG8fAjw==", "post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (8.9ms)
Completed 200 OK in 34ms (Views: 28.0ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/posts/news/post_tags" for ::1 at 2015-10-22 18:00:23 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"DNJdBBNZD9IYlZn3wU1p7sgo6n7Iv+3Y+Ch1N2ep8hLUPUuKRv2S1/uAaz2fs1Por+UFXyGK3Uuo3kUDrIWi0w==", "post_tag"=>{"label_id"=>"new one", "post_id"=>"1", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1[0m [["name", "new one"]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "new one"], ["created_at", "2015-10-22 23:00:24.100152"], ["updated_at", "2015-10-22 23:00:24.100152"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m INSERT INTO "pulitzer_post_tags" ("label_id", "post_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label_id", 1], ["post_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-10-22 23:00:24.104794"], ["updated_at", "2015-10-22 23:00:24.104794"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.2ms)
Completed 200 OK in 636ms (Views: 34.7ms | ActiveRecord: 3.7ms)
Started GET "/pulitzer/posts/news/post_tags/new?tag_model=SearchLocation&authenticity_token=8CRqtdYjBu1ycTMcB9lTNpM5XwAJUEx%2FcjezdNDrkE4oy3w7g4eb6JFkwdZZJ2kw9PSwIeBlfOwiwYNAG8fAjw%3D%3D" for ::1 at 2015-10-22 18:00:24 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"SearchLocation", "authenticity_token"=>"8CRqtdYjBu1ycTMcB9lTNpM5XwAJUEx/cjezdNDrkE4oy3w7g4eb6JFkwdZZJ2kw9PSwIeBlfOwiwYNAG8fAjw==", "post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mSearchLocation Load (0.2ms)[0m [1mSELECT "search_locations".* FROM "search_locations"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (420.2ms)
Completed 200 OK in 438ms (Views: 435.3ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-22 18:00:49 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (25.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (27.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (30.2ms)
Completed 200 OK in 85ms (Views: 84.3ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 18:02:32 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.1ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.3ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 4]]
[1m[35mPulitzer::TextEditor Load (0.1ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_simple_text_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (50.3ms)
Completed 200 OK in 110ms (Views: 107.4ms | ActiveRecord: 1.1ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 18:42:36 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (1.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::PostType Load (1.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (11.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (14.8ms)
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.6ms)
[1m[35mPulitzer::ContentElement Load (1.6ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (29.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (36.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.7ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 4]]
[1m[35mPulitzer::TextEditor Load (0.1ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_simple_text_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (14.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (17.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (126.1ms)
Completed 200 OK in 277ms (Views: 251.9ms | ActiveRecord: 5.1ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-22 18:42:36 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-22 18:42:36 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-22 18:42:38 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-22 18:42:38 -0500
Started GET "/assets/pulitzer-03e8eeae4b224b29bf818baf160bf222.js?body=1" for ::1 at 2015-10-22 18:42:38 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-22 18:42:38 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-22 18:42:38 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-22 18:42:38 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-22 18:42:38 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-22 18:42:38 -0500
Started GET "/assets/application-a8ac4a1a5fc4694bb4a31168f72b41fb.js?body=1" for ::1 at 2015-10-22 18:42:38 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-22 18:42:38 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-10-22 18:42:43 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.6ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (28.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (30.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (34.3ms)
Completed 200 OK in 535ms (Views: 533.7ms | ActiveRecord: 0.8ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-22 18:42:48 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (19.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (21.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (23.6ms)
Completed 200 OK in 73ms (Views: 72.3ms | ActiveRecord: 0.6ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-22 18:42:49 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-22 18:42:49 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-22 18:42:49 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-22 18:42:49 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-22 18:42:49 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-22 18:42:49 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-22 18:42:49 -0500
Started GET "/assets/pulitzer-03e8eeae4b224b29bf818baf160bf222.js?body=1" for ::1 at 2015-10-22 18:42:49 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-22 18:42:49 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-22 18:42:49 -0500
Started GET "/assets/application-a8ac4a1a5fc4694bb4a31168f72b41fb.js?body=1" for ::1 at 2015-10-22 18:42:49 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-22 18:42:49 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to AddTextEditorToPulitzerPostTypeContentElementType (20151022225650)
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m SELECT sql
FROM sqlite_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
[1m[36m (0.8ms)[0m [1mDROP INDEX "pulitzer_post_type_ce_text_editor_id"[0m
[1m[35m (0.5ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_type_content_element_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_type_id" integer, "content_element_type_id" integer, "label" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "text_editor_id" integer)
[1m[36m (0.3ms)[0m [1mSELECT * FROM "pulitzer_post_type_content_element_types"[0m
[1m[35m (0.1ms)[0m INSERT INTO "apulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at","text_editor_id") VALUES (1, 1, 1, 'text without editor', 100, 100, '2015-10-22 22:59:26.387459', '2015-10-22 22:59:26.387459', 1)
[1m[36m (0.0ms)[0m [1mINSERT INTO "apulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at","text_editor_id") VALUES (2, 1, 2, 'image', 100, 100, '2015-10-22 22:59:40.102315', '2015-10-22 22:59:40.102315', 1)[0m
[1m[35m (0.0ms)[0m INSERT INTO "apulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at","text_editor_id") VALUES (3, 1, 3, 'video', 100, 100, '2015-10-22 22:59:57.198467', '2015-10-22 22:59:57.198467', 1)
[1m[36m (0.0ms)[0m [1mINSERT INTO "apulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at","text_editor_id") VALUES (4, 1, 1, 'complex editor', 100, 100, '2015-10-22 23:00:07.008927', '2015-10-22 23:00:07.008927', 2)[0m
[1m[35m (0.5ms)[0m DROP TABLE "pulitzer_post_type_content_element_types"
[1m[36m (0.1ms)[0m [1mCREATE 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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_type_content_element_types"
[1m[36m (0.1ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at") VALUES (1, 1, 1, 'text without editor', 100, 100, '2015-10-22 22:59:26.387459', '2015-10-22 22:59:26.387459')[0m
[1m[35m (0.0ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at") VALUES (2, 1, 2, 'image', 100, 100, '2015-10-22 22:59:40.102315', '2015-10-22 22:59:40.102315')
[1m[36m (0.0ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at") VALUES (3, 1, 3, 'video', 100, 100, '2015-10-22 22:59:57.198467', '2015-10-22 22:59:57.198467')[0m
[1m[35m (0.0ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at") VALUES (4, 1, 1, 'complex editor', 100, 100, '2015-10-22 23:00:07.008927', '2015-10-22 23:00:07.008927')
[1m[36m (0.3ms)[0m [1mDROP TABLE "apulitzer_post_type_content_element_types"[0m
[1m[35mSQL (0.3ms)[0m DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20151022225650"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to AddDefaultTextEditors (20151022225649)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::TextEditor Load (0.2ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ?[0m [["id", 1]]
[1m[35mSQL (0.0ms)[0m DELETE FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? [["id", 2]]
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ?[0m [["version", "20151022225649"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.2ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePulitzerTextEditors (20151022225648)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m DROP TABLE "pulitzer_text_editors"
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ?[0m [["version", "20151022225648"]]
[1m[35m (635.2ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.3ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreatePulitzerTextEditors (20151022235214)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mCREATE TABLE "pulitzer_text_editors" ("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", "20151022235214"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddDefaultTextEditors (20151022235215)
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_text_editors" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "None"], ["created_at", "2015-10-22 23:52:21.636626"], ["updated_at", "2015-10-22 23:52:21.636626"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_text_editors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Simple text editor"], ["created_at", "2015-10-22 23:52:21.638982"], ["updated_at", "2015-10-22 23:52:21.638982"]]
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" ORDER BY "pulitzer_text_editors"."id" ASC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor_id" = 1 WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
SQLite3::SQLException: no such column: text_editor_id: UPDATE "pulitzer_post_type_content_element_types" SET "text_editor_id" = 1 WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePulitzerTextEditors (20151022235214)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (1.1ms)[0m DROP TABLE "pulitzer_text_editors"
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ?[0m [["version", "20151022235214"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.2ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreatePulitzerTextEditors (20151022235524)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mCREATE TABLE "pulitzer_text_editors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35mSQL (0.6ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151022235524"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddDefaultTextEditors (20151022235525)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_text_editors" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "None"], ["created_at", "2015-10-22 23:55:30.960296"], ["updated_at", "2015-10-22 23:55:30.960296"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_text_editors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Simple text editor"], ["created_at", "2015-10-22 23:55:30.962858"], ["updated_at", "2015-10-22 23:55:30.962858"]]
[1m[36mPulitzer::TextEditor Load (0.2ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" ORDER BY "pulitzer_text_editors"."id" ASC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor_id" = 1 WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
SQLite3::SQLException: no such column: text_editor_id: UPDATE "pulitzer_post_type_content_element_types" SET "text_editor_id" = 1 WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
[1m[36mPulitzer::PostTypeContentElementType Load (2.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::PostTypeContentElementType Load (0.2ms)[0m SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36m (645.6ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[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", "20150716214842"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[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", "20150716214844"]]
[1m[35m (1.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[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, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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", "20150716214847"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m ALTER TABLE "pulitzer_post_types" ADD "plural" boolean
[1m[36m (0.1ms)[0m [1mALTER TABLE "pulitzer_post_types" ADD "template" boolean[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[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-10-22 23:59:46.401744"], ["updated_at", "2015-10-22 23:59:46.401744"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-10-22 23:59:46.404549"], ["updated_at", "2015-10-22 23:59:46.404549"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-10-22 23:59:46.406760"], ["updated_at", "2015-10-22 23:59:46.406760"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.4ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (1.4ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreatePulitzerTextEditors (20151023000822)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.6ms)[0m [1mCREATE TABLE "pulitzer_text_editors" ("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", "20151023000822"]]
[1m[36m (23.5ms)[0m [1mcommit transaction[0m
Migrating to AddDefaultTextEditors (20151023000823)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "pulitzer_text_editors" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "None"], ["created_at", "2015-10-23 00:08:28.364421"], ["updated_at", "2015-10-23 00:08:28.364421"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_text_editors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Simple text editor"], ["created_at", "2015-10-23 00:08:28.367519"], ["updated_at", "2015-10-23 00:08:28.367519"]]
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" ORDER BY "pulitzer_text_editors"."id" ASC LIMIT 1[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor_id" = 1 WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
SQLite3::SQLException: no such column: text_editor_id: UPDATE "pulitzer_post_type_content_element_types" SET "text_editor_id" = 1 WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
[1m[36m (148.6ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.2ms)[0m select sqlite_version(*)
[1m[36m (1.2ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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", "20150716214842"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[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, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (1.6ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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", "20150716214847"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m ALTER TABLE "pulitzer_post_types" ADD "plural" boolean
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_post_types" ADD "template" boolean[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (1.9ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-10-23 00:09:27.158773"], ["updated_at", "2015-10-23 00:09:27.158773"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-10-23 00:09:27.160485"], ["updated_at", "2015-10-23 00:09:27.160485"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-10-23 00:09:27.161783"], ["updated_at", "2015-10-23 00:09:27.161783"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.5ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.4ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
Migrating to CreatePulitzerTextEditors (20151023000919)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mCREATE TABLE "pulitzer_text_editors" ("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", "20151023000919"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddDefaultTextEditors (20151023000920)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_text_editors" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "None"], ["created_at", "2015-10-23 00:09:27.202533"], ["updated_at", "2015-10-23 00:09:27.202533"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_text_editors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Simple text editor"], ["created_at", "2015-10-23 00:09:27.204155"], ["updated_at", "2015-10-23 00:09:27.204155"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151023000920"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to AddTextEditorToPulitzerPostTypeContentElementType (20151023000921)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m ALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor_id" integer
[1m[36m (0.1ms)[0m [1mCREATE INDEX "pulitzer_post_type_ce_text_editor_id" ON "pulitzer_post_type_content_element_types" ("text_editor_id")[0m
[1m[35mPulitzer::TextEditor Load (0.1ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" ORDER BY "pulitzer_text_editors"."id" ASC LIMIT 1
[1m[36mSQL (0.1ms)[0m [1mUPDATE "pulitzer_post_type_content_element_types" SET "text_editor_id" = 1 WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151023000921"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-10-22 19:09:45 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
Completed 404 Not Found in 22ms (ActiveRecord: 0.6ms)
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:23:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:5:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (67.4ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-10-22 19:10:00 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "about-us"]]
Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:23:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:5:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.6ms)
Started GET "/pulitzer/" for ::1 at 2015-10-22 19:10:09 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (4.1ms)
Completed 200 OK in 144ms (Views: 139.9ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types/new?authenticity_token=IihWLlL1ipziU8OFKu0Qo2ihliXusD4QZvRTZsNgcAv6x0CgB1EXmQFGMU90EyqlD2x5BAeFDoM2AmNSCEwgyg%3D%3D" for ::1 at 2015-10-22 19:10:11 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"IihWLlL1ipziU8OFKu0Qo2ihliXusD4QZvRTZsNgcAv6x0CgB1EXmQFGMU90EyqlD2x5BAeFDoM2AmNSCEwgyg=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (47.0ms)
Completed 200 OK in 911ms (Views: 906.9ms | ActiveRecord: 0.1ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-10-22 19:10:15 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"NKG+0Jvdn2GvmxLnF1vTe7A6bNo5EkmBCXerNy1chLzsTqheznkCZEyO4C1Jpel91/eD+9AneRJZgZsD5nDUfQ==", "post_type"=>{"name"=>"news", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "news"], ["plural", "f"], ["template", "f"], ["created_at", "2015-10-23 00:10:15.854317"], ["updated_at", "2015-10-23 00:10:15.854317"]]
[1m[36m (1.2ms)[0m [1mcommit transaction[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]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "news"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "news"], ["post_type_id", 1], ["slug", "news"], ["created_at", "2015-10-23 00:10:16.024036"], ["updated_at", "2015-10-23 00:10:16.024036"]]
[1m[35m (1.8ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (20.4ms)
Completed 200 OK in 231ms (Views: 44.7ms | ActiveRecord: 5.1ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=IihWLlL1ipziU8OFKu0Qo2ihliXusD4QZvRTZsNgcAv6x0CgB1EXmQFGMU90EyqlD2x5BAeFDoM2AmNSCEwgyg%3D%3D" for ::1 at 2015-10-22 19:10:19 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"IihWLlL1ipziU8OFKu0Qo2ihliXusD4QZvRTZsNgcAv6x0CgB1EXmQFGMU90EyqlD2x5BAeFDoM2AmNSCEwgyg=="}
[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"
[1m[36mPulitzer::TextEditor Load (0.2ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (26.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (51.4ms)
Completed 200 OK in 80ms (Views: 67.5ms | ActiveRecord: 1.2ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-10-22 19:10:24 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"8RcXMQTJRZybEXWSJeEHtz4EP+Dtp3+CZvmeRton/Pcp+AG/UW3YmXgEh1h7Hz2xWcnQwQSSTxE2D65yEQusNg==", "post_type_content_element_type"=>{"label"=>"simple text", "content_element_type_id"=>"1", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor_id"=>"1"}, "commit"=>"Content element"}
[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.4ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "simple text"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor_id", 1], ["created_at", "2015-10-23 00:10:24.619165"], ["updated_at", "2015-10-23 00:10:24.619165"]]
[1m[36m (317.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."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", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("post_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["post_id", 1], ["label", "simple text"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-10-23 00:10:24.997338"], ["updated_at", "2015-10-23 00:10:24.997338"]]
[1m[35m (0.7ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.7ms)
Completed 200 OK in 428ms (Views: 43.0ms | ActiveRecord: 320.1ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=IihWLlL1ipziU8OFKu0Qo2ihliXusD4QZvRTZsNgcAv6x0CgB1EXmQFGMU90EyqlD2x5BAeFDoM2AmNSCEwgyg%3D%3D" for ::1 at 2015-10-22 19:10:31 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"IihWLlL1ipziU8OFKu0Qo2ihliXusD4QZvRTZsNgcAv6x0CgB1EXmQFGMU90EyqlD2x5BAeFDoM2AmNSCEwgyg=="}
[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.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (21.2ms)
Completed 200 OK in 38ms (Views: 35.4ms | ActiveRecord: 0.7ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-10-22 19:10:37 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"EIIqmmNDkTaa1vnrES2q7YAMcT8zykDQLa0UbX2UiBXIbTwUNucMM3nDCyFP05Dr58GeHtr/cEN9WyRZtrjY1A==", "post_type_content_element_type"=>{"label"=>"complex editor", "content_element_type_id"=>"1", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor_id"=>"2"}, "commit"=>"Content element"}
[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.4ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "complex editor"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor_id", 2], ["created_at", "2015-10-23 00:10:37.653903"], ["updated_at", "2015-10-23 00:10:37.653903"]]
[1m[36m (913.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."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", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("post_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["post_id", 1], ["label", "complex editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 2], ["created_at", "2015-10-23 00:10:38.575100"], ["updated_at", "2015-10-23 00:10:38.575100"]]
[1m[35m (0.6ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (18.6ms)
Completed 200 OK in 969ms (Views: 40.7ms | ActiveRecord: 915.8ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-22 19:10:40 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.6ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::TextEditor Load (0.1ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (17.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (22.0ms)
[1m[36mCACHE (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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
[1m[36mPulitzer::TextEditor Load (0.1ms)[0m [1mSELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_simple_text_editor.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (59.7ms)
Completed 200 OK in 229ms (Views: 225.1ms | ActiveRecord: 1.5ms)
Started GET "/pulitzer/posts/news/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=M8AVnEORqbhyedk9VfTKTDQ6VbjxYz9SrPsI0oWluJzrLwMSFjU0vZFsK%2FcLCvBKU%2Fe6mRhWD8H8DTjmTonoXQ%3D%3D" for ::1 at 2015-10-22 19:10:43 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"M8AVnEORqbhyedk9VfTKTDQ6VbjxYz9SrPsI0oWluJzrLwMSFjU0vZFsK/cLCvBKU/e6mRhWD8H8DTjmTonoXQ==", "post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (8.0ms)
Completed 200 OK in 32ms (Views: 25.0ms | ActiveRecord: 0.6ms)
Started POST "/pulitzer/posts/news/post_tags" for ::1 at 2015-10-22 19:10:46 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"tpO0itlymKsluwK4UkxsmpcA4PQW5mkDg8WkxaS3JMdufKIEjNYFrsau8HIMslac8M0P1f/TWZDTM5Txb5t0Bg==", "post_tag"=>{"label_id"=>"adsf", "post_id"=>"1", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1[0m [["name", "adsf"]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "adsf"], ["created_at", "2015-10-23 00:10:46.696837"], ["updated_at", "2015-10-23 00:10:46.696837"]]
[1m[35m (0.9ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_post_tags" ("label_id", "post_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label_id", 1], ["post_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-10-23 00:10:46.701303"], ["updated_at", "2015-10-23 00:10:46.701303"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.3ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.0ms)
Completed 200 OK in 260ms (Views: 32.5ms | ActiveRecord: 3.2ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-22 19:10:50 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (15.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (17.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (20.3ms)
Completed 200 OK in 76ms (Views: 75.3ms | ActiveRecord: 0.6ms)
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to AddTextEditorToPulitzerPostTypeContentElementType (20151023000921)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_type_content_element_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_type_id" integer, "content_element_type_id" integer, "label" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "text_editor_id" integer)
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='pulitzer_post_type_ce_text_editor_id' AND type='index'
[0m
[1m[35m (0.0ms)[0m select sqlite_version(*)
[1m[36m (0.1ms)[0m [1mCREATE INDEX "tpulitzer_post_type_ce_text_editor_id" ON "apulitzer_post_type_content_element_types" ("text_editor_id")[0m
[1m[35m (0.4ms)[0m SELECT * FROM "pulitzer_post_type_content_element_types"
[1m[36m (0.1ms)[0m [1mINSERT INTO "apulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at","text_editor_id") VALUES (1, 1, 1, 'simple text', 100, 100, '2015-10-23 00:10:24.619165', '2015-10-23 00:10:24.619165', 1)[0m
[1m[35m (0.1ms)[0m INSERT INTO "apulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at","text_editor_id") VALUES (2, 1, 1, 'complex editor', 100, 100, '2015-10-23 00:10:37.653903', '2015-10-23 00:10:37.653903', 2)
[1m[36m (1.0ms)[0m [1mDROP TABLE "pulitzer_post_type_content_element_types"[0m
[1m[35m (0.1ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='tpulitzer_post_type_ce_text_editor_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='tpulitzer_post_type_ce_text_editor_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_type_content_element_types"
[1m[36m (0.1ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at") VALUES (1, 1, 1, 'simple text', 100, 100, '2015-10-23 00:10:24.619165', '2015-10-23 00:10:24.619165')[0m
[1m[35m (0.0ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at") VALUES (2, 1, 1, 'complex editor', 100, 100, '2015-10-23 00:10:37.653903', '2015-10-23 00:10:37.653903')
[1m[36m (0.3ms)[0m [1mDROP TABLE "apulitzer_post_type_content_element_types"[0m
[1m[35mSQL (0.2ms)[0m DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20151023000921"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to AddDefaultTextEditors (20151023000920)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::TextEditor Load (0.2ms)[0m SELECT "pulitzer_text_editors".* FROM "pulitzer_text_editors"
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ?[0m [["id", 1]]
[1m[35mSQL (0.0ms)[0m DELETE FROM "pulitzer_text_editors" WHERE "pulitzer_text_editors"."id" = ? [["id", 2]]
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ?[0m [["version", "20151023000920"]]
[1m[35m (0.9ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePulitzerTextEditors (20151023000919)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m DROP TABLE "pulitzer_text_editors"
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ?[0m [["version", "20151023000919"]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
Started GET "/" for ::1 at 2015-10-26 11:30:58 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.5ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.6ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (75.7ms)
Started GET "/" for ::1 at 2015-10-26 11:31:35 -0500
Processing by PagesController#news_posts as HTML
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1[0m [["name", "News articles"]]
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (56.4ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-26 11:31:39 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::Post Load (0.7ms)[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", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (1.6ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (2.6ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (11.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (15.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (96.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (102.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (127.6ms)
Completed 200 OK in 324ms (Views: 316.6ms | ActiveRecord: 6.4ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-26 11:31:40 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-26 11:31:40 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-26 11:31:40 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-26 11:31:40 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-26 11:31:40 -0500
Started GET "/assets/pulitzer-03e8eeae4b224b29bf818baf160bf222.js?body=1" for ::1 at 2015-10-26 11:31:40 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-26 11:31:40 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-26 11:31:40 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-26 11:31:40 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-26 11:31:40 -0500
Started GET "/pulitzer/" for ::1 at 2015-10-26 11:31:40 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (7.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (29.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (33.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (38.0ms)
Completed 200 OK in 158ms (Views: 156.6ms | ActiveRecord: 0.7ms)
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-26 11:31:40 -0500
Started GET "/assets/application-a8ac4a1a5fc4694bb4a31168f72b41fb.js?body=1" for ::1 at 2015-10-26 11:31:40 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=Bt1RBwLWf0oAbZMJobAjsgLcp1oFVpAMliBGEIXZgUtErhkKCZ78LCC8u9Q3rNoyG44nETsm6K0fFj5BM4YZNA%3D%3D" for ::1 at 2015-10-26 11:32:09 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"Bt1RBwLWf0oAbZMJobAjsgLcp1oFVpAMliBGEIXZgUtErhkKCZ78LCC8u9Q3rNoyG44nETsm6K0fFj5BM4YZNA==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (40.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (59.3ms)
Completed 500 Internal Server Error in 79ms (ActiveRecord: 0.4ms)
ActionView::Template::Error (undefined method `text_editor_id' for #):
12:
13:
14: <%= f.label :text_editor_id, "Text editor" %>
15: <%= f.collection_select :text_editor_id, Pulitzer::TextEditor.all, :id, :name %>
16:
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
actionview (4.2.4) lib/action_view/helpers/tags/base.rb:28:in `public_send'
actionview (4.2.4) lib/action_view/helpers/tags/base.rb:28:in `value'
actionview (4.2.4) lib/action_view/helpers/tags/collection_select.rb:16:in `block in render'
actionview (4.2.4) lib/action_view/helpers/tags/collection_select.rb:16:in `fetch'
actionview (4.2.4) lib/action_view/helpers/tags/collection_select.rb:16:in `render'
actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:202:in `collection_select'
actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:789:in `collection_select'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb:15:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_fields_html_erb__3903774836151046696_70141367292660'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb__4522729891271033221_70141367442440'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb__4522729891271033221_70141367442440'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:22:in `edit'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (29.5ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=Bt1RBwLWf0oAbZMJobAjsgLcp1oFVpAMliBGEIXZgUtErhkKCZ78LCC8u9Q3rNoyG44nETsm6K0fFj5BM4YZNA%3D%3D" for ::1 at 2015-10-26 11:33:05 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"Bt1RBwLWf0oAbZMJobAjsgLcp1oFVpAMliBGEIXZgUtErhkKCZ78LCC8u9Q3rNoyG44nETsm6K0fFj5BM4YZNA==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (65855.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (65872.2ms)
Completed 500 Internal Server Error in 65891ms (ActiveRecord: 0.2ms)
SystemExit (exit):
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb:16:in `exit'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_fields_html_erb__3903774836151046696_70141368831940'
byebug (6.0.2) lib/byebug/helpers/eval.rb:52:in `eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:52:in `safe_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:46:in `warning_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:22:in `single_thread_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:13:in `block in thread_safe_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:84:in `allowing_other_threads'
byebug (6.0.2) lib/byebug/helpers/eval.rb:13:in `thread_safe_eval'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:158:in `run_cmd'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:144:in `repl'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:95:in `process_commands'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:75:in `at_line'
byebug (6.0.2) lib/byebug/context.rb:109:in `at_line'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_fields_html_erb__3903774836151046696_70141368831940'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb__4522729891271033221_70141367442440'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb__4522729891271033221_70141367442440'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:22:in `edit'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (184.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (4.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (248.4ms)
Started GET "/pulitzer/" for ::1 at 2015-10-26 11:34:31 -0500
[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::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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (68.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (71.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (84.5ms)
Completed 200 OK in 209ms (Views: 202.0ms | ActiveRecord: 1.7ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-26 11:34:32 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-26 11:34:32 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-26 11:34:32 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-26 11:34:32 -0500
Started GET "/assets/pulitzer-03e8eeae4b224b29bf818baf160bf222.js?body=1" for ::1 at 2015-10-26 11:34:32 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-26 11:34:32 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-26 11:34:32 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-26 11:34:32 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-26 11:34:32 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-26 11:34:32 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-26 11:34:32 -0500
Started GET "/assets/application-a8ac4a1a5fc4694bb4a31168f72b41fb.js?body=1" for ::1 at 2015-10-26 11:34:32 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=7kO6cNFtd0UTJ5g8G5gLwnW%2FSrNXW%2FUTSU32PtFPVZasMPJ92iX0IzP2sOGNhPJCbO3K%2BGkrjbLAe45vZxDN6Q%3D%3D" for ::1 at 2015-10-26 11:34:43 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"7kO6cNFtd0UTJ5g8G5gLwnW/SrNXW/UTSU32PtFPVZasMPJ92iX0IzP2sOGNhPJCbO3K+GkrjbLAe45vZxDN6Q==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (28796.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (28816.2ms)
Completed 500 Internal Server Error in 28847ms (ActiveRecord: 0.4ms)
ActionView::Template::Error (undefined method `text_editor_id' for #):
13:
14: <%= f.label :text_editor_id, "Text editor" %>
15: <% byebug %>
16: <%= f.collection_select :text_editor_id, Pulitzer::TextEditor.all, :id, :name %>
17:
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
actionview (4.2.4) lib/action_view/helpers/tags/base.rb:28:in `public_send'
actionview (4.2.4) lib/action_view/helpers/tags/base.rb:28:in `value'
actionview (4.2.4) lib/action_view/helpers/tags/collection_select.rb:16:in `block in render'
actionview (4.2.4) lib/action_view/helpers/tags/collection_select.rb:16:in `fetch'
actionview (4.2.4) lib/action_view/helpers/tags/collection_select.rb:16:in `render'
actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:202:in `collection_select'
actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:789:in `collection_select'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_fields_html_erb__1623447332449658708_70143950962640'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb__4194142190860054249_70143950660760'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb__4194142190860054249_70143950660760'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:22:in `edit'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (9.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (14.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (69.1ms)
Started GET "/pulitzer/" for ::1 at 2015-10-26 11:35:46 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[36mPulitzer::PostType Load (1.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types"[0m
[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", 1]]
[1m[36mPulitzer::PostTypeContentElementType Load (0.6ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.8ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (40.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (50.0ms)
[1m[36mCACHE (0.3ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (28.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (35.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (186.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (196.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (217.2ms)
Completed 200 OK in 1161ms (Views: 1155.0ms | ActiveRecord: 3.4ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-26 11:35:47 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-26 11:35:47 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-26 11:35:47 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-26 11:35:47 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-26 11:35:47 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-26 11:35:48 -0500
Started GET "/pulitzer/" for ::1 at 2015-10-26 11:36:59 -0500
[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::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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (12.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (79.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (81.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (92.5ms)
Completed 200 OK in 226ms (Views: 217.4ms | ActiveRecord: 1.9ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-26 11:36:59 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-26 11:36:59 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-26 11:36:59 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-26 11:36:59 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-26 11:36:59 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-26 11:36:59 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-26 11:36:59 -0500
Started GET "/assets/pulitzer-03e8eeae4b224b29bf818baf160bf222.js?body=1" for ::1 at 2015-10-26 11:36:59 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-26 11:37:00 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-26 11:37:00 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-26 11:37:00 -0500
Started GET "/assets/application-a8ac4a1a5fc4694bb4a31168f72b41fb.js?body=1" for ::1 at 2015-10-26 11:37:00 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=EMSDCXVLMD0cKOzXmQqClIj%2FerqzOchLk4bGFqcnOjhSt8sEfgOzWzz5xAoPFnsUka368Y1JsOoasL5HEXiiRw%3D%3D" for ::1 at 2015-10-26 11:37:04 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"EMSDCXVLMD0cKOzXmQqClIj/erqzOchLk4bGFqcnOjhSt8sEfgOzWzz5xAoPFnsUka368Y1JsOoasL5HEXiiRw==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (627675.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (627697.5ms)
Completed 500 Internal Server Error in 627720ms (ActiveRecord: 0.3ms)
SystemExit (exit):
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb:16:in `exit'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_fields_html_erb__1245269458301519668_70110006500240'
byebug (6.0.2) lib/byebug/helpers/eval.rb:52:in `eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:52:in `safe_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:46:in `warning_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:22:in `single_thread_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:13:in `block in thread_safe_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:84:in `allowing_other_threads'
byebug (6.0.2) lib/byebug/helpers/eval.rb:13:in `thread_safe_eval'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:158:in `run_cmd'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:144:in `repl'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:95:in `process_commands'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:75:in `at_line'
byebug (6.0.2) lib/byebug/context.rb:109:in `at_line'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_fields_html_erb__1245269458301519668_70110006500240'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb__2526349701130707856_70110006110960'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb__2526349701130707856_70110006110960'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:22:in `edit'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Started GET "/pulitzer/" for ::1 at 2015-10-26 11:48:37 -0500
[1m[36mActiveRecord::SchemaMigration Load (1.2ms)[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::Post Load (0.9ms)[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", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (1.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (1.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (85.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (99.8ms)
[1m[35mCACHE (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (33.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (42.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (638.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (655.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (737.1ms)
Completed 200 OK in 8053ms (Views: 7968.0ms | ActiveRecord: 16.9ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-26 11:48:47 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-26 11:48:47 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-26 11:48:47 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-26 11:48:47 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-26 11:48:48 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-26 11:48:48 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-26 11:48:48 -0500
Started GET "/assets/pulitzer-03e8eeae4b224b29bf818baf160bf222.js?body=1" for ::1 at 2015-10-26 11:48:48 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-26 11:48:48 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-26 11:48:48 -0500
Started GET "/assets/application-a8ac4a1a5fc4694bb4a31168f72b41fb.js?body=1" for ::1 at 2015-10-26 11:48:48 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-26 11:48:48 -0500
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=L1Q0vxFpT6UIJQKYTszSsbHFFUkxxeKAj6jnChnVrE5tJ3yyGiHMwyj0KkXY0CsxqJeVAg%2B1miEGnp9br4o0MQ%3D%3D" for ::1 at 2015-10-26 11:49:13 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"L1Q0vxFpT6UIJQKYTszSsbHFFUkxxeKAj6jnChnVrE5tJ3yyGiHMwyj0KkXY0CsxqJeVAg+1miEGnp9br4o0MQ==", "id"=>"2"}
[1m[36mPulitzer::PostTypeContentElementType Load (0.9ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElementType Load (0.9ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (404732.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (404764.2ms)
Completed in 404816ms (ActiveRecord: 1.8ms)
Started GET "/pulitzer/" for ::1 at 2015-10-26 11:56:20 -0500
[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.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (10.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (74.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (77.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (89.8ms)
Completed 200 OK in 239ms (Views: 230.0ms | ActiveRecord: 1.6ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-26 11:56:20 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-26 11:56:20 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-26 11:56:20 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-26 11:56:20 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-26 11:56:20 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-26 11:56:20 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-26 11:56:20 -0500
Started GET "/assets/pulitzer-03e8eeae4b224b29bf818baf160bf222.js?body=1" for ::1 at 2015-10-26 11:56:20 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-26 11:56:20 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-26 11:56:20 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-26 11:56:20 -0500
Started GET "/assets/application-a8ac4a1a5fc4694bb4a31168f72b41fb.js?body=1" for ::1 at 2015-10-26 11:56:20 -0500
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=GqSy6C6b350K6zPMXzHawNSztWUHqMhQaRxhgh2kYCpY1%2FrlJdNc%2Byo6GxHJLSNAzeE1LjnYsPHgKhnTq%2Fv4VQ%3D%3D" for ::1 at 2015-10-26 11:56:23 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"GqSy6C6b350K6zPMXzHawNSztWUHqMhQaRxhgh2kYCpY1/rlJdNc+yo6GxHJLSNAzeE1LjnYsPHgKhnTq/v4VQ==", "id"=>"2"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (31909.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (31940.3ms)
Completed 500 Internal Server Error in 31965ms (ActiveRecord: 0.4ms)
ActionView::Template::Error (no implicit conversion of Symbol into Integer):
13:
14: <%= f.label :text_editor_id, "Text editor" %>
15: <% byebug %>
16: <%= f.select :text_editor_id, Pulitzer.text_editor_toolbars.map { |t| t[:name] } %>
17:
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb:16:in `[]'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb:16:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_fields_html_erb__3238640044165450027_70265967109100'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb:16:in `map'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_fields_html_erb__3238640044165450027_70265967109100'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb__3328718296795466384_70265971382880'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb__3328718296795466384_70265971382880'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:22:in `edit'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=GqSy6C6b350K6zPMXzHawNSztWUHqMhQaRxhgh2kYCpY1%2FrlJdNc%2Byo6GxHJLSNAzeE1LjnYsPHgKhnTq%2Fv4VQ%3D%3D" for ::1 at 2015-10-26 12:55:27 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"GqSy6C6b350K6zPMXzHawNSztWUHqMhQaRxhgh2kYCpY1/rlJdNc+yo6GxHJLSNAzeE1LjnYsPHgKhnTq/v4VQ==", "id"=>"1"}
[1m[35mPulitzer::PostTypeContentElementType Load (0.5ms)[0m SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.5ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (9859.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (9884.6ms)
Completed 500 Internal Server Error in 9934ms (ActiveRecord: 1.4ms)
ActionView::Template::Error (undefined method `text_editor_id' for #):
13:
14: <%= f.label :text_editor_id, "Text editor" %>
15: <% byebug %>
16: <%= f.select :text_editor_id, Pulitzer.text_editor_toolbars.map { |t| t[:name] } %>
17:
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
actionview (4.2.4) lib/action_view/helpers/tags/base.rb:28:in `public_send'
actionview (4.2.4) lib/action_view/helpers/tags/base.rb:28:in `value'
actionview (4.2.4) lib/action_view/helpers/tags/select.rb:16:in `block in render'
actionview (4.2.4) lib/action_view/helpers/tags/select.rb:16:in `fetch'
actionview (4.2.4) lib/action_view/helpers/tags/select.rb:16:in `render'
actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:163:in `select'
actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:777:in `select'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_fields_html_erb__1616715008545305694_70196617313440'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb__3583370882876322350_70196617453700'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb__3583370882876322350_70196617453700'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:22:in `edit'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (3.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (18.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (59.7ms)
Started GET "/pulitzer/" for ::1 at 2015-10-26 13:03:33 -0500
[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.5ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::Post Load (0.4ms)[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", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.9ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (12.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (16.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (91.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (94.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (106.6ms)
Completed 200 OK in 272ms (Views: 259.6ms | ActiveRecord: 3.4ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-26 13:03:34 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-26 13:03:34 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-26 13:03:34 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-26 13:03:34 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-26 13:03:34 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-26 13:03:34 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-26 13:03:34 -0500
Started GET "/assets/pulitzer-03e8eeae4b224b29bf818baf160bf222.js?body=1" for ::1 at 2015-10-26 13:03:34 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-26 13:03:34 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-26 13:03:34 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-26 13:03:34 -0500
Started GET "/assets/application-a8ac4a1a5fc4694bb4a31168f72b41fb.js?body=1" for ::1 at 2015-10-26 13:03:34 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=jC7gNofsHJERAywSKzVQFQLSiy%2B7RrdOYcNr29kR7GbOXag7jKSf9zHSBM%2B9KamVG4ALZIU2z%2B%2Fo9ROKb050GQ%3D%3D" for ::1 at 2015-10-26 13:03:35 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"jC7gNofsHJERAywSKzVQFQLSiy+7RrdOYcNr29kR7GbOXag7jKSf9zHSBM+9KamVG4ALZIU2z+/o9ROKb050GQ==", "id"=>"1"}
[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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (14178.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (14212.9ms)
Completed 200 OK in 14280ms (Views: 14245.4ms | ActiveRecord: 0.8ms)
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026181449)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (1047.2ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151026181449"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/" for ::1 at 2015-10-26 13:15:06 -0500
[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::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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (68.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (72.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (87.1ms)
Completed 200 OK in 215ms (Views: 205.4ms | ActiveRecord: 1.8ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-26 13:15:07 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-26 13:15:07 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-26 13:15:07 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-26 13:15:07 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-26 13:15:07 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-26 13:15:07 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-26 13:15:07 -0500
Started GET "/assets/pulitzer-03e8eeae4b224b29bf818baf160bf222.js?body=1" for ::1 at 2015-10-26 13:15:07 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-26 13:15:07 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-26 13:15:07 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-26 13:15:07 -0500
Started GET "/assets/application-a8ac4a1a5fc4694bb4a31168f72b41fb.js?body=1" for ::1 at 2015-10-26 13:15:07 -0500
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=msCk5aVpB3tVvCcU%2FIjqcrbO5NIo11j%2BB1fMBmqBAfXYs%2BzoriGEHXVtD8lqlBPyr5xkmRanIF%2BOYbRX3N6Zig%3D%3D" for ::1 at 2015-10-26 13:15:09 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"msCk5aVpB3tVvCcU/IjqcrbO5NIo11j+B1fMBmqBAfXYs+zoriGEHXVtD8lqlBPyr5xkmRanIF+OYbRX3N6Zig==", "id"=>"2"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (6172.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (6253.6ms)
Completed 200 OK in 6280ms (Views: 6271.7ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/post_type_content_element_types/2" for ::1 at 2015-10-26 13:15:19 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"rFcyAQ1r1jCY0rHEOoozHBsi+ZEtFkLtHdZ3w38vl5fuJHoMBiNVVrgDmRmslsqcAnB52hNmOkyU4A+SyXAP6A==", "post_type_content_element_type"=>{"label"=>"complex editor", "content_element_type_id"=>"1", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor"=>"Simple editor"}, "commit"=>"Update", "id"=>"2"}
[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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.6ms)[0m begin transaction
[1m[36mSQL (1.9ms)[0m [1mUPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["text_editor", "Simple editor"], ["updated_at", "2015-10-26 18:15:20.004938"], ["id", 2]]
[1m[35m (51.7ms)[0m commit transaction
[1m[36mPulitzer::PostType Load (1.7ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (1.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::ContentElement Load (1.7ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1], ["label", "complex editor"]]
[1m[35mPulitzer::ContentElementType Load (0.6ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (15.3ms)
Completed 200 OK in 567ms (Views: 43.2ms | ActiveRecord: 65.7ms)
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=msCk5aVpB3tVvCcU%2FIjqcrbO5NIo11j%2BB1fMBmqBAfXYs%2BzoriGEHXVtD8lqlBPyr5xkmRanIF%2BOYbRX3N6Zig%3D%3D" for ::1 at 2015-10-26 13:21:10 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"msCk5aVpB3tVvCcU/IjqcrbO5NIo11j+B1fMBmqBAfXYs+zoriGEHXVtD8lqlBPyr5xkmRanIF+OYbRX3N6Zig==", "id"=>"2"}
[1m[36mPulitzer::PostTypeContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (40.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (78.0ms)
Completed 200 OK in 113ms (Views: 99.6ms | ActiveRecord: 0.8ms)
Started PATCH "/pulitzer/post_type_content_element_types/2" for ::1 at 2015-10-26 13:21:26 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"AKNG9BgYVoTK9lD1F8jbFn8l1CTu23pTE3CPr2YEUg1C0A75E1DV4uoneCiB1CKWZndUb9CrAvKaRvf+0FvKcg==", "post_type_content_element_type"=>{"label"=>"complex editor", "content_element_type_id"=>"1", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor"=>"None"}, "commit"=>"Update", "id"=>"2"}
[1m[36mPulitzer::PostTypeContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.4ms)[0m begin transaction
[1m[36mSQL (0.6ms)[0m [1mUPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["text_editor", "None"], ["updated_at", "2015-10-26 18:21:26.321360"], ["id", 2]]
[1m[35m (144.6ms)[0m commit transaction
[1m[36mPulitzer::PostType Load (0.5ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.4ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::ContentElement Load (0.4ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1], ["label", "complex editor"]]
[1m[35mPulitzer::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (3.6ms)[0m [1mbegin transaction[0m
[1m[35m (4.0ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (4.4ms)
Completed 200 OK in 286ms (Views: 25.8ms | ActiveRecord: 155.2ms)
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=msCk5aVpB3tVvCcU%2FIjqcrbO5NIo11j%2BB1fMBmqBAfXYs%2BzoriGEHXVtD8lqlBPyr5xkmRanIF%2BOYbRX3N6Zig%3D%3D" for ::1 at 2015-10-26 13:29:42 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"msCk5aVpB3tVvCcU/IjqcrbO5NIo11j+B1fMBmqBAfXYs+zoriGEHXVtD8lqlBPyr5xkmRanIF+OYbRX3N6Zig==", "id"=>"2"}
[1m[36mPulitzer::PostTypeContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (23.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (58.2ms)
Completed 200 OK in 90ms (Views: 77.6ms | ActiveRecord: 0.8ms)
Started PATCH "/pulitzer/post_type_content_element_types/2" for ::1 at 2015-10-26 13:29:45 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"LMg+6QEZvmvDBeJz15TR+OWf+XYRDxzhB0ppCJVhusZuu3bkClE9DePUyq5BiCh4/M15PS9/ZECOfBFZIz4iuQ==", "post_type_content_element_type"=>{"label"=>"complex editor", "content_element_type_id"=>"1", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor"=>"Simple editor"}, "commit"=>"Update", "id"=>"2"}
[1m[36mPulitzer::PostTypeContentElementType Load (1.1ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.6ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mUPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["text_editor", "Simple editor"], ["updated_at", "2015-10-26 18:29:45.351904"], ["id", 2]]
[1m[35m (1036.8ms)[0m commit transaction
[1m[36mPulitzer::PostType Load (0.5ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.4ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::ContentElement Load (0.4ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1], ["label", "complex editor"]]
[1m[35mPulitzer::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (4.7ms)
Completed 200 OK in 1181ms (Views: 26.1ms | ActiveRecord: 1041.3ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=msCk5aVpB3tVvCcU%2FIjqcrbO5NIo11j%2BB1fMBmqBAfXYs%2BzoriGEHXVtD8lqlBPyr5xkmRanIF%2BOYbRX3N6Zig%3D%3D" for ::1 at 2015-10-26 13:29:51 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"msCk5aVpB3tVvCcU/IjqcrbO5NIo11j+B1fMBmqBAfXYs+zoriGEHXVtD8lqlBPyr5xkmRanIF+OYbRX3N6Zig==", "id"=>"1"}
[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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.5ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (32.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (62.0ms)
Completed 200 OK in 94ms (Views: 82.4ms | ActiveRecord: 0.8ms)
Started PATCH "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-10-26 13:30:43 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"4sQUoeciBF8tqFCEWnWlJcPs10qnhau6mg07ah/5eY2gt1ys7GqHOQ15eFnMaVyl2r5XAZn10xsTO0M7qabh8g==", "post_type_content_element_type"=>{"label"=>"simple text", "content_element_type_id"=>"1", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor"=>"Simple editor"}, "commit"=>"Update", "id"=>"1"}
[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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.3ms)[0m begin transaction
[1m[36mSQL (0.6ms)[0m [1mUPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["text_editor", "Simple editor"], ["updated_at", "2015-10-26 18:30:43.067008"], ["id", 1]]
[1m[35m (936.7ms)[0m commit transaction
[1m[36mPulitzer::PostType Load (0.8ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.4ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::ContentElement Load (1.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1], ["label", "simple text"]]
[1m[35mPulitzer::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (8.0ms)
Completed 200 OK in 1117ms (Views: 28.1ms | ActiveRecord: 941.3ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-26 13:30:46 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (1.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::PostType Load (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::PostTag Load (0.9ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.9ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (119.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (125.1ms)
[1m[36mPulitzer::PostTag Load (0.3ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (15.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (20.1ms)
[1m[35mPulitzer::ContentElement Load (0.6ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.4ms)[0m SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (41.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (64.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (402.2ms)
Completed 500 Internal Server Error in 429ms (ActiveRecord: 6.7ms)
ActionView::Template::Error (undefined method `normalized_name' for "Simple editor":String):
3: swf_path: image_url('uploadify.swf') } do |f| %>
4: <%= f.label content_element.label %>
5: <%= f.text_field :title, placeholder: 'Title' %>
6: <%= content_element_input(content_element, f) %>
7: <%= submit_tag "Update" %>
8: <%= link_to('Cancel', content_element_path(content_element), :class => 'button',
9: data: { ajax_link: true, ajax_target: dom_target(content_element) } ) %>
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:24:in `render_text_input'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:5:in `content_element_input'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:6:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___3021965460640776965_70309482893360'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___3021965460640776965_70309482893360'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___4431923701675454258_70309457226300'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:17:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__3296136736135667503_70309456969140'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__3296136736135667503_70309456969140'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (289.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (66.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (6.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (731.8ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=msCk5aVpB3tVvCcU%2FIjqcrbO5NIo11j%2BB1fMBmqBAfXYs%2BzoriGEHXVtD8lqlBPyr5xkmRanIF%2BOYbRX3N6Zig%3D%3D" for ::1 at 2015-10-26 13:30:58 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"msCk5aVpB3tVvCcU/IjqcrbO5NIo11j+B1fMBmqBAfXYs+zoriGEHXVtD8lqlBPyr5xkmRanIF+OYbRX3N6Zig==", "id"=>"1"}
[1m[36mPulitzer::PostTypeContentElementType Load (0.6ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (1.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (58.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (105.8ms)
Completed 200 OK in 152ms (Views: 125.3ms | ActiveRecord: 2.1ms)
Started PATCH "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-10-26 13:31:00 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"T2qGlYpw3jcJF+dhr+nJPaXXZYiEIIXFK79pBnyLu5sNGc6YgThdUSnGz7w59TC9vIXlw7pQ/WSiiRFXytQj5A==", "post_type_content_element_type"=>{"label"=>"simple text", "content_element_type_id"=>"1", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor"=>"Simple editor"}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::PostTypeContentElementType Load (4.2ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.5ms)[0m begin transaction
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostType Load (0.5ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Post Load (0.6ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElement Load (0.6ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1], ["label", "simple text"]]
[1m[36mPulitzer::ContentElementType Load (0.6ms)[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.5ms)[0m begin transaction
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (13.1ms)
Completed 200 OK in 225ms (Views: 35.5ms | ActiveRecord: 8.7ms)
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=msCk5aVpB3tVvCcU%2FIjqcrbO5NIo11j%2BB1fMBmqBAfXYs%2BzoriGEHXVtD8lqlBPyr5xkmRanIF%2BOYbRX3N6Zig%3D%3D" for ::1 at 2015-10-26 13:31:01 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"msCk5aVpB3tVvCcU/IjqcrbO5NIo11j+B1fMBmqBAfXYs+zoriGEHXVtD8lqlBPyr5xkmRanIF+OYbRX3N6Zig==", "id"=>"2"}
[1m[35mPulitzer::PostTypeContentElementType Load (0.8ms)[0m SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
[1m[36mPulitzer::ContentElementType Load (0.7ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (56.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (103.9ms)
Completed 200 OK in 154ms (Views: 126.8ms | ActiveRecord: 1.5ms)
Started PATCH "/pulitzer/post_type_content_element_types/2" for ::1 at 2015-10-26 13:31:02 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"UmB95UamZVCTydxzF5QcsOlyE1fCf20htKD40oWHB90QEzXoTe7mNrMY9K6BiOUw8CCTHPwPFYA9loCDM9ifog==", "post_type_content_element_type"=>{"label"=>"complex editor", "content_element_type_id"=>"1", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor"=>"Simple editor"}, "commit"=>"Update", "id"=>"2"}
[1m[35mPulitzer::PostTypeContentElementType Load (0.6ms)[0m SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m commit transaction
[1m[36mPulitzer::PostType Load (0.5ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.5ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::ContentElement Load (0.6ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1], ["label", "complex editor"]]
[1m[35mPulitzer::ContentElementType Load (0.7ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.6ms)[0m [1mbegin transaction[0m
[1m[35m (0.8ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (11.3ms)
Completed 200 OK in 234ms (Views: 33.2ms | ActiveRecord: 5.3ms)
Started GET "/pulitzer/" for ::1 at 2015-10-26 13:32:14 -0500
[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::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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (63.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (66.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (78.2ms)
Completed 200 OK in 220ms (Views: 211.6ms | ActiveRecord: 1.6ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-26 13:32:15 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-26 13:32:15 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-26 13:32:15 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-26 13:32:15 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-26 13:32:15 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-26 13:32:15 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-26 13:32:15 -0500
Started GET "/assets/pulitzer-03e8eeae4b224b29bf818baf160bf222.js?body=1" for ::1 at 2015-10-26 13:32:15 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-26 13:32:15 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-26 13:32:15 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-26 13:32:15 -0500
Started GET "/assets/application-a8ac4a1a5fc4694bb4a31168f72b41fb.js?body=1" for ::1 at 2015-10-26 13:32:15 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-26 13:32:17 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::PostType Load (0.4ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (25.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (27.5ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (814228.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (814237.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (814296.0ms)
Completed 500 Internal Server Error in 815039ms (ActiveRecord: 2.8ms)
ActionView::Template::Error (The partial name (pulitzer/text_editors/Simple editor) is not a valid Ruby identifier; make sure your partial name starts with underscore, and is followed by any combination of letters, numbers and underscores.):
3: swf_path: image_url('uploadify.swf') } do |f| %>
4: <%= f.label content_element.label %>
5: <%= f.text_field :title, placeholder: 'Title' %>
6: <%= content_element_input(content_element, f) %>
7: <%= submit_tag "Update" %>
8: <%= link_to('Cancel', content_element_path(content_element), :class => 'button',
9: data: { ajax_link: true, ajax_target: dom_target(content_element) } ) %>
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:541:in `raise_invalid_identifier'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:522:in `retrieve_variable'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:392:in `setup'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:293:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:26:in `render_text_input'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:5:in `content_element_input'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:6:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__1374600117654143407_70312553599660'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__1374600117654143407_70312553599660'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___1473260256790501128_70312527768700'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:17:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___4526811637038166653_70312526341840'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___4526811637038166653_70312526341840'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (272.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (67.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (5.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (394.7ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-26 13:46:13 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2629.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2631.4ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.1ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (33.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (42.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (2711.1ms)
Completed 500 Internal Server Error in 2784ms (ActiveRecord: 3.2ms)
ActionView::Template::Error (Missing partial toolbars/_simple_editor with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
3: swf_path: image_url('uploadify.swf') } do |f| %>
4: <%= f.label content_element.label %>
5: <%= f.text_field :title, placeholder: 'Title' %>
6: <%= content_element_input(content_element, f) %>
7: <%= submit_tag "Update" %>
8: <%= link_to('Cancel', content_element_path(content_element), :class => 'button',
9: data: { ajax_link: true, ajax_target: dom_target(content_element) } ) %>
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:418:in `find_template'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:294:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:25:in `render_text_input'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:5:in `content_element_input'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:6:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___3623358283063840664_70306594639900'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___3623358283063840664_70306594639900'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___787489407556130751_70306589661420'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:17:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__2243985904411252046_70306558938280'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__2243985904411252046_70306558938280'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (71.0ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-26 13:47:20 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (26.4ms)
Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.7ms)
ActionView::Template::Error (Missing partial toolbars/_simple_editor with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
3: swf_path: image_url('uploadify.swf') } do |f| %>
4: <%= f.label content_element.label %>
5: <%= f.text_field :title, placeholder: 'Title' %>
6: <%= content_element_input(content_element, f) %>
7: <%= submit_tag "Update" %>
8: <%= link_to('Cancel', content_element_path(content_element), :class => 'button',
9: data: { ajax_link: true, ajax_target: dom_target(content_element) } ) %>
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:418:in `find_template'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:294:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:25:in `render_text_input'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:5:in `content_element_input'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:6:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___3623358283063840664_70306594639900'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___3623358283063840664_70306594639900'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___787489407556130751_70306589661420'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:17:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__2243985904411252046_70306558938280'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__2243985904411252046_70306558938280'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (54.7ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-26 13:47:55 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (15.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (17.3ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.7ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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[36mPulitzer::PostTypeContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (27.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (35.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (91.3ms)
Completed 500 Internal Server Error in 159ms (ActiveRecord: 3.2ms)
ActionView::Template::Error (Missing partial toolbars/_simple_editor with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
3: swf_path: image_url('uploadify.swf') } do |f| %>
4: <%= f.label content_element.label %>
5: <%= f.text_field :title, placeholder: 'Title' %>
6: <%= content_element_input(content_element, f) %>
7: <%= submit_tag "Update" %>
8: <%= link_to('Cancel', content_element_path(content_element), :class => 'button',
9: data: { ajax_link: true, ajax_target: dom_target(content_element) } ) %>
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:418:in `find_template'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:294:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:25:in `render_text_input'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:5:in `content_element_input'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:6:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__1708750788848258752_70307663253320'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__1708750788848258752_70307663253320'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__1517743160544401086_70307642034240'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:17:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__4231326491555606746_70307632716700'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__4231326491555606746_70307632716700'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (68.3ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-26 13:48:58 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.5ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (26.2ms)
Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.7ms)
ActionView::Template::Error (Missing partial toolbars/_simple_editor with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
3: swf_path: image_url('uploadify.swf') } do |f| %>
4: <%= f.label content_element.label %>
5: <%= f.text_field :title, placeholder: 'Title' %>
6: <%= content_element_input(content_element, f) %>
7: <%= submit_tag "Update" %>
8: <%= link_to('Cancel', content_element_path(content_element), :class => 'button',
9: data: { ajax_link: true, ajax_target: dom_target(content_element) } ) %>
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:418:in `find_template'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:294:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:25:in `render_text_input'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:5:in `content_element_input'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:6:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__1708750788848258752_70307663253320'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__1708750788848258752_70307663253320'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__1517743160544401086_70307642034240'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:17:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__4231326491555606746_70307632716700'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__4231326491555606746_70307632716700'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (56.2ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-26 13:49:53 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (29.7ms)
Completed 500 Internal Server Error in 34ms (ActiveRecord: 0.9ms)
ActionView::Template::Error (Missing partial toolbars/_simple_editor with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
3: swf_path: image_url('uploadify.swf') } do |f| %>
4: <%= f.label content_element.label %>
5: <%= f.text_field :title, placeholder: 'Title' %>
6: <%= content_element_input(content_element, f) %>
7: <%= submit_tag "Update" %>
8: <%= link_to('Cancel', content_element_path(content_element), :class => 'button',
9: data: { ajax_link: true, ajax_target: dom_target(content_element) } ) %>
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:418:in `find_template'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:294:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:25:in `render_text_input'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:5:in `content_element_input'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:6:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__1708750788848258752_70307663253320'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__1708750788848258752_70307663253320'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__1517743160544401086_70307642034240'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:17:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__4231326491555606746_70307632716700'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__4231326491555606746_70307632716700'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (63.8ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-26 13:49:54 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (21.2ms)
Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.6ms)
ActionView::Template::Error (Missing partial toolbars/_simple_editor with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
3: swf_path: image_url('uploadify.swf') } do |f| %>
4: <%= f.label content_element.label %>
5: <%= f.text_field :title, placeholder: 'Title' %>
6: <%= content_element_input(content_element, f) %>
7: <%= submit_tag "Update" %>
8: <%= link_to('Cancel', content_element_path(content_element), :class => 'button',
9: data: { ajax_link: true, ajax_target: dom_target(content_element) } ) %>
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:418:in `find_template'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:294:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:25:in `render_text_input'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:5:in `content_element_input'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:6:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__1708750788848258752_70307663253320'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__1708750788848258752_70307663253320'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__1517743160544401086_70307642034240'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:17:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__4231326491555606746_70307632716700'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__4231326491555606746_70307632716700'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (58.8ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-26 13:50:21 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (20.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (22.9ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.8ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (34.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (43.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (104.5ms)
Completed 500 Internal Server Error in 177ms (ActiveRecord: 2.8ms)
ActionView::Template::Error (Missing partial toolbars/_simple_editor with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
3: swf_path: image_url('uploadify.swf') } do |f| %>
4: <%= f.label content_element.label %>
5: <%= f.text_field :title, placeholder: 'Title' %>
6: <%= content_element_input(content_element, f) %>
7: <%= submit_tag "Update" %>
8: <%= link_to('Cancel', content_element_path(content_element), :class => 'button',
9: data: { ajax_link: true, ajax_target: dom_target(content_element) } ) %>
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:418:in `find_template'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:294:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:25:in `render_text_input'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:5:in `content_element_input'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:6:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___1303298041036879590_70279185916780'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___1303298041036879590_70279185916780'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__2993774474782075696_70279186213360'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:17:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3265013037012008467_70279183401800'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3265013037012008467_70279183401800'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (432.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (487.5ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-26 13:50:53 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.3ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (20.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (23.4ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (11.6ms)
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (29.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (38.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (104.6ms)
Completed 500 Internal Server Error in 178ms (ActiveRecord: 3.7ms)
ActionView::Template::Error (Missing partial toolbars/_simple_editor with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
3: swf_path: image_url('uploadify.swf') } do |f| %>
4: <%= f.label content_element.label %>
5: <%= f.text_field :title, placeholder: 'Title' %>
6: <%= content_element_input(content_element, f) %>
7: <%= submit_tag "Update" %>
8: <%= link_to('Cancel', content_element_path(content_element), :class => 'button',
9: data: { ajax_link: true, ajax_target: dom_target(content_element) } ) %>
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:418:in `find_template'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:294:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:25:in `render_text_input'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:5:in `content_element_input'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:6:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__2218418988693827173_70137034661900'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__2218418988693827173_70137034661900'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__2816169030734632860_70137064770580'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:17:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3426490125779847747_70137042159280'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3426490125779847747_70137042159280'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (64.9ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-26 13:50:55 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (25.4ms)
Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.7ms)
ActionView::Template::Error (Missing partial toolbars/_simple_editor with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
3: swf_path: image_url('uploadify.swf') } do |f| %>
4: <%= f.label content_element.label %>
5: <%= f.text_field :title, placeholder: 'Title' %>
6: <%= content_element_input(content_element, f) %>
7: <%= submit_tag "Update" %>
8: <%= link_to('Cancel', content_element_path(content_element), :class => 'button',
9: data: { ajax_link: true, ajax_target: dom_target(content_element) } ) %>
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:418:in `find_template'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:294:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:25:in `render_text_input'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:5:in `content_element_input'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:6:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__2218418988693827173_70137034661900'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__2218418988693827173_70137034661900'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__2816169030734632860_70137064770580'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:17:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3426490125779847747_70137042159280'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3426490125779847747_70137042159280'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (59.5ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-26 13:50:57 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.8ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (26.1ms)
Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.7ms)
ActionView::Template::Error (Missing partial toolbars/_simple_editor with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
3: swf_path: image_url('uploadify.swf') } do |f| %>
4: <%= f.label content_element.label %>
5: <%= f.text_field :title, placeholder: 'Title' %>
6: <%= content_element_input(content_element, f) %>
7: <%= submit_tag "Update" %>
8: <%= link_to('Cancel', content_element_path(content_element), :class => 'button',
9: data: { ajax_link: true, ajax_target: dom_target(content_element) } ) %>
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:418:in `find_template'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:294:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:25:in `render_text_input'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:5:in `content_element_input'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:6:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__2218418988693827173_70137034661900'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__2218418988693827173_70137034661900'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__2816169030734632860_70137064770580'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:17:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3426490125779847747_70137042159280'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3426490125779847747_70137042159280'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (53.5ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-26 13:51:13 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.6ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-26 13:51:21 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (15.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (17.8ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.1ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (36.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (46.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (105.7ms)
Completed 500 Internal Server Error in 176ms (ActiveRecord: 3.1ms)
ActionView::Template::Error (undefined local variable or method `text_editor_name' for #<#:0x007f90c1cfa860>):
3: swf_path: image_url('uploadify.swf') } do |f| %>
4: <%= f.label content_element.label %>
5: <%= f.text_field :title, placeholder: 'Title' %>
6: <%= content_element_input(content_element, f) %>
7: <%= submit_tag "Update" %>
8: <%= link_to('Cancel', content_element_path(content_element), :class => 'button',
9: data: { ajax_link: true, ajax_target: dom_target(content_element) } ) %>
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:26:in `render_text_input'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/content_elements_helper.rb:5:in `content_element_input'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:6:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__2634394331616440797_70129885305360'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__2634394331616440797_70129885305360'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__1687818511789311079_70129885631580'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:17:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__4211102603892528662_70129855617420'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:16:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__4211102603892528662_70129855617420'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (61.1ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-26 13:52:04 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (16.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (19.0ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.9ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (1181.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1190.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1256.3ms)
Completed 200 OK in 1450ms (Views: 1383.9ms | ActiveRecord: 3.2ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-26 13:52:06 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-26 13:52:06 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-26 13:52:06 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-26 13:52:06 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-26 13:52:06 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-26 13:52:06 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-26 13:52:06 -0500
Started GET "/assets/pulitzer-03e8eeae4b224b29bf818baf160bf222.js?body=1" for ::1 at 2015-10-26 13:52:06 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-26 13:52:06 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-26 13:52:06 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-26 13:52:06 -0500
Started GET "/assets/application-a8ac4a1a5fc4694bb4a31168f72b41fb.js?body=1" for ::1 at 2015-10-26 13:52:06 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-10-26 13:52:21 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"JtorjBYMFBXn8XPy6i8+5VjW1tOHWpdZ+SdcDItaOHtkqWOBHUSXc8cgWy98M8dlQYRWmLkq7/hwESRdPQWgBA==", "content_element"=>{"title"=>"", "body"=>""}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", ""], ["body", ""], ["updated_at", "2015-10-26 18:52:21.367126"], ["id", 1]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.2ms)
Completed 200 OK in 51ms (Views: 33.3ms | ActiveRecord: 2.3ms)
Started GET "/pulitzer/posts/news/content_elements/1/edit?authenticity_token=IpGPxhXiEXvRIRykdgjutid8xyLunPgH8QkJiQJjaC5g4sfLHqqSHfHwNHngFBc2Pi5HadDsgKZ4P3HYtDzwUQ%3D%3D" for ::1 at 2015-10-26 13:52:44 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"IpGPxhXiEXvRIRykdgjutid8xyLunPgH8QkJiQJjaC5g4sfLHqqSHfHwNHngFBc2Pi5HadDsgKZ4P3HYtDzwUQ==", "post_id"=>"news", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (42.2ms)
Completed 200 OK in 62ms (Views: 60.4ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/2?authenticity_token=IpGPxhXiEXvRIRykdgjutid8xyLunPgH8QkJiQJjaC5g4sfLHqqSHfHwNHngFBc2Pi5HadDsgKZ4P3HYtDzwUQ%3D%3D" for ::1 at 2015-10-26 13:53:07 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"IpGPxhXiEXvRIRykdgjutid8xyLunPgH8QkJiQJjaC5g4sfLHqqSHfHwNHngFBc2Pi5HadDsgKZ4P3HYtDzwUQ==", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (25.0ms)
Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (undefined method `html_safe' for nil:NilClass):
1:
2:
3: <%= content_element.label %>
4: - <%= render_element(content_element) %>
5: - <%= ajax_link "Edit", edit_post_content_element_path(content_element.post, content_element), {}, dom_target(content_element) %>
6:
7:
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/posts_helper.rb:30:in `render_element'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb:4:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_html_erb___4015149719075166255_70349471548080'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:10:in `show'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (32.3ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-26 13:54:18 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (19.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (21.4ms)
[1m[35mPulitzer::PostTag Load (0.5ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (11.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (13.2ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (38.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (48.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (121.7ms)
Completed 200 OK in 284ms (Views: 224.0ms | ActiveRecord: 3.5ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-26 13:54:18 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-26 13:54:18 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-26 13:54:18 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-26 13:54:18 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-26 13:54:18 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-26 13:54:18 -0500
Started GET "/assets/pulitzer-03e8eeae4b224b29bf818baf160bf222.js?body=1" for ::1 at 2015-10-26 13:54:18 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-26 13:54:18 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-26 13:54:18 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-26 13:54:18 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-26 13:54:18 -0500
Started GET "/assets/application-a8ac4a1a5fc4694bb4a31168f72b41fb.js?body=1" for ::1 at 2015-10-26 13:54:18 -0500
Started GET "/pulitzer/content_elements/2?authenticity_token=JFG68dqYs63G7XuwxdYnkqZpoA4AmW0dnLLfE6U7CQdmIvL80dAwy%2BY8U21Tyt4SvzsgRT7pFbwVhKdCE2SReA%3D%3D" for ::1 at 2015-10-26 13:54:22 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"JFG68dqYs63G7XuwxdYnkqZpoA4AmW0dnLLfE6U7CQdmIvL80dAwy+Y8U21Tyt4SvzsgRT7pFbwVhKdCE2SReA==", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[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[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.5ms)
Completed 200 OK in 27ms (Views: 24.3ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/content_elements/1?authenticity_token=JFG68dqYs63G7XuwxdYnkqZpoA4AmW0dnLLfE6U7CQdmIvL80dAwy%2BY8U21Tyt4SvzsgRT7pFbwVhKdCE2SReA%3D%3D" for ::1 at 2015-10-26 13:54:25 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"JFG68dqYs63G7XuwxdYnkqZpoA4AmW0dnLLfE6U7CQdmIvL80dAwy+Y8U21Tyt4SvzsgRT7pFbwVhKdCE2SReA==", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Completed 200 OK in 23ms (Views: 20.9ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/news/content_elements/1/edit?authenticity_token=JFG68dqYs63G7XuwxdYnkqZpoA4AmW0dnLLfE6U7CQdmIvL80dAwy%2BY8U21Tyt4SvzsgRT7pFbwVhKdCE2SReA%3D%3D" for ::1 at 2015-10-26 13:54:26 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"JFG68dqYs63G7XuwxdYnkqZpoA4AmW0dnLLfE6U7CQdmIvL80dAwy+Y8U21Tyt4SvzsgRT7pFbwVhKdCE2SReA==", "post_id"=>"news", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (36.7ms)
Completed 200 OK in 56ms (Views: 53.5ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-10-26 13:54:33 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"qbRsbmrHuQpCSOKLraWqpjSUu2Nbp/6A8LRL8+5sfW3rxyRjYY86bGKZylY7uVMmLcY7KGXXhiF5gjOiWDPlEg==", "content_element"=>{"title"=>"", "body"=>"asdfas
asdfasdf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "asdfas
asdfasdf"], ["updated_at", "2015-10-26 18:54:33.743058"], ["id", 1]]
[1m[35m (1006.4ms)[0m commit 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[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Completed 200 OK in 1035ms (Views: 22.0ms | ActiveRecord: 1007.1ms)
Started GET "/pulitzer/posts/news/content_elements/2/edit?authenticity_token=JFG68dqYs63G7XuwxdYnkqZpoA4AmW0dnLLfE6U7CQdmIvL80dAwy%2BY8U21Tyt4SvzsgRT7pFbwVhKdCE2SReA%3D%3D" for ::1 at 2015-10-26 13:54:37 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"JFG68dqYs63G7XuwxdYnkqZpoA4AmW0dnLLfE6U7CQdmIvL80dAwy+Y8U21Tyt4SvzsgRT7pFbwVhKdCE2SReA==", "post_id"=>"news", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (31.4ms)
Completed 200 OK in 50ms (Views: 48.2ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-10-26 13:54:43 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"LbklE0lcBuwVjoto/xG3dT7xEJzagkXXue5805d3MsVvym0eQhSFijVfo7VpDU71J6OQ1+TyPXYw2ASCISiqug==", "content_element"=>{"title"=>"", "body"=>"asdfas
asdfafd"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", ""], ["body", "asdfas
asdfafd"], ["updated_at", "2015-10-26 18:54:43.774812"], ["id", 2]]
[1m[36m (84.0ms)[0m [1mcommit 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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Completed 200 OK in 109ms (Views: 20.8ms | ActiveRecord: 84.8ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-26 13:54:45 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.5ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (29.5ms)
Completed 200 OK in 129ms (Views: 126.6ms | ActiveRecord: 0.7ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-26 13:54:45 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-26 13:54:45 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-26 13:54:45 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-26 13:54:45 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-26 13:54:45 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-26 13:54:45 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-26 13:54:45 -0500
Started GET "/assets/pulitzer-03e8eeae4b224b29bf818baf160bf222.js?body=1" for ::1 at 2015-10-26 13:54:45 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-26 13:54:45 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-26 13:54:45 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-26 13:54:45 -0500
Started GET "/assets/application-a8ac4a1a5fc4694bb4a31168f72b41fb.js?body=1" for ::1 at 2015-10-26 13:54:45 -0500
Started GET "/pulitzer/posts/news/content_elements/1/edit?authenticity_token=zsBO5TELJ2y1cdPXv5atlENDi3Zzm7vjkPGlWoAdznqMswboOkOkCpWg%2BwopilQUWhELPU3rw0IZx90LNkJWBQ%3D%3D" for ::1 at 2015-10-26 13:54:50 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"zsBO5TELJ2y1cdPXv5atlENDi3Zzm7vjkPGlWoAdznqMswboOkOkCpWg+wopilQUWhELPU3rw0IZx90LNkJWBQ==", "post_id"=>"news", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (40.0ms)
Completed 200 OK in 64ms (Views: 62.2ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/news/content_elements/2/edit?authenticity_token=zsBO5TELJ2y1cdPXv5atlENDi3Zzm7vjkPGlWoAdznqMswboOkOkCpWg%2BwopilQUWhELPU3rw0IZx90LNkJWBQ%3D%3D" for ::1 at 2015-10-26 13:54:52 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"zsBO5TELJ2y1cdPXv5atlENDi3Zzm7vjkPGlWoAdznqMswboOkOkCpWg+wopilQUWhELPU3rw0IZx90LNkJWBQ==", "post_id"=>"news", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElementType Load (0.5ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (30.3ms)
Completed 200 OK in 47ms (Views: 44.7ms | ActiveRecord: 0.7ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-26 13:58:14 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-26 13:58:14 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-26 13:58:14 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-26 13:58:14 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-26 13:58:16 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (28.5ms)
Completed 200 OK in 511ms (Views: 508.3ms | ActiveRecord: 0.7ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-26 13:58:17 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-26 13:58:17 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-26 13:58:17 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-26 13:58:17 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-26 13:58:17 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-26 13:58:17 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-26 13:58:17 -0500
Started GET "/assets/pulitzer-a2f67f3c98c2bec05c491899b97cbf86.js?body=1" for ::1 at 2015-10-26 13:58:17 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-26 13:58:17 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-26 13:58:17 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-26 13:58:17 -0500
Started GET "/assets/application-4dc1d14c032c1c9dcc9f3a274e927145.js?body=1" for ::1 at 2015-10-26 13:58:17 -0500
Started GET "/pulitzer/posts/news/content_elements/2/edit?authenticity_token=bE4RRMHRCKG4LUhC1%2BUG3UbmtOZ3cCYGZO%2BzdBRVA4suPVlJypmLx5j8YJ9B%2Bf9dX7Q0rUkAXqft2cslogqb9A%3D%3D" for ::1 at 2015-10-26 13:58:21 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"bE4RRMHRCKG4LUhC1+UG3UbmtOZ3cCYGZO+zdBRVA4suPVlJypmLx5j8YJ9B+f9dX7Q0rUkAXqft2cslogqb9A==", "post_id"=>"news", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (33.7ms)
Completed 200 OK in 54ms (Views: 51.9ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-10-26 14:00:23 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.5ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (20.8ms)
Completed 200 OK in 232ms (Views: 229.6ms | ActiveRecord: 0.6ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-26 14:00:23 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-26 14:00:23 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-26 14:00:23 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-26 14:00:23 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-26 14:00:23 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-26 14:00:23 -0500
Started GET "/assets/pulitzer-55de56445fbc004767767e6682999a3d.js?body=1" for ::1 at 2015-10-26 14:00:23 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-26 14:00:23 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-26 14:00:23 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-26 14:00:23 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-26 14:00:23 -0500
Started GET "/assets/application-9a619e030e5fee2d77f6dda96630b2c0.js?body=1" for ::1 at 2015-10-26 14:00:23 -0500
Started GET "/pulitzer/posts/news/content_elements/2/edit?authenticity_token=0c6YwP%2B3dAlKg2tWXLJcikUIEt0%2FIxQZgJmpkcGWLhyTvdDN9P%2F3b2pSQ4vKrqUKXFqSlgFTbLgJr9HAd8m2Yw%3D%3D" for ::1 at 2015-10-26 14:00:25 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"0c6YwP+3dAlKg2tWXLJcikUIEt0/IxQZgJmpkcGWLhyTvdDN9P/3b2pSQ4vKrqUKXFqSlgFTbLgJr9HAd8m2Yw==", "post_id"=>"news", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (28.0ms)
Completed 200 OK in 47ms (Views: 45.2ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/news/content_elements/1/edit?authenticity_token=0c6YwP%2B3dAlKg2tWXLJcikUIEt0%2FIxQZgJmpkcGWLhyTvdDN9P%2F3b2pSQ4vKrqUKXFqSlgFTbLgJr9HAd8m2Yw%3D%3D" for ::1 at 2015-10-26 14:00:34 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"0c6YwP+3dAlKg2tWXLJcikUIEt0/IxQZgJmpkcGWLhyTvdDN9P/3b2pSQ4vKrqUKXFqSlgFTbLgJr9HAd8m2Yw==", "post_id"=>"news", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (32.4ms)
Completed 200 OK in 51ms (Views: 49.1ms | ActiveRecord: 0.3ms)
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.2ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
SQLite3::SQLException: duplicate column name: text_editor: ALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (125.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.2ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (2.5ms)[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", "20150716214842"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214843"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (1.6ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (2.4ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (1.2ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m ALTER TABLE "pulitzer_post_types" ADD "plural" boolean
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_post_types" ADD "template" boolean[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[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-10-26 20:45:31.298312"], ["updated_at", "2015-10-26 20:45:31.298312"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-10-26 20:45:31.299990"], ["updated_at", "2015-10-26 20:45:31.299990"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-10-26 20:45:31.301240"], ["updated_at", "2015-10-26 20:45:31.301240"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (2.9ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (1.3ms)[0m CREATE TABLE "search_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150901153531"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.4ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.6ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (5.3ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.3ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
Started GET "/" for ::1 at 2015-10-26 15:45:53 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.4ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (79.4ms)
Started GET "/manage" for ::1 at 2015-10-26 15:45:58 -0500
ActionController::RoutingError (No route matches [GET] "/manage"):
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (11.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (113.5ms)
Started GET "/manage" for ::1 at 2015-10-26 15:45:59 -0500
ActionController::RoutingError (No route matches [GET] "/manage"):
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (91.6ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-26 15:46:05 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (2.1ms)
Completed 200 OK in 131ms (Views: 130.6ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-26 15:46:05 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (1.0ms)
Completed 200 OK in 69ms (Views: 68.7ms | ActiveRecord: 0.2ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-26 15:46:05 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-26 15:46:05 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-26 15:46:06 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-26 15:46:06 -0500
Started GET "/assets/application-9a619e030e5fee2d77f6dda96630b2c0.js?body=1" for ::1 at 2015-10-26 15:46:06 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=YPhTCI6%2FRmyWRU8e2OaphXiDZFMVBOcjpZizgoZXLUUiixsFhffFCraUZ8NO%2BlAFYdHkGCt0n4IsrsvTMAi1Og%3D%3D" for ::1 at 2015-10-26 15:46:08 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"YPhTCI6/RmyWRU8e2OaphXiDZFMVBOcjpZizgoZXLUUiixsFhffFCraUZ8NO+lAFYdHkGCt0n4IsrsvTMAi1Og=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (36.3ms)
Completed 200 OK in 401ms (Views: 396.7ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-10-26 15:46:11 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"5z/KWtFmjfRn5nlosfLuueHnpXaeD3SZYt6Hi8YXZBClTIJX2i4Okkc3UbUn7hc5+LUlPaB/DDjr6P/acEj8bw==", "post_type"=>{"name"=>"new", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "new"], ["plural", "f"], ["template", "f"], ["created_at", "2015-10-26 20:46:11.960783"], ["updated_at", "2015-10-26 20:46:11.960783"]]
[1m[36m (1.1ms)[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", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "new"]]
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "new"], ["post_type_id", 1], ["slug", "new"], ["created_at", "2015-10-26 20:46:13.462031"], ["updated_at", "2015-10-26 20:46:13.462031"]]
[1m[35m (0.9ms)[0m commit transaction
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (20.2ms)
Completed 200 OK in 1552ms (Views: 39.3ms | ActiveRecord: 4.2ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=YPhTCI6%2FRmyWRU8e2OaphXiDZFMVBOcjpZizgoZXLUUiixsFhffFCraUZ8NO%2BlAFYdHkGCt0n4IsrsvTMAi1Og%3D%3D" for ::1 at 2015-10-26 15:46:18 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"YPhTCI6/RmyWRU8e2OaphXiDZFMVBOcjpZizgoZXLUUiixsFhffFCraUZ8NO+lAFYdHkGCt0n4IsrsvTMAi1Og=="}
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (11.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (31.6ms)
Completed 200 OK in 58ms (Views: 47.8ms | ActiveRecord: 0.7ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-10-26 15:46:21 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"466Nf6oDZ+K7l/sYOsT/5hvm/NZjE4CrsPdlm+Q3RE+h3cVyoUvkhJtG08Ws2AZmArR8nV1j+Ao5wR3KUmjcMA==", "post_type_content_element_type"=>{"label"=>"te", "content_element_type_id"=>"1", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor"=>"None"}, "commit"=>"Content element"}
[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[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "te"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-10-26 20:46:21.395590"], ["updated_at", "2015-10-26 20:46:21.395590"]]
[1m[35m (148.7ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("post_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["post_id", 1], ["label", "te"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-10-26 20:46:21.607752"], ["updated_at", "2015-10-26 20:46:21.607752"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (18.7ms)
Completed 200 OK in 255ms (Views: 37.4ms | ActiveRecord: 150.8ms)
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_type_content_element_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_type_id" integer, "content_element_type_id" integer, "label" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "text_editor" varchar)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_type_content_element_types"[0m
[1m[35m (0.1ms)[0m INSERT INTO "apulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at","text_editor") VALUES (1, 1, 1, 'te', 100, 100, '2015-10-26 20:46:21.395590', '2015-10-26 20:46:21.395590', 'None')
[1m[36m (0.3ms)[0m [1mDROP TABLE "pulitzer_post_type_content_element_types"[0m
[1m[35m (0.2ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "apulitzer_post_type_content_element_types"[0m
[1m[35m (0.1ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("id","post_type_id","content_element_type_id","label","height","width","created_at","updated_at") VALUES (1, 1, 1, 'te', 100, 100, '2015-10-26 20:46:21.395590', '2015-10-26 20:46:21.395590')
[1m[36m (0.4ms)[0m [1mDROP TABLE "apulitzer_post_type_content_element_types"[0m
[1m[35mSQL (0.2ms)[0m DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20151026204453"]]
[1m[36m (314.9ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (23.4ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
Started GET "/pulitzer/post_types" for ::1 at 2015-10-26 15:47:16 -0500
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (53.5ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-26 15:47:37 -0500
[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::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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (9.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (12.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (67.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (69.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (81.2ms)
Completed 200 OK in 210ms (Views: 201.7ms | ActiveRecord: 1.8ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-26 15:47:37 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-26 15:47:37 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-26 15:47:37 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-26 15:47:37 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-26 15:47:37 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-26 15:47:37 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-26 15:47:37 -0500
Started GET "/assets/pulitzer-55de56445fbc004767767e6682999a3d.js?body=1" for ::1 at 2015-10-26 15:47:37 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-26 15:47:37 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-26 15:47:37 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-26 15:47:37 -0500
Started GET "/assets/application-9a619e030e5fee2d77f6dda96630b2c0.js?body=1" for ::1 at 2015-10-26 15:47:37 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=jQij0Vj9hpn7ofGIORx2nToTyerlLQgOqv5wz4OUVvfPe%2BvcU7UF%2F9tw2VWvAI8dI0FJodtdcK8jyAieNcvOiA%3D%3D" for ::1 at 2015-10-26 15:47:40 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"jQij0Vj9hpn7ofGIORx2nToTyerlLQgOqv5wz4OUVvfPe+vcU7UF/9tw2VWvAI8dI0FJodtdcK8jyAieNcvOiA==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (28.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (49.1ms)
Completed 200 OK in 346ms (Views: 341.5ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-10-26 15:47:42 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Qv24pTeo5e09fDUutdFt+TLs19gCPRmjuQbYWrfstq0AjvCoPOBmix2tHfMjzZR5K75XkzxNYQIwMKALAbMu0g==", "post_type_content_element_type"=>{"label"=>"te", "content_element_type_id"=>"1", "post_type_id"=>"1", "height"=>"100", "width"=>"100", "text_editor"=>"None"}, "commit"=>"Update", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[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::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1], ["label", "te"]]
[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[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Completed 200 OK in 1315ms (Views: 17.7ms | ActiveRecord: 1.4ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-26 15:47:46 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "new"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.4ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (12.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (17.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (40.9ms)
Completed 200 OK in 137ms (Views: 132.8ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-26 15:47:46 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-26 15:47:46 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-26 15:47:46 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-26 15:47:46 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-26 15:47:46 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-26 15:47:46 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-26 15:47:46 -0500
Started GET "/assets/pulitzer-55de56445fbc004767767e6682999a3d.js?body=1" for ::1 at 2015-10-26 15:47:46 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-26 15:47:46 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-26 15:47:46 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-26 15:47:46 -0500
Started GET "/assets/application-9a619e030e5fee2d77f6dda96630b2c0.js?body=1" for ::1 at 2015-10-26 15:47:46 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-10-28 07:52:26 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.4ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::Post Load (0.4ms)[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", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.5ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.5ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (60.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (63.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (76.1ms)
Completed 200 OK in 246ms (Views: 235.5ms | ActiveRecord: 2.7ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 07:52:26 -0500
Started GET "/assets/application-0c3c79fd65c458d89f845bf2c08cac37.js?body=1" for ::1 at 2015-10-28 07:52:27 -0500
Started GET "/assets/pulitzer-f02c43e44b5bfbac2821a4b8ec0a486d.js?body=1" for ::1 at 2015-10-28 07:52:27 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 07:52:27 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 07:52:27 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 07:52:27 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 07:52:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 07:52:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 07:52:27 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 07:52:27 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 07:52:27 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 07:52:27 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 07:52:44 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 07:52:44 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 07:52:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 07:52:44 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=fOY%2B9Kvj7Ze8JMlZz0WdZQowzjntwzctv46jKGKllBQ%2BlXb5oKtu8Zz14YRZWWTlE2JOctOzT4w2uNt51PoMaw%3D%3D" for ::1 at 2015-10-28 07:52:46 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"fOY+9Kvj7Ze8JMlZz0WdZQowzjntwzctv46jKGKllBQ+lXb5oKtu8Zz14YRZWWTlE2JOctOzT4w2uNt51PoMaw==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (51.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (70.6ms)
Completed 500 Internal Server Error in 105ms (ActiveRecord: 0.2ms)
ActionView::Template::Error (undefined local variable or method `content_element' for #<#:0x007fc671edb018>):
2: <%= f.text_field :label %>
3: <%= f.label :content_element_type_id, "Type" %>
4: <%= f.collection_select :content_element_type_id, Pulitzer::ContentElementType.all, :id, :name, {},
5: { data: { "revealer" => true, "sub-type" => "FormFieldRevealer", "data-revealer-children-id" => dom_id(content_element) }} %>
6: <%= f.hidden_field :post_type_id %>
7: <%= render partial: "image_fields", locals: { f: f } %>
8: <%= render partial: "text_fields", locals: { f: f } %>
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb:5:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_fields_html_erb___4462761069298402772_70245146018600'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb__3510504943551042981_70245145988580'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb__3510504943551042981_70245145988580'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:22:in `edit'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (37.3ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=fOY%2B9Kvj7Ze8JMlZz0WdZQowzjntwzctv46jKGKllBQ%2BlXb5oKtu8Zz14YRZWWTlE2JOctOzT4w2uNt51PoMaw%3D%3D" for ::1 at 2015-10-28 07:53:21 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"fOY+9Kvj7Ze8JMlZz0WdZQowzjntwzctv46jKGKllBQ+lXb5oKtu8Zz14YRZWWTlE2JOctOzT4w2uNt51PoMaw==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.6ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (542.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (562.0ms)
Completed 500 Internal Server Error in 578ms (ActiveRecord: 0.7ms)
ActionView::Template::Error (Missing partial pulitzer/post_type_content_element_types/_image_fields, pulitzer/application/_image_fields, application/_image_fields 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/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
4: <%= f.collection_select :content_element_type_id, Pulitzer::ContentElementType.all, :id, :name, {},
5: { data: { "revealer" => true, "sub-type" => "FormFieldRevealer", "data-revealer-children-id" => dom_id(ptcet) }} %>
6: <%= f.hidden_field :post_type_id %>
7: <%= render partial: "image_fields", locals: { f: f } %>
8: <%= render partial: "text_fields", locals: { f: f } %>
9:
10:
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:418:in `find_template'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:294:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb:7:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_fields_html_erb___4462761069298402772_70245151449140'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb__3510504943551042981_70245145988580'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb__3510504943551042981_70245145988580'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:22:in `edit'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (32.1ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-28 07:53:38 -0500
[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::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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (61.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (63.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (74.4ms)
Completed 200 OK in 201ms (Views: 193.0ms | ActiveRecord: 1.6ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 07:53:40 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 07:53:40 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 07:53:40 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 07:53:40 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 07:53:40 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 07:53:40 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 07:53:40 -0500
Started GET "/assets/pulitzer-f02c43e44b5bfbac2821a4b8ec0a486d.js?body=1" for ::1 at 2015-10-28 07:53:40 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 07:53:40 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 07:53:40 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 07:53:40 -0500
Started GET "/assets/application-0c3c79fd65c458d89f845bf2c08cac37.js?body=1" for ::1 at 2015-10-28 07:53:40 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=hPyiHJxW6XzTRTF4AWurawXJYxLI8Ztw5lg7ErU9%2BGnGj%2BoRlx5qGvOUGaWXd1LrHJvjWfaB49FvbkNDA2JgFg%3D%3D" for ::1 at 2015-10-28 07:53:44 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"hPyiHJxW6XzTRTF4AWurawXJYxLI8Ztw5lg7ErU9+GnGj+oRlx5qGvOUGaWXd1LrHJvjWfaB49FvbkNDA2JgFg==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (93.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (113.4ms)
Completed 500 Internal Server Error in 133ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (Missing partial pulitzer/post_type_content_element_types/_image_fields, pulitzer/application/_image_fields, application/_image_fields 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/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
4: <%= f.collection_select :content_element_type_id, Pulitzer::ContentElementType.all, :id, :name, {},
5: { data: { "revealer" => true, "sub-type" => "FormFieldRevealer", "data-revealer-children-id" => dom_id(ptcet) }} %>
6: <%= f.hidden_field :post_type_id %>
7: <%= render partial: "image_fields", locals: { f: f } %>
8: <%= render partial: "text_fields", locals: { f: f } %>
9:
10:
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:418:in `find_template'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:294:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb:7:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_fields_html_erb__3463945118594910386_70216306841240'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb___1785149580618252263_70216310793940'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__form_html_erb___1785149580618252263_70216310793940'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:22:in `edit'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (26.6ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-28 07:54:08 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (12.1ms)
Completed 200 OK in 75ms (Views: 74.6ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 07:54:09 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 07:54:09 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 07:54:09 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 07:54:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 07:54:09 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 07:54:09 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 07:54:09 -0500
Started GET "/assets/pulitzer-f02c43e44b5bfbac2821a4b8ec0a486d.js?body=1" for ::1 at 2015-10-28 07:54:09 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 07:54:09 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 07:54:09 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 07:54:09 -0500
Started GET "/assets/application-0c3c79fd65c458d89f845bf2c08cac37.js?body=1" for ::1 at 2015-10-28 07:54:09 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=2qCmbZeRWuxPnDZ0Ei1JV6sCjxS7RUBRZyMxc2aO9vKY0%2B5gnNnZim9NHqmEMbDXslAPX4U1OPDuFUki0NFujQ%3D%3D" for ::1 at 2015-10-28 07:54:18 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"2qCmbZeRWuxPnDZ0Ei1JV6sCjxS7RUBRZyMxc2aO9vKY0+5gnNnZim9NHqmEMbDXslAPX4U1OPDuFUki0NFujQ==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (159.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (179.4ms)
Completed 200 OK in 197ms (Views: 196.0ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-28 07:56:08 -0500
[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.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::Post Load (0.3ms)[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (56.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (58.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (69.6ms)
Completed 200 OK in 192ms (Views: 184.0ms | ActiveRecord: 1.7ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 07:56:10 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 07:56:10 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 07:56:10 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 07:56:10 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 07:56:10 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 07:56:10 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 07:56:10 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 07:56:10 -0500
Started GET "/assets/pulitzer-f02c43e44b5bfbac2821a4b8ec0a486d.js?body=1" for ::1 at 2015-10-28 07:56:10 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 07:56:10 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 07:56:10 -0500
Started GET "/assets/application-0c3c79fd65c458d89f845bf2c08cac37.js?body=1" for ::1 at 2015-10-28 07:56:10 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=6KNEAQwnq%2FGrfCq6ws1IG%2B6aWqVwC5ykwZ6PUlShPGmq0AwMB28ol4utAmdU0bGb98ja7k575AVIqPcD4v6kFg%3D%3D" for ::1 at 2015-10-28 07:56:23 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"6KNEAQwnq/GrfCq6ws1IG+6aWqVwC5ykwZ6PUlShPGmq0AwMB28ol4utAmdU0bGb98ja7k575AVIqPcD4v6kFg==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (26.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (47.9ms)
Completed 200 OK in 72ms (Views: 67.3ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-28 07:58:45 -0500
[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"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (60.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (62.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (73.9ms)
Completed 200 OK in 195ms (Views: 187.8ms | ActiveRecord: 1.5ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 07:58:46 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 07:58:46 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 07:58:46 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 07:58:46 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 07:58:46 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 07:58:46 -0500
Started GET "/assets/pulitzer-f02c43e44b5bfbac2821a4b8ec0a486d.js?body=1" for ::1 at 2015-10-28 07:58:46 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 07:58:46 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 07:58:46 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 07:58:46 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 07:58:46 -0500
Started GET "/assets/application-0c3c79fd65c458d89f845bf2c08cac37.js?body=1" for ::1 at 2015-10-28 07:58:46 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=2SihghYVVN08uT6RWUZZ3LnJYjhdVetqGTDQnwTTpwCbW%2BmPHV3XuxxoFkzPWqBcoJvic2Mlk8uQBqjOsow%2Ffw%3D%3D" for ::1 at 2015-10-28 07:58:48 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"2SihghYVVN08uT6RWUZZ3LnJYjhdVetqGTDQnwTTpwCbW+mPHV3XuxxoFkzPWqBcoJvic2Mlk8uQBqjOsow/fw==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (29.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (50.9ms)
Completed 200 OK in 75ms (Views: 70.3ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-28 07:59:43 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (9.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (11.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (14.6ms)
Completed 200 OK in 101ms (Views: 100.2ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 07:59:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 07:59:44 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 07:59:45 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 07:59:45 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 07:59:45 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 07:59:45 -0500
Started GET "/assets/pulitzer-f02c43e44b5bfbac2821a4b8ec0a486d.js?body=1" for ::1 at 2015-10-28 07:59:45 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 07:59:45 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 07:59:45 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 07:59:45 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 07:59:45 -0500
Started GET "/assets/application-0c3c79fd65c458d89f845bf2c08cac37.js?body=1" for ::1 at 2015-10-28 07:59:45 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=1akwz7JbYFTX%2B0bYq9RvU5GsKXN4WrbOaESW0D6twZWX2njCuRPjMvcqbgU9yJbTiP6pOEYqzm%2Fhcu6BiPJZ6g%3D%3D" for ::1 at 2015-10-28 07:59:47 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"1akwz7JbYFTX+0bYq9RvU5GsKXN4WrbOaESW0D6twZWX2njCuRPjMvcqbgU9yJbTiP6pOEYqzm/hcu6BiPJZ6g==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (24.6ms)
Completed 200 OK in 44ms (Views: 41.6ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-28 08:00:04 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (11.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (13.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (16.3ms)
Completed 200 OK in 92ms (Views: 91.6ms | ActiveRecord: 0.4ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:00:05 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:00:05 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:00:05 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:00:05 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:00:05 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:00:05 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:00:05 -0500
Started GET "/assets/pulitzer-f02c43e44b5bfbac2821a4b8ec0a486d.js?body=1" for ::1 at 2015-10-28 08:00:05 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:00:05 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:00:05 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:00:05 -0500
Started GET "/assets/application-0c3c79fd65c458d89f845bf2c08cac37.js?body=1" for ::1 at 2015-10-28 08:00:05 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=fV871kRRx6Cr1bP6OtqrX1SWEYNhYMi40fBZIn695ho%2FLHPbTxlExosEmyesxlLfTcSRyF8QsBlYxiFzyOJ%2BZQ%3D%3D" for ::1 at 2015-10-28 08:00:07 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"fV871kRRx6Cr1bP6OtqrX1SWEYNhYMi40fBZIn695ho/LHPbTxlExosEmyesxlLfTcSRyF8QsBlYxiFzyOJ+ZQ==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (21.6ms)
Completed 200 OK in 40ms (Views: 38.0ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-28 08:00:23 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (9.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (11.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (14.7ms)
Completed 200 OK in 79ms (Views: 78.6ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:00:23 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:00:23 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:00:23 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:00:23 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:00:23 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:00:23 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:00:23 -0500
Started GET "/assets/pulitzer-f02c43e44b5bfbac2821a4b8ec0a486d.js?body=1" for ::1 at 2015-10-28 08:00:23 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:00:23 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:00:23 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:00:23 -0500
Started GET "/assets/application-0c3c79fd65c458d89f845bf2c08cac37.js?body=1" for ::1 at 2015-10-28 08:00:23 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=6JosFlLNenHmLyE68VDvbWbGHNevTGoicQR7qntZ7RGq6WQbWYX5F8b%2BCednTBbtf5ScnJE8EoP4MgP7zQZ1bg%3D%3D" for ::1 at 2015-10-28 08:00:26 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"6JosFlLNenHmLyE68VDvbWbGHNevTGoicQR7qntZ7RGq6WQbWYX5F8b+CednTBbtf5ScnJE8EoP4MgP7zQZ1bg==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (31.7ms)
Completed 200 OK in 49ms (Views: 47.5ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-28 08:02:42 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (9.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (11.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (16.0ms)
Completed 200 OK in 85ms (Views: 84.3ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:02:43 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:02:43 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:02:43 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:02:43 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:02:43 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:02:43 -0500
Started GET "/assets/pulitzer-f02c43e44b5bfbac2821a4b8ec0a486d.js?body=1" for ::1 at 2015-10-28 08:02:43 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:02:43 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:02:43 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:02:43 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:02:43 -0500
Started GET "/assets/application-0c3c79fd65c458d89f845bf2c08cac37.js?body=1" for ::1 at 2015-10-28 08:02:43 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=nxdliFv80UmZVL43N6ReHF34KuXXybsYNdfDlAMZpRjdZC2FULRSL7mFluqhuKecRKqqrum5w7m84bvFtUY9Zw%3D%3D" for ::1 at 2015-10-28 08:03:12 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"nxdliFv80UmZVL43N6ReHF34KuXXybsYNdfDlAMZpRjdZC2FULRSL7mFluqhuKecRKqqrum5w7m84bvFtUY9Zw==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (8.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (26.4ms)
Completed 200 OK in 46ms (Views: 43.5ms | ActiveRecord: 0.7ms)
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
Started GET "/pulitzer/post_types" for ::1 at 2015-10-28 08:04:44 -0500
[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::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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (10.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (59.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (62.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (72.8ms)
Completed 200 OK in 201ms (Views: 189.7ms | ActiveRecord: 1.5ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:04:45 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:04:45 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:04:45 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:04:45 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:04:45 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:04:45 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:04:45 -0500
Started GET "/assets/pulitzer-f02c43e44b5bfbac2821a4b8ec0a486d.js?body=1" for ::1 at 2015-10-28 08:04:45 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:04:45 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:04:45 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:04:45 -0500
Started GET "/assets/application-0c3c79fd65c458d89f845bf2c08cac37.js?body=1" for ::1 at 2015-10-28 08:04:45 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=m%2FhSAidXVK47OsfDjt6iaTw2Liz48zeEpmm9LT0IMG%2FZixoPLB%2FXyBvr7x4YwlvpJWSuZ8aDTyUvX8V8i1eoEA%3D%3D" for ::1 at 2015-10-28 08:04:55 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"m/hSAidXVK47OsfDjt6iaTw2Liz48zeEpmm9LT0IMG/ZixoPLB/XyBvr7x4YwlvpJWSuZ8aDTyUvX8V8i1eoEA==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.3ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (32.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (55.2ms)
Completed 200 OK in 78ms (Views: 72.2ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-28 08:05:51 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (10.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (12.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (173.7ms)
Completed 200 OK in 273ms (Views: 271.7ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:05:52 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:05:52 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:05:52 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:05:52 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:05:52 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:05:52 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:05:52 -0500
Started GET "/assets/pulitzer-f02c43e44b5bfbac2821a4b8ec0a486d.js?body=1" for ::1 at 2015-10-28 08:05:52 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:05:52 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:05:52 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:05:52 -0500
Started GET "/assets/application-0c3c79fd65c458d89f845bf2c08cac37.js?body=1" for ::1 at 2015-10-28 08:05:52 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=3kKOGkCHKbiWAAk8tvFec31JQR%2BdVxQp5fmXKpHJbeGcMcYXS8%2Bq3rbRIeEg7afzZBvBVKMnbIhsz%2B97J5b1ng%3D%3D" for ::1 at 2015-10-28 08:05:55 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"3kKOGkCHKbiWAAk8tvFec31JQR+dVxQp5fmXKpHJbeGcMcYXS8+q3rbRIeEg7afzZBvBVKMnbIhsz+97J5b1ng==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (26.0ms)
Completed 200 OK in 44ms (Views: 41.7ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-28 08:07:03 -0500
[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.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::Post Load (0.3ms)[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (60.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (63.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (75.2ms)
Completed 200 OK in 210ms (Views: 201.5ms | ActiveRecord: 1.9ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:07:04 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:07:04 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:07:04 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:07:04 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:07:04 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:07:04 -0500
Started GET "/assets/pulitzer-f02c43e44b5bfbac2821a4b8ec0a486d.js?body=1" for ::1 at 2015-10-28 08:07:04 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:07:04 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:07:04 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:07:04 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:07:04 -0500
Started GET "/assets/application-0c3c79fd65c458d89f845bf2c08cac37.js?body=1" for ::1 at 2015-10-28 08:07:04 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=d2AhxH8QqZMyrfpUjfs3vu3dG6pXhGgVrz1ZbWQY%2BWE1E2nJdFgq9RJ80okb584%2B9I%2Bb4Wn0ELQmCyE80kdhHg%3D%3D" for ::1 at 2015-10-28 08:07:09 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"d2AhxH8QqZMyrfpUjfs3vu3dG6pXhGgVrz1ZbWQY+WE1E2nJdFgq9RJ80okb584+9I+b4Wn0ELQmCyE80kdhHg==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.6ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (33.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (56.0ms)
Completed 200 OK in 78ms (Views: 73.0ms | ActiveRecord: 0.9ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-28 08:08:00 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (14.3ms)
Completed 200 OK in 100ms (Views: 98.9ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:08:00 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:08:00 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:08:00 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:08:00 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:08:00 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:08:00 -0500
Started GET "/assets/pulitzer-f02c43e44b5bfbac2821a4b8ec0a486d.js?body=1" for ::1 at 2015-10-28 08:08:00 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:08:00 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:08:00 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:08:01 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:08:01 -0500
Started GET "/assets/application-0c3c79fd65c458d89f845bf2c08cac37.js?body=1" for ::1 at 2015-10-28 08:08:01 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=smHKjXArUtDPkedCWVlgIEfOZM06wva5ZBqwWcJOwJ7wEoKAe2PRtu9Az5%2FPRZmgXpzkhgSyjhjtLMgIdBFY4Q%3D%3D" for ::1 at 2015-10-28 08:08:03 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"smHKjXArUtDPkedCWVlgIEfOZM06wva5ZBqwWcJOwJ7wEoKAe2PRtu9Az5/PRZmgXpzkhgSyjhjtLMgIdBFY4Q==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (29.9ms)
Completed 200 OK in 57ms (Views: 55.5ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-28 08:08:18 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (12.9ms)
Completed 200 OK in 90ms (Views: 89.8ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:08:19 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:08:19 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:08:19 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:08:19 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:08:19 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:08:19 -0500
Started GET "/assets/pulitzer-f02c43e44b5bfbac2821a4b8ec0a486d.js?body=1" for ::1 at 2015-10-28 08:08:19 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:08:19 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:08:19 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:08:19 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:08:19 -0500
Started GET "/assets/application-0c3c79fd65c458d89f845bf2c08cac37.js?body=1" for ::1 at 2015-10-28 08:08:19 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=XVI8fd3R6ytW1W27YQ6B8Wz9NJ8FuKZ%2BHzhM87nTnNkfIXRw1ploTXYERWb3Enhxda%2B01DvI3t%2BWDjSiD4wEpg%3D%3D" for ::1 at 2015-10-28 08:12:12 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"XVI8fd3R6ytW1W27YQ6B8Wz9NJ8FuKZ+HzhM87nTnNkfIXRw1ploTXYERWb3Enhxda+01DvI3t+WDjSiD4wEpg==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (22.1ms)
Completed 200 OK in 38ms (Views: 36.9ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-10-28 08:12:19 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"bctPdHFx4dXP7ZxATXQIplqH7eRHnYb2H+FmCJvLb4gvuAd5ejlis+88tJ3baPEmQ9Vtr3nt/leW1x5ZLZT39w==", "post_type_content_element_type"=>{"label"=>"te", "content_element_type_id"=>"3", "post_type_id"=>"1"}, "commit"=>"Update", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ? [["content_element_type_id", 3], ["updated_at", "2015-10-28 13:12:19.646693"], ["id", 1]]
[1m[36m (0.7ms)[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::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElement Load (0.5ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1], ["label", "te"]]
[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", 3]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["content_element_type_id", 3], ["updated_at", "2015-10-28 13:12:19.697179"], ["id", 1]]
[1m[35m (0.8ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Completed 200 OK in 72ms (Views: 16.9ms | ActiveRecord: 3.4ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=XVI8fd3R6ytW1W27YQ6B8Wz9NJ8FuKZ%2BHzhM87nTnNkfIXRw1ploTXYERWb3Enhxda%2B01DvI3t%2BWDjSiD4wEpg%3D%3D" for ::1 at 2015-10-28 08:12:21 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"XVI8fd3R6ytW1W27YQ6B8Wz9NJ8FuKZ+HzhM87nTnNkfIXRw1ploTXYERWb3Enhxda+01DvI3t+WDjSiD4wEpg==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.3ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (26.5ms)
Completed 200 OK in 43ms (Views: 41.4ms | ActiveRecord: 0.6ms)
Started PATCH "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-10-28 08:12:27 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"eOFcVC1ZqRqfKl8OsNmTQP/GNg8szwLy/hQME/BD3606khRZJhEqfL/7d9MmxWrA5pS2RBK/elN3InRCRhxH0g==", "post_type_content_element_type"=>{"label"=>"te", "content_element_type_id"=>"2", "post_type_id"=>"1", "height"=>"100", "width"=>"120"}, "commit"=>"Update", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_post_type_content_element_types" SET "content_element_type_id" = ?, "width" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["content_element_type_id", 2], ["width", 120], ["updated_at", "2015-10-28 13:12:27.741079"], ["id", 1]]
[1m[35m (1291.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::Post Load (0.7ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1], ["label", "te"]]
[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[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m UPDATE "pulitzer_content_elements" SET "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["content_element_type_id", 2], ["updated_at", "2015-10-28 13:12:29.043149"], ["id", 1]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
Completed 200 OK in 1342ms (Views: 32.2ms | ActiveRecord: 1294.6ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=XVI8fd3R6ytW1W27YQ6B8Wz9NJ8FuKZ%2BHzhM87nTnNkfIXRw1ploTXYERWb3Enhxda%2B01DvI3t%2BWDjSiD4wEpg%3D%3D" for ::1 at 2015-10-28 08:12:30 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"XVI8fd3R6ytW1W27YQ6B8Wz9NJ8FuKZ+HzhM87nTnNkfIXRw1ploTXYERWb3Enhxda+01DvI3t+WDjSiD4wEpg==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (20.1ms)
Completed 200 OK in 37ms (Views: 35.0ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_type_content_element_types/1?authenticity_token=XVI8fd3R6ytW1W27YQ6B8Wz9NJ8FuKZ%2BHzhM87nTnNkfIXRw1ploTXYERWb3Enhxda%2B01DvI3t%2BWDjSiD4wEpg%3D%3D" for ::1 at 2015-10-28 08:12:32 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#show as */*
Parameters: {"authenticity_token"=>"XVI8fd3R6ytW1W27YQ6B8Wz9NJ8FuKZ+HzhM87nTnNkfIXRw1ploTXYERWb3Enhxda+01DvI3t+WDjSiD4wEpg==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Completed 200 OK in 17ms (Views: 15.9ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=XVI8fd3R6ytW1W27YQ6B8Wz9NJ8FuKZ%2BHzhM87nTnNkfIXRw1ploTXYERWb3Enhxda%2B01DvI3t%2BWDjSiD4wEpg%3D%3D" for ::1 at 2015-10-28 08:12:38 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"XVI8fd3R6ytW1W27YQ6B8Wz9NJ8FuKZ+HzhM87nTnNkfIXRw1ploTXYERWb3Enhxda+01DvI3t+WDjSiD4wEpg=="}
[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
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (22.6ms)
Completed 200 OK in 44ms (Views: 40.0ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-10-28 08:12:50 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"jo13EcMyYZTZbMfZ1/CWQoj9zESD2NaidnzCljHHQTfM/j8cyHri8vm97wRB7G/Cka9MD72orgP/SrrHh5jZSA==", "post_type_content_element_type"=>{"label"=>"try it out", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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 (450.4ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "try it out"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-10-28 13:12:50.654019"], ["updated_at", "2015-10-28 13:12:50.654019"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."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", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("post_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["post_id", 1], ["label", "try it out"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 2], ["created_at", "2015-10-28 13:12:51.112699"], ["updated_at", "2015-10-28 13:12:51.112699"]]
[1m[35m (0.8ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (18.1ms)
Completed 200 OK in 500ms (Views: 36.2ms | ActiveRecord: 452.8ms)
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=XVI8fd3R6ytW1W27YQ6B8Wz9NJ8FuKZ%2BHzhM87nTnNkfIXRw1ploTXYERWb3Enhxda%2B01DvI3t%2BWDjSiD4wEpg%3D%3D" for ::1 at 2015-10-28 08:12:52 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"XVI8fd3R6ytW1W27YQ6B8Wz9NJ8FuKZ+HzhM87nTnNkfIXRw1ploTXYERWb3Enhxda+01DvI3t+WDjSiD4wEpg==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (20.1ms)
Completed 200 OK in 37ms (Views: 34.9ms | ActiveRecord: 0.5ms)
Started PATCH "/pulitzer/post_type_content_element_types/2" for ::1 at 2015-10-28 08:12:55 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"jeLiE4NOfTo71v4K6AIDIXG2Q66yQF0+pSkV0KOFKAjPkaoeiAb+XBsH1td+HvqhaOTD5YwwJZ8sH22BFdqwdw==", "post_type_content_element_type"=>{"label"=>"try it out", "content_element_type_id"=>"2", "post_type_id"=>"1", "height"=>"100", "width"=>"100"}, "commit"=>"Update", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_post_type_content_element_types" SET "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["content_element_type_id", 2], ["updated_at", "2015-10-28 13:12:55.896409"], ["id", 2]]
[1m[35m (234.0ms)[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::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1], ["label", "try it out"]]
[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[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_content_elements" SET "content_element_type_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["content_element_type_id", 2], ["updated_at", "2015-10-28 13:12:56.137128"], ["id", 2]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.5ms)
Completed 200 OK in 262ms (Views: 17.0ms | ActiveRecord: 235.7ms)
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=XVI8fd3R6ytW1W27YQ6B8Wz9NJ8FuKZ%2BHzhM87nTnNkfIXRw1ploTXYERWb3Enhxda%2B01DvI3t%2BWDjSiD4wEpg%3D%3D" for ::1 at 2015-10-28 08:12:57 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"XVI8fd3R6ytW1W27YQ6B8Wz9NJ8FuKZ+HzhM87nTnNkfIXRw1ploTXYERWb3Enhxda+01DvI3t+WDjSiD4wEpg==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (21.5ms)
Completed 200 OK in 40ms (Views: 38.7ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_type_content_element_types/2?authenticity_token=XVI8fd3R6ytW1W27YQ6B8Wz9NJ8FuKZ%2BHzhM87nTnNkfIXRw1ploTXYERWb3Enhxda%2B01DvI3t%2BWDjSiD4wEpg%3D%3D" for ::1 at 2015-10-28 08:12:59 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#show as */*
Parameters: {"authenticity_token"=>"XVI8fd3R6ytW1W27YQ6B8Wz9NJ8FuKZ+HzhM87nTnNkfIXRw1ploTXYERWb3Enhxda+01DvI3t+WDjSiD4wEpg==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-28 08:14:53 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[35mPulitzer::Post Load (133.6ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "new"]]
[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::PostTag Load (0.5ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.5ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (46.2ms)
Completed 200 OK in 274ms (Views: 137.1ms | ActiveRecord: 134.7ms)
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-28 08:14:53 -0500
Started GET "/assets/application-4392c387160dd98c2b65bbe752fe4e4f.js?body=1" for ::1 at 2015-10-28 08:14:53 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-10-28 08:15:06 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"eWMA9ZcOl/uKLJNCpW4gCRf7CUSKJhni/v1oX19HRe47EEj4nEYUnar9u58zctmJDqmJD7RWYUN3yxAO6RjdkQ==", "content_element"=>{"title"=>"asdf", "image"=>#, @original_filename="demo05.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo05.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.7ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m rollback 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", 2]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (13.7ms)
Completed 200 OK in 64ms (Views: 48.1ms | ActiveRecord: 1.4ms)
Started GET "/pulitzer/posts/new/content_elements/1/edit?authenticity_token=NRM4Irg61q9Upc5kCtnvUeKCzyygCm4E04%2Fv4lc34CF3YHAvs3JVyXR05rmcxRbR%2B9BPZ556FqVauZez4Wh4Xg%3D%3D" for ::1 at 2015-10-28 08:15:08 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"NRM4Irg61q9Upc5kCtnvUeKCzyygCm4E04/v4lc34CF3YHAvs3JVyXR05rmcxRbR+9BPZ556FqVauZez4Wh4Xg==", "post_id"=>"new", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (19.8ms)
Completed 200 OK in 39ms (Views: 37.6ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/content_elements/1?authenticity_token=NRM4Irg61q9Upc5kCtnvUeKCzyygCm4E04%2Fv4lc34CF3YHAvs3JVyXR05rmcxRbR%2B9BPZ556FqVauZez4Wh4Xg%3D%3D" for ::1 at 2015-10-28 08:15:10 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"NRM4Irg61q9Upc5kCtnvUeKCzyygCm4E04/v4lc34CF3YHAvs3JVyXR05rmcxRbR+9BPZ556FqVauZez4Wh4Xg==", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.8ms)
Completed 200 OK in 22ms (Views: 20.2ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-28 08:17:38 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (13.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (14.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (17.2ms)
Completed 200 OK in 83ms (Views: 82.6ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-28 08:17:42 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "new"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.9ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (27.6ms)
Completed 200 OK in 83ms (Views: 81.5ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-28 08:21:54 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "new"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (36.6ms)
Completed 200 OK in 96ms (Views: 93.9ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:21:54 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:21:54 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:21:54 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:21:54 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:21:54 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:21:54 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:21:54 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-28 08:21:54 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:21:56 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:21:56 -0500
Started GET "/assets/application-4392c387160dd98c2b65bbe752fe4e4f.js?body=1" for ::1 at 2015-10-28 08:21:56 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:21:56 -0500
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-28 08:22:41 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "new"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (33.4ms)
Completed 200 OK in 116ms (Views: 113.2ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:22:42 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:22:42 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:22:42 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:22:42 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:22:42 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:22:42 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:22:42 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:22:42 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-28 08:22:42 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:22:42 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:22:42 -0500
Started GET "/assets/application-4392c387160dd98c2b65bbe752fe4e4f.js?body=1" for ::1 at 2015-10-28 08:22:42 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-10-28 08:22:47 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"xAMDzomCHFQPhfrA6YN8DNd97L0K25NE6K/v5JNUjJCGcEvDgsqfMi9U0h1/n4WMzi9s9jSr6+VhmZe1JQsU7w==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo05.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo05.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mrollback 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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Completed 200 OK in 501ms (Views: 22.2ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts/new/content_elements/1/edit?authenticity_token=DT2nUxqM4Hj4Pz80koesNRryhOHsujLlPe6ZHZLBqs1PTu9eEcRjHtjuF%2BkEm1W1A6AEqtLKSkS02OFMJJ4ysg%3D%3D" for ::1 at 2015-10-28 08:22:50 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"DT2nUxqM4Hj4Pz80koesNRryhOHsujLlPe6ZHZLBqs1PTu9eEcRjHtjuF+kEm1W1A6AEqtLKSkS02OFMJJ4ysg==", "post_id"=>"new", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (38.7ms)
Completed 200 OK in 55ms (Views: 53.5ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-10-28 08:22:55 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"1I/6oLvLe8ajFpufpHnQbCs3QPYQtTk0+ROpbMNQmdGW/LKtsIP4oIPHs0IyZSnsMmXAvS7FQZVwJdE9dQ8Brg==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo04.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo04.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mrollback 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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Completed 200 OK in 24ms (Views: 18.3ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-28 08:22:56 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "new"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (47.6ms)
Completed 200 OK in 124ms (Views: 121.9ms | ActiveRecord: 0.6ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:22:58 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:22:58 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:22:58 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:22:58 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:22:58 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:22:59 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:22:59 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-28 08:22:59 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:22:59 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:22:59 -0500
Started GET "/assets/application-4392c387160dd98c2b65bbe752fe4e4f.js?body=1" for ::1 at 2015-10-28 08:22:59 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:22:59 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-10-28 08:23:05 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"FjujMHXd1jB8ZskxrWVIQo76Tua3PIxi+myEXcPsU9NUSOs9fpVVVly34ew7ebHCl6jOrYlM9MNzWvwMdbPLrA==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="BigGrayBox.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"BigGrayBox.jpg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.0ms)[0m begin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m rollback 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", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Completed 200 OK in 27ms (Views: 20.7ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-28 08:27:30 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "new"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.9ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (29.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (45.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (93.7ms)
Completed 200 OK in 259ms (Views: 198.9ms | ActiveRecord: 1.9ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:27:30 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:27:30 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:27:30 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:27:30 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:27:30 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:27:30 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-28 08:27:30 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:27:30 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:27:30 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:27:30 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:27:30 -0500
Started GET "/assets/application-4392c387160dd98c2b65bbe752fe4e4f.js?body=1" for ::1 at 2015-10-28 08:27:30 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-10-28 08:27:35 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"TslSokqEGfkXDSAmYg6DdlFdXcBiEYBSzbJMTimVS7AMuhqvQcyanzfcCPv0Enr2SA/di1xh+PNEhDQfn8rTzw==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo05.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo05.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m rollback 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", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.4ms)
Completed 200 OK in 50ms (Views: 21.0ms | ActiveRecord: 1.0ms)
Started GET "/pulitzer/posts/new/content_elements/1/edit?authenticity_token=N%2BLR4vF3Zlm0q16Q%2Fc6BSKnqazFL1%2FsGGZ8MDnM22kx1kZnv%2Bj%2FlP5R6dk1r0njIsLjrenWng6eQqXRfxWlCMw%3D%3D" for ::1 at 2015-10-28 08:27:38 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"N+LR4vF3Zlm0q16Q/c6BSKnqazFL1/sGGZ8MDnM22kx1kZnv+j/lP5R6dk1r0njIsLjrenWng6eQqXRfxWlCMw==", "post_id"=>"new", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (37.9ms)
Completed 200 OK in 54ms (Views: 52.8ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-10-28 08:27:42 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"TdI8lXs9UhDUrMLMvO9dps7NFZYSFTK34BZEZwm87vUPoXSYcHXRdvR96hEq86Qm15+V3SxlShZpIDw2v+N2ig==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo02.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo02.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.0ms)[0m begin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m rollback 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", 2]]
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Completed 200 OK in 24ms (Views: 18.5ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-28 08:27:43 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "new"]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (37.0ms)
Completed 200 OK in 127ms (Views: 124.5ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:27:44 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:27:44 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:27:44 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:27:44 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:27:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:27:44 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:27:44 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-28 08:27:44 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:27:44 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:27:44 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:27:44 -0500
Started GET "/assets/application-4392c387160dd98c2b65bbe752fe4e4f.js?body=1" for ::1 at 2015-10-28 08:27:44 -0500
Started GET "/pulitzer/content_elements/1?authenticity_token=0e1ZGsS%2FzzsjT4sIJRtz3U9zMSKdBiXe8f6wyh0AsKGTnhEXz%2FdMXQOeo9WzB4pdViGxaaN2XX94yMibq18o3g%3D%3D" for ::1 at 2015-10-28 08:27:52 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"0e1ZGsS/zzsjT4sIJRtz3U9zMSKdBiXe8f6wyh0AsKGTnhEXz/dMXQOeo9WzB4pdViGxaaN2XX94yMibq18o3g==", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[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", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (26.0ms)
Completed 200 OK in 84ms (Views: 44.8ms | ActiveRecord: 1.1ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-28 08:28:07 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "new"]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.6ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (26.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (30.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (81.5ms)
Completed 200 OK in 197ms (Views: 186.6ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:28:07 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:28:07 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:28:07 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:28:07 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:28:07 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:28:07 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-28 08:28:07 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:28:07 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:28:07 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:28:07 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:28:07 -0500
Started GET "/assets/application-4392c387160dd98c2b65bbe752fe4e4f.js?body=1" for ::1 at 2015-10-28 08:28:07 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-10-28 08:28:16 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"H2a4T+NFufT92FcIXItI/P3sqBgPbAh9+QXEkVIeHVhdFfBC6A06kt0Jf9XKl7F85L4oUzEccNxwM7zA5EGFJw==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo05.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo05.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.0ms)
Completed 200 OK in 1608ms (Views: 21.4ms | ActiveRecord: 0.9ms)
Started GET "/pulitzer/content_elements/2?authenticity_token=wyNOgq6IPiWAT9awFyuD7nRsZGwZroeSjCWJQgHzXkmBUAaPpcC9Q6Ce%2Fm2BN3pubT7kJyfe%2FzMFE%2FETt6zGNg%3D%3D" for ::1 at 2015-10-28 08:28:22 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"wyNOgq6IPiWAT9awFyuD7nRsZGwZroeSjCWJQgHzXkmBUAaPpcC9Q6Ce/m2BN3pubT7kJyfe/zMFE/ETt6zGNg==", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[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", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (6.1ms)
Completed 200 OK in 22ms (Views: 20.6ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-28 08:28:25 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (19.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (22.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (27.2ms)
Completed 200 OK in 3280ms (Views: 3279.1ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-28 08:28:29 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "new"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (39.5ms)
Completed 200 OK in 121ms (Views: 117.9ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/content_elements/1?authenticity_token=dTnmTAnyaakdOYo42tEvqSlYhLxXAV6dopUbpfPT61k3Sq5BArrqzz3oouVMzdYpMAoE92lxJjwro2P0RYxzJg%3D%3D" for ::1 at 2015-10-28 08:28:32 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"dTnmTAnyaakdOYo42tEvqSlYhLxXAV6dopUbpfPT61k3Sq5BArrqzz3oouVMzdYpMAoE92lxJjwro2P0RYxzJg==", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Completed 200 OK in 20ms (Views: 17.8ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/2?authenticity_token=dTnmTAnyaakdOYo42tEvqSlYhLxXAV6dopUbpfPT61k3Sq5BArrqzz3oouVMzdYpMAoE92lxJjwro2P0RYxzJg%3D%3D" for ::1 at 2015-10-28 08:28:33 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"dTnmTAnyaakdOYo42tEvqSlYhLxXAV6dopUbpfPT61k3Sq5BArrqzz3oouVMzdYpMAoE92lxJjwro2P0RYxzJg==", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[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", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/new/content_elements/1/edit?authenticity_token=dTnmTAnyaakdOYo42tEvqSlYhLxXAV6dopUbpfPT61k3Sq5BArrqzz3oouVMzdYpMAoE92lxJjwro2P0RYxzJg%3D%3D" for ::1 at 2015-10-28 08:28:37 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"dTnmTAnyaakdOYo42tEvqSlYhLxXAV6dopUbpfPT61k3Sq5BArrqzz3oouVMzdYpMAoE92lxJjwro2P0RYxzJg==", "post_id"=>"new", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (38.5ms)
Completed 200 OK in 54ms (Views: 52.9ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-10-28 08:28:43 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"+TrfrsxBNIcDjF1j3k9M5ngbT35bRXRXnHxfDpx6VgW7SZejxwm34SNddb5IU7VmYUnPNWU1DPYVSidfKiXOeg==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo03.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo03.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m rollback 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", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Completed 200 OK in 25ms (Views: 17.6ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-28 08:28:46 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "new"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (35.6ms)
Completed 200 OK in 413ms (Views: 410.6ms | ActiveRecord: 0.5ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:28:47 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:28:47 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:28:47 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:28:47 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:28:47 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:28:47 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-28 08:28:47 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:28:47 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:28:47 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:28:47 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:28:47 -0500
Started GET "/assets/application-4392c387160dd98c2b65bbe752fe4e4f.js?body=1" for ::1 at 2015-10-28 08:28:47 -0500
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-28 08:29:13 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "new"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.9ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (29.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (44.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (95.4ms)
Completed 200 OK in 255ms (Views: 196.8ms | ActiveRecord: 2.2ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:29:13 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:29:13 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:29:13 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:29:13 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:29:13 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:29:13 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:29:13 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-28 08:29:13 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:29:13 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:29:13 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:29:13 -0500
Started GET "/assets/application-4392c387160dd98c2b65bbe752fe4e4f.js?body=1" for ::1 at 2015-10-28 08:29:13 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-10-28 08:29:18 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"PY1dQlcAuFm3/y++N4st0kp1nBQxzZrrFPr7ENEb0rh//hVPXEg7P5cuB2Ohl9RSUyccXw+94kqdzINBZ0RKxw==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo04.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo04.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.2ms)[0m rollback 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", 2]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.2ms)
Completed 200 OK in 1889ms (Views: 23.2ms | ActiveRecord: 1.1ms)
Started GET "/pulitzer/posts/new/content_elements/1/edit?authenticity_token=NaCEiCraZTcEmV9ZJThQz%2BOo4weVtycRJCc%2BY4g2VqN308yFIZLmUSRId4SzJKlP%2BvpjTKvHX7CtEUYyPmnO3A%3D%3D" for ::1 at 2015-10-28 08:29:23 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"NaCEiCraZTcEmV9ZJThQz+Oo4weVtycRJCc+Y4g2VqN308yFIZLmUSRId4SzJKlP+vpjTKvHX7CtEUYyPmnO3A==", "post_id"=>"new", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (39.3ms)
Completed 200 OK in 55ms (Views: 53.8ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-10-28 08:29:27 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"c4DaJySaDXpejDn8SluauswXtVByFbdRPPvsba7jIJEx85IqL9KOHH5dESHcR2M61UU1G0xlz/C1zZQ8GLy47g==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="BigGrayBox.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"BigGrayBox.jpg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.0ms)[0m begin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m rollback 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", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Completed 200 OK in 779ms (Views: 19.6ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts/new/content_elements/1/edit?authenticity_token=NaCEiCraZTcEmV9ZJThQz%2BOo4weVtycRJCc%2BY4g2VqN308yFIZLmUSRId4SzJKlP%2BvpjTKvHX7CtEUYyPmnO3A%3D%3D" for ::1 at 2015-10-28 08:29:30 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"NaCEiCraZTcEmV9ZJThQz+Oo4weVtycRJCc+Y4g2VqN308yFIZLmUSRId4SzJKlP+vpjTKvHX7CtEUYyPmnO3A==", "post_id"=>"new", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (44.0ms)
Completed 200 OK in 63ms (Views: 61.9ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-10-28 08:29:35 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZUkUNq9SzN5Ou6gC2v4BkpBYZveKhB3JfTuUWhdTbu4nOlw7pBpPuG5qgN9M4vgSiQrmvLT0ZWj0DewLoQz2kQ==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo03.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo03.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m rollback 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", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Completed 200 OK in 328ms (Views: 19.0ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-28 08:41:43 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (20.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (23.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (27.1ms)
Completed 200 OK in 135ms (Views: 133.6ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=4lvqBezXHB1r6123UdoezWB9nzDlr0rf2jMECDtKxxugKKII55%2Bfe0s6dWrHxudNeS8fe9vfMn5TBXxZjRVfZA%3D%3D" for ::1 at 2015-10-28 08:41:48 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"4lvqBezXHB1r6123UdoezWB9nzDlr0rf2jMECDtKxxugKKII55+fe0s6dWrHxudNeS8fe9vfMn5TBXxZjRVfZA=="}
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (1329.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (1347.8ms)
Completed 200 OK in 1367ms (Views: 1363.5ms | ActiveRecord: 0.7ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-10-28 08:41:56 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"YyR1kXKbEuZFIPGZeAqJkiGMcHOn4cFl4P7iUPUnNhwhVz2cedORgGXx2UTuFnASON7wOJmRucRpyJoBQ3iuYw==", "post_type_content_element_type"=>{"label"=>"video", "content_element_type_id"=>"3", "post_type_id"=>"1"}, "commit"=>"Content element"}
[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", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label", "video"], ["content_element_type_id", 3], ["post_type_id", 1], ["created_at", "2015-10-28 13:41:56.178654"], ["updated_at", "2015-10-28 13:41:56.178654"]]
[1m[36m (1588.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."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", 3]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("post_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["post_id", 1], ["label", "video"], ["content_element_type_id", 3], ["post_type_content_element_type_id", 3], ["created_at", "2015-10-28 13:41:57.778655"], ["updated_at", "2015-10-28 13:41:57.778655"]]
[1m[35m (0.7ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.9ms)
Completed 200 OK in 1643ms (Views: 36.8ms | ActiveRecord: 1590.7ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-10-28 08:41:57 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"YyR1kXKbEuZFIPGZeAqJkiGMcHOn4cFl4P7iUPUnNhwhVz2cedORgGXx2UTuFnASON7wOJmRucRpyJoBQ3iuYw==", "post_type_content_element_type"=>{"label"=>"video", "content_element_type_id"=>"3", "post_type_id"=>"1"}, "commit"=>"Content element"}
[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[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", "video"], ["content_element_type_id", 3], ["post_type_id", 1], ["created_at", "2015-10-28 13:41:57.830242"], ["updated_at", "2015-10-28 13:41:57.830242"]]
[1m[35m (0.9ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."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", 3]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_content_elements" ("post_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["post_id", 1], ["label", "video"], ["content_element_type_id", 3], ["post_type_content_element_type_id", 4], ["created_at", "2015-10-28 13:41:57.838777"], ["updated_at", "2015-10-28 13:41:57.838777"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.3ms)
Completed 200 OK in 51ms (Views: 35.9ms | ActiveRecord: 2.8ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-28 08:41:58 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "new"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.0ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.6ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (61.3ms)
Completed 200 OK in 149ms (Views: 146.6ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-28 08:42:26 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "new"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.9ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.1ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (81.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (127.7ms)
Completed 200 OK in 202ms (Views: 200.4ms | ActiveRecord: 0.6ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:42:26 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:42:26 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:42:26 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:42:26 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:42:26 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:42:26 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:42:26 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:42:26 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:42:26 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-28 08:42:26 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:42:26 -0500
Started GET "/assets/application-4392c387160dd98c2b65bbe752fe4e4f.js?body=1" for ::1 at 2015-10-28 08:42:26 -0500
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-10-28 08:42:47 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Tg9dptLiei37XT02OJwdmL/DYTuvJL578WqC1xFU+yYMfBWr2ar5S9uMFeuugOQYppHhcJFUxtp4XPqGpwtjWQ==", "content_element"=>{"title"=>"asdf", "body"=>"https://www.youtube.com/watch?v=kNvTIyNpYSE"}, "commit"=>"Update", "id"=>"3"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "asdf"], ["body", "https://www.youtube.com/watch?v=kNvTIyNpYSE"], ["updated_at", "2015-10-28 13:42:47.077250"], ["id", 3]]
[1m[36m (31.6ms)[0m [1mcommit 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", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Completed 200 OK in 58ms (Views: 21.8ms | ActiveRecord: 32.2ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-28 08:48:08 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "new"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.8ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.7ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (45.8ms)
Completed 200 OK in 108ms (Views: 105.8ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:48:10 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:48:10 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:48:10 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:48:10 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:48:10 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:48:10 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:48:10 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-28 08:48:10 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:48:10 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:48:10 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:48:10 -0500
Started GET "/assets/application-4392c387160dd98c2b65bbe752fe4e4f.js?body=1" for ::1 at 2015-10-28 08:48:10 -0500
Started GET "/pulitzer/content_elements/4?authenticity_token=RHoaK5emlJjcH234HepOMrgTEZ0JQtAscosQFhXgtmAGCVImnO4X%2FvzORSWL9reyoUGR1jcyqI37vWhHo78uHw%3D%3D" for ::1 at 2015-10-28 08:48:15 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"RHoaK5emlJjcH234HepOMrgTEZ0JQtAscosQFhXgtmAGCVImnO4X/vzORSWL9reyoUGR1jcyqI37vWhHo78uHw==", "id"=>"4"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 4]]
[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", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/content_elements/2?authenticity_token=RHoaK5emlJjcH234HepOMrgTEZ0JQtAscosQFhXgtmAGCVImnO4X%2FvzORSWL9reyoUGR1jcyqI37vWhHo78uHw%3D%3D" for ::1 at 2015-10-28 08:48:16 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"RHoaK5emlJjcH234HepOMrgTEZ0JQtAscosQFhXgtmAGCVImnO4X/vzORSWL9reyoUGR1jcyqI37vWhHo78uHw==", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[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", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.7ms)
Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/posts/new/content_elements/2/edit?authenticity_token=RHoaK5emlJjcH234HepOMrgTEZ0JQtAscosQFhXgtmAGCVImnO4X%2FvzORSWL9reyoUGR1jcyqI37vWhHo78uHw%3D%3D" for ::1 at 2015-10-28 08:48:19 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"RHoaK5emlJjcH234HepOMrgTEZ0JQtAscosQFhXgtmAGCVImnO4X/vzORSWL9reyoUGR1jcyqI37vWhHo78uHw==", "post_id"=>"new", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (36.1ms)
Completed 200 OK in 52ms (Views: 50.9ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/content_elements/1?authenticity_token=RHoaK5emlJjcH234HepOMrgTEZ0JQtAscosQFhXgtmAGCVImnO4X%2FvzORSWL9reyoUGR1jcyqI37vWhHo78uHw%3D%3D" for ::1 at 2015-10-28 08:48:24 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"RHoaK5emlJjcH234HepOMrgTEZ0JQtAscosQFhXgtmAGCVImnO4X/vzORSWL9reyoUGR1jcyqI37vWhHo78uHw==", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Completed 200 OK in 19ms (Views: 17.3ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-28 08:48:25 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (21.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (23.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (25.8ms)
Completed 200 OK in 87ms (Views: 86.1ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/post_types/new?authenticity_token=hsyZDjx649a%2BDda304clhD%2BL17IMz28OK2Qe8wuFtITEv9EDNzJgsJ7c%2FmpFm9wEJtlX%2BTK%2FF6%2BiUmaivdos%2Bw%3D%3D" for ::1 at 2015-10-28 08:48:27 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"hsyZDjx649a+Dda304clhD+L17IMz28OK2Qe8wuFtITEv9EDNzJgsJ7c/mpFm9wEJtlX+TK/F6+iUmaivdos+w=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (20.5ms)
Completed 200 OK in 38ms (Views: 37.6ms | ActiveRecord: 0.0ms)
Started DELETE "/pulitzer/post_type_content_element_types/4" for ::1 at 2015-10-28 08:48:32 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#destroy as */*
Parameters: {"authenticity_token"=>"hsyZDjx649a+Dda304clhD+L17IMz28OK2Qe8wuFtITEv9EDNzJgsJ7c/mpFm9wEJtlX+TK/F6+iUmaivdos+w==", "id"=>"4"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 4]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["id", 4]]
[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::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1], ["label", "video"]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 3]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.1ms)[0m DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 4]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Rendered text template (0.0ms)
Completed 200 OK in 13ms (Views: 1.4ms | ActiveRecord: 3.4ms)
Started DELETE "/pulitzer/post_type_content_element_types/3" for ::1 at 2015-10-28 08:48:35 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#destroy as */*
Parameters: {"authenticity_token"=>"hsyZDjx649a+Dda304clhD+L17IMz28OK2Qe8wuFtITEv9EDNzJgsJ7c/mpFm9wEJtlX+TK/F6+iUmaivdos+w==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m DELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? [["id", 3]]
[1m[36m (1367.2ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostType Load (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["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]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1], ["label", "video"]]
Rendered text template (0.0ms)
Completed 200 OK in 1375ms (Views: 0.5ms | ActiveRecord: 1368.2ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=hsyZDjx649a%2BDda304clhD%2BL17IMz28OK2Qe8wuFtITEv9EDNzJgsJ7c%2FmpFm9wEJtlX%2BTK%2FF6%2BiUmaivdos%2Bw%3D%3D" for ::1 at 2015-10-28 08:48:37 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"hsyZDjx649a+Dda304clhD+L17IMz28OK2Qe8wuFtITEv9EDNzJgsJ7c/mpFm9wEJtlX+TK/F6+iUmaivdos+w=="}
[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::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (19.8ms)
Completed 200 OK in 39ms (Views: 37.3ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-10-28 08:48:40 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"AunihERZu0ArWxqmZZsEdvbHojLq9jE9pIOdXijy9jhAmqqJTxE4JguKMnvzh/3275UiedSGSZwtteUPnq1uRw==", "post_type_content_element_type"=>{"label"=>"simple text", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "simple text"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-10-28 13:48:40.471996"], ["updated_at", "2015-10-28 13:48:40.471996"]]
[1m[35m (629.3ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."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[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_content_elements" ("post_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["post_id", 1], ["label", "simple text"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 5], ["created_at", "2015-10-28 13:48:41.107396"], ["updated_at", "2015-10-28 13:48:41.107396"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.3ms)
Completed 200 OK in 679ms (Views: 38.3ms | ActiveRecord: 631.0ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=hsyZDjx649a%2BDda304clhD%2BL17IMz28OK2Qe8wuFtITEv9EDNzJgsJ7c%2FmpFm9wEJtlX%2BTK%2FF6%2BiUmaivdos%2Bw%3D%3D" for ::1 at 2015-10-28 08:48:42 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"hsyZDjx649a+Dda304clhD+L17IMz28OK2Qe8wuFtITEv9EDNzJgsJ7c/mpFm9wEJtlX+TK/F6+iUmaivdos+w=="}
[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.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (25.7ms)
Completed 200 OK in 46ms (Views: 43.2ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-10-28 08:48:48 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"MAlPTHg8AJWUxJgxuzOK9oYXEA7JO67kj08a8TTG3YByegdBc3SD87QVsOwtL3N2n0WQRfdL1kUGeWKggplF/w==", "post_type_content_element_type"=>{"label"=>"teditor text", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"Simple editor"}, "commit"=>"Content element"}
[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.2ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "teditor text"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "Simple editor"], ["created_at", "2015-10-28 13:48:48.421104"], ["updated_at", "2015-10-28 13:48:48.421104"]]
[1m[36m (487.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."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", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("post_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["post_id", 1], ["label", "teditor text"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 6], ["created_at", "2015-10-28 13:48:48.914457"], ["updated_at", "2015-10-28 13:48:48.914457"]]
[1m[35m (0.7ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.3ms)
Completed 200 OK in 535ms (Views: 37.3ms | ActiveRecord: 489.2ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=hsyZDjx649a%2BDda304clhD%2BL17IMz28OK2Qe8wuFtITEv9EDNzJgsJ7c%2FmpFm9wEJtlX%2BTK%2FF6%2BiUmaivdos%2Bw%3D%3D" for ::1 at 2015-10-28 08:48:50 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"hsyZDjx649a+Dda304clhD+L17IMz28OK2Qe8wuFtITEv9EDNzJgsJ7c/mpFm9wEJtlX+TK/F6+iUmaivdos+w=="}
[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::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (23.4ms)
Completed 200 OK in 40ms (Views: 38.0ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-10-28 08:48:54 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"dwLNizQT7uY0XOThJm+MTp6LV/k5yVeIXy7/ISkF1yg1cYWGP1ttgBSNzDywc3XOh9nXsge5LynWGIdwn1pPVw==", "post_type_content_element_type"=>{"label"=>"editor 2 text", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"Simple editor"}, "commit"=>"Content element"}
[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[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "editor 2 text"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "Simple editor"], ["created_at", "2015-10-28 13:48:54.655455"], ["updated_at", "2015-10-28 13:48:54.655455"]]
[1m[35m (125.3ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."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[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_content_elements" ("post_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["post_id", 1], ["label", "editor 2 text"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 7], ["created_at", "2015-10-28 13:48:54.787116"], ["updated_at", "2015-10-28 13:48:54.787116"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.8ms)
Completed 200 OK in 174ms (Views: 36.7ms | ActiveRecord: 127.0ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-28 08:49:01 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "new"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.9ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.1ms)
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 5]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (358.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (363.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (366.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 6]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 7]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (425.6ms)
Completed 200 OK in 487ms (Views: 484.3ms | ActiveRecord: 0.9ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-28 08:49:14 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "new"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.9ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.6ms)
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 5]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 6]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 7]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (64.3ms)
Completed 200 OK in 122ms (Views: 119.3ms | ActiveRecord: 0.9ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:49:15 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:49:15 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:49:15 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:49:15 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:49:15 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:49:15 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:49:15 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-28 08:49:15 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:49:15 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:49:15 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:49:15 -0500
Started GET "/assets/application-4392c387160dd98c2b65bbe752fe4e4f.js?body=1" for ::1 at 2015-10-28 08:49:15 -0500
Started PATCH "/pulitzer/content_elements/7" for ::1 at 2015-10-28 08:49:40 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"NS0FT4xMr7drXSSy8vtrvnM5WfGYZzyDtyNtW9EDf493Xk1ChwQs0UuMDG9k55I+amvZuqYXRCI+FRUKZ1zn8A==", "content_element"=>{"title"=>"", "body"=>"asdfas
vamos"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"7"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 7]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", ""], ["body", "asdfas
vamos"], ["updated_at", "2015-10-28 13:49:40.244469"], ["id", 7]]
[1m[36m (356.6ms)[0m [1mcommit 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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Completed 200 OK in 381ms (Views: 19.9ms | ActiveRecord: 357.2ms)
Started PATCH "/pulitzer/content_elements/6" for ::1 at 2015-10-28 08:49:41 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"3CVwBR9A3RsbKZ9QzZ0C4k2YMVGkHJcooM5Q7y/OeTOeVjgIFAhefTv4t41bgftiVMqxGpps74kp+Ci+mZHhTA==", "content_element"=>{"title"=>"", "body"=>"asdfasdf
adfasdfasfas"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"6"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 6]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", ""], ["body", "asdfasdf
adfasdfasfas"], ["updated_at", "2015-10-28 13:49:41.638484"], ["id", 6]]
[1m[36m (595.1ms)[0m [1mcommit 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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Completed 200 OK in 625ms (Views: 23.1ms | ActiveRecord: 595.9ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-10-28 08:49:52 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"tzdmPcPcx3J+Gwq65bb8r213XDqXVfddRuBposWMyQD1RC4wyJREFF7KImdzqgUvdCXccaklj/zP1hHzc9NRfw==", "content_element"=>{"title"=>"", "body"=>"asdfasdf"}, "commit"=>"Update", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", ""], ["body", "asdfasdf"], ["updated_at", "2015-10-28 13:49:52.602767"], ["id", 5]]
[1m[36m (93.5ms)[0m [1mcommit 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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Completed 200 OK in 119ms (Views: 20.0ms | ActiveRecord: 94.2ms)
Started GET "/pulitzer/content_elements/2?authenticity_token=NlGhRW674fObCji1Rra9JAFjR8XJFJNWZ1jXOmEjIpd0IulIZfNilbvbEGjQqkSkGDHHjvdk6%2Ffubq9r13y66A%3D%3D" for ::1 at 2015-10-28 08:50:07 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"NlGhRW674fObCji1Rra9JAFjR8XJFJNWZ1jXOmEjIpd0IulIZfNilbvbEGjQqkSkGDHHjvdk6/fubq9r13y66A==", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[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", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/1?authenticity_token=NlGhRW674fObCji1Rra9JAFjR8XJFJNWZ1jXOmEjIpd0IulIZfNilbvbEGjQqkSkGDHHjvdk6%2Ffubq9r13y66A%3D%3D" for ::1 at 2015-10-28 08:50:08 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"NlGhRW674fObCji1Rra9JAFjR8XJFJNWZ1jXOmEjIpd0IulIZfNilbvbEGjQqkSkGDHHjvdk6/fubq9r13y66A==", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Completed 200 OK in 19ms (Views: 17.8ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-28 08:51:04 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (53.2ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-28 08:51:22 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "new"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.0ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (29.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (44.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (812.4ms)
Completed 200 OK in 990ms (Views: 929.6ms | ActiveRecord: 2.2ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:51:23 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:51:23 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:51:23 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:51:24 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:51:24 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:51:24 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:51:24 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-28 08:51:24 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:51:24 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:51:24 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:51:24 -0500
Started GET "/assets/application-4392c387160dd98c2b65bbe752fe4e4f.js?body=1" for ::1 at 2015-10-28 08:51:24 -0500
Started GET "/pulitzer/content_elements/2?authenticity_token=RWznNJqZd9tu%2FiMdE4k1%2FFEsmENkkwedP1qX8gRpwiYHH685kdH0vU4vC8CFlcx8SH4YCFrjfzy2bO%2BjsjZaWQ%3D%3D" for ::1 at 2015-10-28 08:51:55 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"RWznNJqZd9tu/iMdE4k1/FEsmENkkwedP1qX8gRpwiYHH685kdH0vU4vC8CFlcx8SH4YCFrjfzy2bO+jsjZaWQ==", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[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", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
Completed 200 OK in 20ms (Views: 17.7ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/content_elements/1?authenticity_token=RWznNJqZd9tu%2FiMdE4k1%2FFEsmENkkwedP1qX8gRpwiYHH685kdH0vU4vC8CFlcx8SH4YCFrjfzy2bO%2BjsjZaWQ%3D%3D" for ::1 at 2015-10-28 08:51:56 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"RWznNJqZd9tu/iMdE4k1/FEsmENkkwedP1qX8gRpwiYHH685kdH0vU4vC8CFlcx8SH4YCFrjfzy2bO+jsjZaWQ==", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Completed 200 OK in 18ms (Views: 17.1ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-28 08:51:58 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (55.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (58.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (62.1ms)
Completed 200 OK in 147ms (Views: 145.5ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:51:58 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:51:58 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:51:59 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:51:59 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:51:59 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:51:59 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:51:59 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-28 08:51:59 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:51:59 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:51:59 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:51:59 -0500
Started GET "/assets/application-4392c387160dd98c2b65bbe752fe4e4f.js?body=1" for ::1 at 2015-10-28 08:51:59 -0500
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-28 08:52:00 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "new"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.5ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (45.6ms)
Completed 200 OK in 108ms (Views: 105.8ms | ActiveRecord: 0.7ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:52:00 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:52:00 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:52:00 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:52:00 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:52:00 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:52:00 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:52:00 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-28 08:52:00 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:52:00 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:52:00 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:52:00 -0500
Started GET "/assets/application-4392c387160dd98c2b65bbe752fe4e4f.js?body=1" for ::1 at 2015-10-28 08:52:00 -0500
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-10-28 08:52:06 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"pZc4ObtCn6qZXcmC9zEQ6Pl+tcwrx9RuDtoXk+wH+qPn5HA0sAoczLmM4V9hLelo4Cw1hxW3rM+H7G/CWlhi3A==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo03.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo03.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mbegin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mrollback 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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Completed 200 OK in 441ms (Views: 21.6ms | ActiveRecord: 0.6ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-10-28 08:52:11 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"IXvEWILJ+kmwbrcvHkPoGhBnxGz5hKIxcoPeE4tmsCdjCIxViYF5L5C/n/KIXxGaCTVEJ8f02pD7taZCPTkoWA==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo05.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo05.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.0ms)[0m [1mbegin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.3ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Completed 200 OK in 949ms (Views: 19.8ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/posts/new/content_elements/1/edit?authenticity_token=NqqHaT5LQTPpN%2BHfIlGDvfyVWVBbIPprGdxi18Jz5K502c9kNQPCVcnmyQK0TXo95cfZG2VQgsqQ6hqGdCx80Q%3D%3D" for ::1 at 2015-10-28 08:52:15 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"NqqHaT5LQTPpN+HfIlGDvfyVWVBbIPprGdxi18Jz5K502c9kNQPCVcnmyQK0TXo95cfZG2VQgsqQ6hqGdCx80Q==", "post_id"=>"new", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (38.2ms)
Completed 200 OK in 54ms (Views: 53.0ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/content_elements/1?authenticity_token=NqqHaT5LQTPpN%2BHfIlGDvfyVWVBbIPprGdxi18Jz5K502c9kNQPCVcnmyQK0TXo95cfZG2VQgsqQ6hqGdCx80Q%3D%3D" for ::1 at 2015-10-28 08:52:16 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"NqqHaT5LQTPpN+HfIlGDvfyVWVBbIPprGdxi18Jz5K502c9kNQPCVcnmyQK0TXo95cfZG2VQgsqQ6hqGdCx80Q==", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[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", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-28 08:52:17 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "new"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.0ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (46.3ms)
Completed 200 OK in 561ms (Views: 558.8ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:52:18 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:52:18 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:52:18 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:52:18 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:52:18 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:52:18 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:52:18 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-28 08:52:18 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:52:18 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:52:18 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:52:18 -0500
Started GET "/assets/application-4392c387160dd98c2b65bbe752fe4e4f.js?body=1" for ::1 at 2015-10-28 08:52:18 -0500
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-28 08:54:18 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "new"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (50.3ms)
Completed 200 OK in 124ms (Views: 122.0ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 08:54:18 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 08:54:18 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 08:54:18 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 08:54:18 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 08:54:18 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 08:54:18 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 08:54:18 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-28 08:54:18 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 08:54:18 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 08:54:18 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 08:54:18 -0500
Started GET "/assets/application-4392c387160dd98c2b65bbe752fe4e4f.js?body=1" for ::1 at 2015-10-28 08:54:18 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-10-28 09:01:23 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"JFaqCb94Fa7NqApJ4mKDXN8hsrD3OJp96Yg32bug+hFmJeIEtDCWyO15IpR0fnrcxnMy+8lI4txgvk+IDf9ibg==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo04.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo04.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Completed 200 OK in 529ms (Views: 22.6ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts/new/content_elements/1/edit?authenticity_token=KnHGqgcjrE9Cq5LCv8yU0al2wXs3j24EyOYpBM7oxbFoAo6nDGsvKWJ6uh8p0G1RsCRBMAn%2FFqVB0FFVeLddzg%3D%3D" for ::1 at 2015-10-28 09:02:13 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"KnHGqgcjrE9Cq5LCv8yU0al2wXs3j24EyOYpBM7oxbFoAo6nDGsvKWJ6uh8p0G1RsCRBMAn/FqVB0FFVeLddzg==", "post_id"=>"new", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (77.6ms)
Completed 200 OK in 143ms (Views: 98.3ms | ActiveRecord: 0.9ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-10-28 09:02:20 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"DdoEg9DVQ8Rjblu1jxewBvnxEBAg8wmPll7XZq+FIBVPqUyO253AokO/c2gZC0mG4KOQWx6DcS4faK83Gdq4ag==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo05.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo05.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
Completed 500 Internal Server Error in 129817ms (ActiveRecord: 0.7ms)
SystemExit (exit):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:19:in `exit'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:19:in `update'
byebug (6.0.2) lib/byebug/helpers/eval.rb:52:in `eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:52:in `safe_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:46:in `warning_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:22:in `single_thread_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:13:in `block in thread_safe_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:84:in `allowing_other_threads'
byebug (6.0.2) lib/byebug/helpers/eval.rb:13:in `thread_safe_eval'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:158:in `run_cmd'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:144:in `repl'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:95:in `process_commands'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:75:in `at_line'
byebug (6.0.2) lib/byebug/context.rb:109:in `at_line'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:19:in `update'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (113.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (133.7ms)
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-10-28 09:04:45 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"hqS3xpzdhgWOo0sDm5K522eW/nBuaulx1LtTx7PlJeTE1//Ll5UFY65yY94NjkBbfsR+O1AakdBdjSuWBbq9mw==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo04.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo04.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mbegin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "image" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", ""], ["image", "demo04.jpeg"], ["updated_at", "2015-10-28 14:04:46.051482"], ["id", 2]]
[1m[36m (0.7ms)[0m [1mcommit 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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (35.2ms)
Completed 200 OK in 350ms (Views: 55.8ms | ActiveRecord: 2.8ms)
Started GET "/pulitzer/posts/new/content_elements/5/edit?authenticity_token=KnHGqgcjrE9Cq5LCv8yU0al2wXs3j24EyOYpBM7oxbFoAo6nDGsvKWJ6uh8p0G1RsCRBMAn%2FFqVB0FFVeLddzg%3D%3D" for ::1 at 2015-10-28 09:04:48 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"KnHGqgcjrE9Cq5LCv8yU0al2wXs3j24EyOYpBM7oxbFoAo6nDGsvKWJ6uh8p0G1RsCRBMAn/FqVB0FFVeLddzg==", "post_id"=>"new", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 5]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (19.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (66.7ms)
Completed 200 OK in 83ms (Views: 81.1ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/5?authenticity_token=KnHGqgcjrE9Cq5LCv8yU0al2wXs3j24EyOYpBM7oxbFoAo6nDGsvKWJ6uh8p0G1RsCRBMAn%2FFqVB0FFVeLddzg%3D%3D" for ::1 at 2015-10-28 09:04:49 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"KnHGqgcjrE9Cq5LCv8yU0al2wXs3j24EyOYpBM7oxbFoAo6nDGsvKWJ6uh8p0G1RsCRBMAn/FqVB0FFVeLddzg==", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/new/content_elements/2/edit?authenticity_token=KnHGqgcjrE9Cq5LCv8yU0al2wXs3j24EyOYpBM7oxbFoAo6nDGsvKWJ6uh8p0G1RsCRBMAn%2FFqVB0FFVeLddzg%3D%3D" for ::1 at 2015-10-28 09:04:52 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"KnHGqgcjrE9Cq5LCv8yU0al2wXs3j24EyOYpBM7oxbFoAo6nDGsvKWJ6uh8p0G1RsCRBMAn/FqVB0FFVeLddzg==", "post_id"=>"new", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (37.5ms)
Completed 200 OK in 55ms (Views: 53.1ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-10-28 09:04:56 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"DbrWZ565vpCgGFPZKhfB6W2DZHsdCtld4wxU5Uty9N1PyZ5qlfE99oDJewS8CzhpdNHkMCN6ofxqOiy0/S1sog==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo02.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo02.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mbegin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "image" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["image", "demo02.jpeg"], ["updated_at", "2015-10-28 14:04:56.609860"], ["id", 2]]
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.8ms)
Completed 200 OK in 82ms (Views: 19.5ms | ActiveRecord: 1.5ms)
Started GET "/pulitzer/posts/new/content_elements/2/edit?authenticity_token=KnHGqgcjrE9Cq5LCv8yU0al2wXs3j24EyOYpBM7oxbFoAo6nDGsvKWJ6uh8p0G1RsCRBMAn%2FFqVB0FFVeLddzg%3D%3D" for ::1 at 2015-10-28 09:04:58 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"KnHGqgcjrE9Cq5LCv8yU0al2wXs3j24EyOYpBM7oxbFoAo6nDGsvKWJ6uh8p0G1RsCRBMAn/FqVB0FFVeLddzg==", "post_id"=>"new", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (38.3ms)
Completed 200 OK in 55ms (Views: 53.6ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-10-28 09:05:03 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"tPST3vs91QPfR8VwyAkpHXwyq2asBY7Ecw3FJhfwJtf2h9vT8HVWZf+W7a1eFdCdZWArLZJ19mX6O713oa++qA==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo05.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo05.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mbegin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_content_elements" SET "image" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["image", "demo05.jpeg"], ["updated_at", "2015-10-28 14:05:05.447204"], ["id", 2]]
[1m[36m (1.2ms)[0m [1mcommit 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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.6ms)
Completed 200 OK in 1765ms (Views: 18.9ms | ActiveRecord: 2.0ms)
Started GET "/pulitzer/posts/new/content_elements/2/edit?authenticity_token=KnHGqgcjrE9Cq5LCv8yU0al2wXs3j24EyOYpBM7oxbFoAo6nDGsvKWJ6uh8p0G1RsCRBMAn%2FFqVB0FFVeLddzg%3D%3D" for ::1 at 2015-10-28 09:25:30 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"KnHGqgcjrE9Cq5LCv8yU0al2wXs3j24EyOYpBM7oxbFoAo6nDGsvKWJ6uh8p0G1RsCRBMAn/FqVB0FFVeLddzg==", "post_id"=>"new", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (40.9ms)
Completed 200 OK in 60ms (Views: 58.8ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-10-28 09:25:36 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"RDFrm9GYcwwsoIoR2MDQtFs0iQrZpN8BtabSJotmwBcGQiOW2tDwagxxosxO3Ck0QmYJQefUp6A8kKp3PTlYaA==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo04.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo04.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mbegin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "image" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["image", "demo04.jpeg"], ["updated_at", "2015-10-28 14:25:36.321895"], ["id", 2]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.4ms)
Completed 200 OK in 200ms (Views: 23.5ms | ActiveRecord: 1.7ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-28 09:25:38 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (49.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (51.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (61.3ms)
Completed 200 OK in 194ms (Views: 188.2ms | ActiveRecord: 1.1ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-28 09:25:39 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-28 09:25:39 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-28 09:25:39 -0500
Started GET "/assets/thin_man-6d59e61ac30c3f66cb04fa7728769225.js?body=1" for ::1 at 2015-10-28 09:25:39 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-28 09:25:39 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-28 09:25:39 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-28 09:25:39 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-28 09:25:39 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-28 09:25:39 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-28 09:25:39 -0500
Started GET "/assets/application-4392c387160dd98c2b65bbe752fe4e4f.js?body=1" for ::1 at 2015-10-28 09:25:39 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-28 09:25:39 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-10-29 11:57:49 -0500
[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::Post Load (0.4ms)[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", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (14.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (90.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (94.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (108.5ms)
Completed 200 OK in 292ms (Views: 275.2ms | ActiveRecord: 3.4ms)
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-29 11:57:49 -0500
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-29 11:57:49 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-29 11:57:49 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-29 11:57:49 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-29 11:57:49 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-10-29 11:57:49 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-29 11:57:49 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-29 11:57:49 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-29 11:57:49 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-29 11:57:49 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-29 11:57:49 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-10-29 11:57:49 -0500
Started GET "/pulitzer/post_type_content_element_types/5/edit?authenticity_token=J1Nl%2FNTEcW8faWGEMGfZ62P0zSqnTTvq%2BCTZ9c7r7j1Dne%2BZ7SDDEA8x4P5GB0RAppIUdVQHasoaL%2BAvLZ58Ew%3D%3D" for ::1 at 2015-10-29 11:57:53 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"J1Nl/NTEcW8faWGEMGfZ62P0zSqnTTvq+CTZ9c7r7j1Dne+Z7SDDEA8x4P5GB0RAppIUdVQHasoaL+AvLZ58Ew==", "id"=>"5"}
[1m[35mPulitzer::PostTypeContentElementType Load (0.6ms)[0m SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 5]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.3ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.9ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (44.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (67.1ms)
Completed 200 OK in 96ms (Views: 88.3ms | ActiveRecord: 1.9ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-29 11:57:56 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[35mPulitzer::Post Load (0.7ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "new"]]
[1m[36mPulitzer::PostType Load (0.7ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::PostTag Load (0.4ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (9.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (14.9ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mPulitzer::ContentElement Load (0.5ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (13.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (18.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (91.1ms)
Completed 200 OK in 229ms (Views: 170.9ms | ActiveRecord: 3.1ms)
Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-29 11:57:57 -0500
Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-29 11:57:57 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-29 11:57:57 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-29 11:57:57 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-29 11:57:57 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-29 11:57:57 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-29 11:57:57 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-29 11:57:57 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-29 11:57:57 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-29 11:57:57 -0500
Started GET "/pulitzer/posts/new/content_elements/5/edit?authenticity_token=dD2lQ9hyUzpuMnzVBai07raWmZkN%2FwDNOCkc%2FMCZiRgQ8y8m4ZbhRX5q%2Fa9zyClFc%2FBAxv61Ue3aIiUmI%2BwbNg%3D%3D" for ::1 at 2015-10-29 11:58:02 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"dD2lQ9hyUzpuMnzVBai07raWmZkN/wDNOCkc/MCZiRgQ8y8m4ZbhRX5q/a9zyClFc/BAxv61Ue3aIiUmI+wbNg==", "post_id"=>"new", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 5]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (23.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (601.7ms)
Completed 200 OK in 623ms (Views: 619.8ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/content_elements/5?authenticity_token=dD2lQ9hyUzpuMnzVBai07raWmZkN%2FwDNOCkc%2FMCZiRgQ8y8m4ZbhRX5q%2Fa9zyClFc%2FBAxv61Ue3aIiUmI%2BwbNg%3D%3D" for ::1 at 2015-10-29 11:58:04 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"dD2lQ9hyUzpuMnzVBai07raWmZkN/wDNOCkc/MCZiRgQ8y8m4ZbhRX5q/a9zyClFc/BAxv61Ue3aIiUmI+wbNg==", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Completed 200 OK in 22ms (Views: 20.1ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/new/content_elements/7/edit?authenticity_token=dD2lQ9hyUzpuMnzVBai07raWmZkN%2FwDNOCkc%2FMCZiRgQ8y8m4ZbhRX5q%2Fa9zyClFc%2FBAxv61Ue3aIiUmI%2BwbNg%3D%3D" for ::1 at 2015-10-29 11:58:06 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"dD2lQ9hyUzpuMnzVBai07raWmZkN/wDNOCkc/MCZiRgQ8y8m4ZbhRX5q/a9zyClFc/BAxv61Ue3aIiUmI+wbNg==", "post_id"=>"new", "id"=>"7"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 7]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 7]]
Rendered toolbars/_simple_editor.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (13.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (51.8ms)
Completed 200 OK in 71ms (Views: 69.3ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-29 12:00:24 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "new"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (55.5ms)
Completed 200 OK in 377ms (Views: 373.8ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-a5cdc50267a17b37cbee5556010b22a9.css?body=1" for ::1 at 2015-10-29 12:00:24 -0500
Started GET "/assets/pulitzer-27674dcea5900d3e4078e58f23508a12.css?body=1" for ::1 at 2015-10-29 12:00:24 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-29 12:00:24 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-29 12:00:24 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-29 12:00:24 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-10-29 12:00:24 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-29 12:00:24 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-29 12:00:24 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-29 12:00:24 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-29 12:00:24 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-29 12:00:24 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-10-29 12:00:24 -0500
Started GET "/pulitzer/posts/new/content_elements/7/edit?authenticity_token=ML9uLIX1OKt9om6AHPRrh%2FTqZwX2kc5aLPn6KnuYFeBUceRJvBGK1G367%2FpqlPYsMYy%2BWgXbn3rO8sPwmO2Hzg%3D%3D" for ::1 at 2015-10-29 12:00:29 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"ML9uLIX1OKt9om6AHPRrh/TqZwX2kc5aLPn6KnuYFeBUceRJvBGK1G367/pqlPYsMYy+WgXbn3rO8sPwmO2Hzg==", "post_id"=>"new", "id"=>"7"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 7]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 7]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (13.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (1442.3ms)
Completed 200 OK in 1460ms (Views: 1458.3ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-29 12:00:56 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[35mPulitzer::Post Load (0.7ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "new"]]
[1m[36mPulitzer::PostType Load (0.5ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::PostTag Load (0.4ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.8ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[35mPulitzer::ContentElement Load (0.5ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (43.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (60.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (140.3ms)
Completed 200 OK in 389ms (Views: 309.1ms | ActiveRecord: 4.4ms)
Started GET "/assets/pulitzer-27674dcea5900d3e4078e58f23508a12.css?body=1" for ::1 at 2015-10-29 12:00:56 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-29 12:00:56 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-29 12:00:56 -0500
Started GET "/assets/application-a5cdc50267a17b37cbee5556010b22a9.css?body=1" for ::1 at 2015-10-29 12:00:56 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-29 12:00:56 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-29 12:00:56 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-10-29 12:00:56 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-29 12:00:56 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-29 12:00:56 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-29 12:00:56 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-10-29 12:00:56 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-29 12:00:56 -0500
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-29 12:01:09 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "new"]]
[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::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (50.8ms)
Completed 200 OK in 138ms (Views: 135.2ms | ActiveRecord: 0.8ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-29 12:01:10 -0500
Started GET "/assets/pulitzer-27674dcea5900d3e4078e58f23508a12.css?body=1" for ::1 at 2015-10-29 12:01:10 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-29 12:01:10 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-29 12:01:10 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-10-29 12:01:10 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-29 12:01:10 -0500
Started GET "/assets/application-a5cdc50267a17b37cbee5556010b22a9.css?body=1" for ::1 at 2015-10-29 12:01:10 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-29 12:01:10 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-29 12:01:10 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-29 12:01:10 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-29 12:01:10 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-10-29 12:01:10 -0500
Started GET "/pulitzer/posts/new/content_elements/6/edit?authenticity_token=asISMn6ImR6BzunWOul6rS0Y%2F0fk%2Bi8kODBOy%2B%2FLSfEODJhXR2wrYZGWaKxMiecG6H4mGBewfgTaO3cRDL7b3w%3D%3D" for ::1 at 2015-10-29 12:01:22 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"asISMn6ImR6BzunWOul6rS0Y/0fk+i8kODBOy+/LSfEODJhXR2wrYZGWaKxMiecG6H4mGBewfgTaO3cRDL7b3w==", "post_id"=>"new", "id"=>"6"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 6]]
[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[35mPulitzer::PostTypeContentElementType Load (0.4ms)[0m SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 6]]
Rendered toolbars/_simple_editor.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (38.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (81.8ms)
Completed 200 OK in 104ms (Views: 101.2ms | ActiveRecord: 1.0ms)
Started GET "/pulitzer/content_elements/6?authenticity_token=asISMn6ImR6BzunWOul6rS0Y%2F0fk%2Bi8kODBOy%2B%2FLSfEODJhXR2wrYZGWaKxMiecG6H4mGBewfgTaO3cRDL7b3w%3D%3D" for ::1 at 2015-10-29 12:04:58 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"asISMn6ImR6BzunWOul6rS0Y/0fk+i8kODBOy+/LSfEODJhXR2wrYZGWaKxMiecG6H4mGBewfgTaO3cRDL7b3w==", "id"=>"6"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 6]]
[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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.2ms)
Completed 200 OK in 27ms (Views: 25.0ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/new/content_elements/7/edit?authenticity_token=asISMn6ImR6BzunWOul6rS0Y%2F0fk%2Bi8kODBOy%2B%2FLSfEODJhXR2wrYZGWaKxMiecG6H4mGBewfgTaO3cRDL7b3w%3D%3D" for ::1 at 2015-10-29 12:05:02 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"asISMn6ImR6BzunWOul6rS0Y/0fk+i8kODBOy+/LSfEODJhXR2wrYZGWaKxMiecG6H4mGBewfgTaO3cRDL7b3w==", "post_id"=>"new", "id"=>"7"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 7]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 7]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (13.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (59.1ms)
Completed 200 OK in 566ms (Views: 564.0ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-29 12:08:36 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "new"]]
[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::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.8ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["post_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (47.5ms)
Completed 200 OK in 326ms (Views: 324.0ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-10-29 12:08:36 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-10-29 12:08:37 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-10-29 12:08:37 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-29 12:08:37 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-29 12:08:37 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-29 12:08:37 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-29 12:08:37 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-29 12:08:37 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-29 12:08:37 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-10-29 12:08:37 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-29 12:08:37 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-29 12:08:37 -0500
Started GET "/pulitzer/posts/new/content_elements/6/edit?authenticity_token=uvl9Y%2BmunnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN%2FcG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA%3D%3D" for ::1 at 2015-10-29 12:08:40 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"uvl9Y+munnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN/cG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA==", "post_id"=>"new", "id"=>"6"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 6]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 6]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (12.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (56.1ms)
Completed 200 OK in 79ms (Views: 76.5ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/content_elements/6?authenticity_token=uvl9Y%2BmunnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN%2FcG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA%3D%3D" for ::1 at 2015-10-29 12:25:16 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"uvl9Y+munnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN/cG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA==", "id"=>"6"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 6]]
[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[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
Completed 200 OK in 21ms (Views: 19.2ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/6?authenticity_token=uvl9Y%2BmunnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN%2FcG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA%3D%3D" for ::1 at 2015-10-29 12:25:16 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"uvl9Y+munnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN/cG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA==", "id"=>"6"}
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 6]]
[1m[35mPulitzer::ContentElementType Load (0.7ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.9ms)
Completed 200 OK in 42ms (Views: 38.5ms | ActiveRecord: 1.1ms)
Started GET "/pulitzer/content_elements/6?authenticity_token=uvl9Y%2BmunnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN%2FcG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA%3D%3D" for ::1 at 2015-10-29 12:25:16 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"uvl9Y+munnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN/cG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA==", "id"=>"6"}
[1m[35mPulitzer::ContentElement Load (2.5ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 6]]
[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[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Completed 200 OK in 41ms (Views: 33.8ms | ActiveRecord: 2.7ms)
Started GET "/pulitzer/posts/new/content_elements/7/edit?authenticity_token=uvl9Y%2BmunnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN%2FcG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA%3D%3D" for ::1 at 2015-10-29 12:25:17 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"uvl9Y+munnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN/cG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA==", "post_id"=>"new", "id"=>"7"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 7]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 7]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (12.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (59.0ms)
Completed 200 OK in 163ms (Views: 161.1ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/7?authenticity_token=uvl9Y%2BmunnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN%2FcG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA%3D%3D" for ::1 at 2015-10-29 12:25:19 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"uvl9Y+munnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN/cG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA==", "id"=>"7"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 7]]
[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[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 0.3ms)
[1m[36mPulitzer::Post Load (0.4ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreatePulitzerVersions (20151029221443)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mCREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221443"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mCREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.3ms)[0m SELECT * FROM "pulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mINSERT INTO "apulitzer_content_elements" ("id","label","title","body","image","version_id","post_type_content_element_type_id","content_element_type_id","created_at","updated_at") VALUES (1, 'te', NULL, NULL, NULL, 1, 1, 2, '2015-10-26 20:46:21.607752', '2015-10-28 13:12:29.043149')[0m
[1m[35m (0.0ms)[0m INSERT INTO "apulitzer_content_elements" ("id","label","title","body","image","version_id","post_type_content_element_type_id","content_element_type_id","created_at","updated_at") VALUES (2, 'try it out', '', NULL, 'demo04.jpeg', 1, 2, 2, '2015-10-28 13:12:51.112699', '2015-10-28 14:25:36.321895')
[1m[36m (0.0ms)[0m [1mINSERT INTO "apulitzer_content_elements" ("id","label","title","body","image","version_id","post_type_content_element_type_id","content_element_type_id","created_at","updated_at") VALUES (5, 'simple text', '', 'asdfasdf', NULL, 1, 5, 1, '2015-10-28 13:48:41.107396', '2015-10-28 13:49:52.602767')[0m
[1m[35m (0.0ms)[0m INSERT INTO "apulitzer_content_elements" ("id","label","title","body","image","version_id","post_type_content_element_type_id","content_element_type_id","created_at","updated_at") VALUES (6, 'teditor text', '', 'asdfasdf
adfasdfasfas', NULL, 1, 6, 1, '2015-10-28 13:48:48.914457', '2015-10-28 13:49:41.638484')
[1m[36m (0.0ms)[0m [1mINSERT INTO "apulitzer_content_elements" ("id","label","title","body","image","version_id","post_type_content_element_type_id","content_element_type_id","created_at","updated_at") VALUES (7, 'editor 2 text', '', 'asdfas
vamos', NULL, 1, 7, 1, '2015-10-28 13:48:54.787116', '2015-10-28 13:49:40.244469')[0m
[1m[35m (1.0ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.0ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("id","label","title","body","image","version_id","post_type_content_element_type_id","content_element_type_id","created_at","updated_at") VALUES (1, 'te', NULL, NULL, NULL, 1, 1, 2, '2015-10-26 20:46:21.607752', '2015-10-28 13:12:29.043149')[0m
[1m[35m (0.0ms)[0m INSERT INTO "pulitzer_content_elements" ("id","label","title","body","image","version_id","post_type_content_element_type_id","content_element_type_id","created_at","updated_at") VALUES (2, 'try it out', '', NULL, 'demo04.jpeg', 1, 2, 2, '2015-10-28 13:12:51.112699', '2015-10-28 14:25:36.321895')
[1m[36m (0.0ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("id","label","title","body","image","version_id","post_type_content_element_type_id","content_element_type_id","created_at","updated_at") VALUES (5, 'simple text', '', 'asdfasdf', NULL, 1, 5, 1, '2015-10-28 13:48:41.107396', '2015-10-28 13:49:52.602767')[0m
[1m[35m (0.0ms)[0m INSERT INTO "pulitzer_content_elements" ("id","label","title","body","image","version_id","post_type_content_element_type_id","content_element_type_id","created_at","updated_at") VALUES (6, 'teditor text', '', 'asdfasdf
adfasdfasfas', NULL, 1, 6, 1, '2015-10-28 13:48:48.914457', '2015-10-28 13:49:41.638484')
[1m[36m (0.0ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("id","label","title","body","image","version_id","post_type_content_element_type_id","content_element_type_id","created_at","updated_at") VALUES (7, 'editor 2 text', '', 'asdfas
vamos', NULL, 1, 7, 1, '2015-10-28 13:48:54.787116', '2015-10-28 13:49:40.244469')[0m
[1m[35m (0.3ms)[0m DROP TABLE "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mCREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.4ms)[0m SELECT * FROM "pulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mDROP TABLE "pulitzer_post_tags"[0m
[1m[35m (0.1ms)[0m CREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "apulitzer_post_tags"[0m
[1m[35m (0.1ms)[0m DROP TABLE "apulitzer_post_tags"
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221444"]]
[1m[35m (1.1ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
Started GET "/pulitzer/post_types" for ::1 at 2015-10-30 11:01:20 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.6ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::Post Load (0.4ms)[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", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (10.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (87.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (90.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (103.3ms)
Completed 200 OK in 267ms (Views: 256.3ms | ActiveRecord: 2.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-10-30 11:01:20 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-10-30 11:01:21 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-30 11:01:21 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-10-30 11:01:21 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-30 11:01:21 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-10-30 11:01:21 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-30 11:01:21 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-30 11:01:21 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-30 11:01:21 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-30 11:01:21 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-30 11:01:21 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-30 11:01:21 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
[1m[36mPulitzer::Post Load (0.5ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.4ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Started GET "/pulitzer/post_types" for ::1 at 2015-10-30 12:05:05 -0500
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-10-30 12:05:22 -0500
[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.4ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::Post Load (0.4ms)[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", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (10.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (86.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (89.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (102.1ms)
Completed 200 OK in 257ms (Views: 246.5ms | ActiveRecord: 2.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-10-30 12:05:22 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-10-30 12:05:22 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-30 12:05:22 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-30 12:05:22 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-10-30 12:05:22 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-30 12:05:22 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-30 12:05:22 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-30 12:05:22 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-10-30 12:05:22 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-30 12:05:22 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-30 12:05:22 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-30 12:05:22 -0500
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-30 12:07:12 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[35mPulitzer::Post Load (0.7ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "new"]]
Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.7ms)
NoMethodError (undefined method `content_elements' for #):
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (54.1ms)
Started GET "/sidekiq/" for ::1 at 2015-11-04 09:42:00 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
ActionController::RoutingError (No route matches [GET] "/sidekiq"):
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (9.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (129.3ms)
Started GET "/sidekiq/" for ::1 at 2015-11-04 09:42:03 -0500
ActionController::RoutingError (No route matches [GET] "/sidekiq"):
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (109.0ms)
Started GET "/sidekiq/" for ::1 at 2015-11-04 10:55:01 -0500
ActionController::RoutingError (No route matches [GET] "/sidekiq"):
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (92.3ms)
Started GET "/" for ::1 at 2015-11-04 10:55:05 -0500
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.5ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.8ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (57.0ms)
Started GET "/" for ::1 at 2015-11-04 10:55:13 -0500
Processing by PagesController#news_posts as HTML
[1m[36mPulitzer::PostType Load (0.2ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1[0m [["name", "News articles"]]
Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.6ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (47.7ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 10:55:19 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::Post Load (0.4ms)[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", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (8.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (11.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (74.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (78.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (86.1ms)
Completed 200 OK in 215ms (Views: 212.5ms | ActiveRecord: 2.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 10:55:19 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 10:55:19 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 10:55:19 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 10:55:19 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 10:55:19 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 10:55:19 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 10:55:19 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 10:55:19 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 10:55:19 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 10:55:19 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 10:55:19 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 10:55:19 -0500
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-11-04 10:55:59 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[35mPulitzer::Post Load (0.5ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "new"]]
Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.5ms)
NoMethodError (undefined method `content_elements' for #):
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (50.6ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-11-04 10:57:04 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (50.7ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-11-04 10:59:08 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "new"]]
Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.5ms)
NoMethodError (undefined method `content_elements' for #):
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1601.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (1654.4ms)
Started GET "/pulitzer/posts/" for ::1 at 2015-11-04 10:59:11 -0500
Processing by Pulitzer::PostsController#index as HTML
[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 7ms (ActiveRecord: 0.4ms)
ActiveRecord::RecordNotFound (Couldn't find Pulitzer::PostType with 'id'=):
activerecord (4.2.4) lib/active_record/core.rb:155:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/posts_controller.rb:5:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.3ms)
Started GET "/pulitzer/" for ::1 at 2015-11-04 10:59:14 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (10.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (58.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (63.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (87.8ms)
Completed 200 OK in 189ms (Views: 187.6ms | ActiveRecord: 1.1ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=%2Fmb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V%2BDe5fyt4f3KWg%2F2aU1EckZmMd3xCN7CrmDheQ%3D%3D" for ::1 at 2015-11-04 10:59:22 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"/mb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V+De5fyt4f3KWg/2aU1EckZmMd3xCN7CrmDheQ==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (42.2ms)
Completed 200 OK in 983ms (Views: 982.6ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-04 10:59:28 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"VAfX70AiEpzb/+W34+Rf9beVYlGkBzJaHL/ulXQgdEAwyV2Kecag48unZM2VhMJecvO7DldNY3r+tNdPl1Xmbg==", "post_type"=>{"name"=>"news", "plural"=>"0", "template"=>"0"}, "commit"=>"Update 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.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_post_types" SET "name" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ?[0m [["name", "news"], ["updated_at", "2015-11-04 15:59:28.677695"], ["id", 1]]
[1m[35m (0.8ms)[0m commit transaction
[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", 1]]
[1m[35mCACHE (0.0ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (22.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (18.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (22.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (16.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (194.7ms)
Completed 200 OK in 219ms (Views: 210.8ms | ActiveRecord: 1.8ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=%2Fmb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V%2BDe5fyt4f3KWg%2F2aU1EckZmMd3xCN7CrmDheQ%3D%3D" for ::1 at 2015-11-04 10:59:30 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"/mb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V+De5fyt4f3KWg/2aU1EckZmMd3xCN7CrmDheQ==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (20.8ms)
Completed 200 OK in 39ms (Views: 38.1ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-04 10:59:33 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"5ak1uDYwMOKA6f1rzf21/MOREs7LdsJzCDf3GiUzyg6BZ7/dD9SCnZCxfBG7nShXBvfLkTg8k1PqPM7AxkZYIA==", "post_type"=>{"name"=>"news", "plural"=>"0", "template"=>"0"}, "commit"=>"Update 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[35m (0.1ms)[0m commit transaction
[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", 1]]
[1m[35mCACHE (0.0ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (16.1ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (24.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (15.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (178.2ms)
Completed 200 OK in 197ms (Views: 192.6ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-11-04 10:59:34 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"new"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "new"]]
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)
NoMethodError (undefined method `content_elements' for #):
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (47.4ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=%2Fmb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V%2BDe5fyt4f3KWg%2F2aU1EckZmMd3xCN7CrmDheQ%3D%3D" for ::1 at 2015-11-04 10:59:38 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"/mb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V+De5fyt4f3KWg/2aU1EckZmMd3xCN7CrmDheQ=="}
[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.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (26.0ms)
Completed 200 OK in 46ms (Views: 43.7ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-04 10:59:41 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"8xlgEEbZ935dZWJgWKC1UW8nZxk88lJBP4r0t+4cQCmX1+p1fz1FAU094xouwCj6qkG+Rs+4A2Hdgc1tDWnSBw==", "post_type_content_element_type"=>{"label"=>"test element", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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 (1749.4ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "test element"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-04 15:59:41.939177"], ["updated_at", "2015-11-04 15:59:41.939177"]]
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.4ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
Completed 500 Internal Server Error in 1769ms (ActiveRecord: 1751.4ms)
NoMethodError (undefined method `content_elements' for #):
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_post_type_content_elements.rb:11:in `block in call'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_post_type_content_elements.rb:10:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:13:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (47.3ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-04 11:03:15 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"8xlgEEbZ935dZWJgWKC1UW8nZxk88lJBP4r0t+4cQCmX1+p1fz1FAU094xouwCj6qkG+Rs+4A2Hdgc1tDWnSBw==", "post_type_content_element_type"=>{"label"=>"test element", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[1m[35mPulitzer::PostType Load (0.3ms)[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.4ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "test element"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-04 16:03:15.787459"], ["updated_at", "2015-11-04 16:03:15.787459"]]
[1m[36m (204.1ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", nil]]
Completed 500 Internal Server Error in 282ms (ActiveRecord: 206.2ms)
Module::DelegationError (Pulitzer::Post#content_elements delegated to active_version.content_elements, but active_version is nil: #):
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `rescue in content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_post_type_content_elements.rb:11:in `block in call'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_post_type_content_elements.rb:10:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:13:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (48.8ms)
Started GET "/pulitzer/post_types/new?authenticity_token=%2Fmb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V%2BDe5fyt4f3KWg%2F2aU1EckZmMd3xCN7CrmDheQ%3D%3D" for ::1 at 2015-11-04 11:10:33 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"/mb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V+De5fyt4f3KWg/2aU1EckZmMd3xCN7CrmDheQ=="}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (5.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (53.1ms)
Started GET "/pulitzer/post_types/new?authenticity_token=%2Fmb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V%2BDe5fyt4f3KWg%2F2aU1EckZmMd3xCN7CrmDheQ%3D%3D" for ::1 at 2015-11-04 11:13:12 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"/mb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V+De5fyt4f3KWg/2aU1EckZmMd3xCN7CrmDheQ=="}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (11.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (59.1ms)
Started GET "/pulitzer/post_types/new?authenticity_token=%2Fmb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V%2BDe5fyt4f3KWg%2F2aU1EckZmMd3xCN7CrmDheQ%3D%3D" for ::1 at 2015-11-04 11:14:47 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"/mb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V+De5fyt4f3KWg/2aU1EckZmMd3xCN7CrmDheQ=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (45.8ms)
Completed 200 OK in 1276ms (Views: 1265.6ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-04 11:14:54 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"sZkeHZqDxPRJuIOcor6JqjWqwPNHe+ZM1haI9Ct3eETVV5R4o2d2i1ngAubU3hQB8MwZrLQxt2w0HbEuyALqag==", "post_type"=>{"name"=>"test new one", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "test new one"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-04 16:14:54.411999"], ["updated_at", "2015-11-04 16:14:54.411999"]]
[1m[35m (844.9ms)[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.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "test-new-one"]]
[1m[35m (0.1ms)[0m rollback transaction
Completed 500 Internal Server Error in 1783ms (ActiveRecord: 846.2ms)
NoMethodError (undefined method `version' for #):
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:32:in `create_version'
activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_create_callbacks'
activerecord (4.2.4) lib/active_record/callbacks.rb:306:in `_create_record'
activerecord (4.2.4) lib/active_record/timestamp.rb:57:in `_create_record'
activerecord (4.2.4) lib/active_record/persistence.rb:504:in `create_or_update'
activerecord (4.2.4) lib/active_record/callbacks.rb:302:in `block in create_or_update'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_save_callbacks'
activerecord (4.2.4) lib/active_record/callbacks.rb:302:in `create_or_update'
activerecord (4.2.4) lib/active_record/persistence.rb:120:in `save'
activerecord (4.2.4) lib/active_record/validations.rb:37:in `save'
activerecord (4.2.4) lib/active_record/attribute_methods/dirty.rb:21:in `save'
activerecord (4.2.4) lib/active_record/transactions.rb:286:in `block (2 levels) in save'
activerecord (4.2.4) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:348:in `with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/transactions.rb:286:in `block in save'
activerecord (4.2.4) lib/active_record/transactions.rb:301:in `rollback_active_record_state!'
activerecord (4.2.4) lib/active_record/transactions.rb:285:in `save'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:41:in `insert_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:495:in `block (2 levels) in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:408:in `replace_on_target'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:403:in `add_to_target'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:493:in `block in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:183:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:182:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:492:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:187:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:153:in `create'
activerecord (4.2.4) lib/active_record/associations/collection_proxy.rb:290:in `create'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_singleton_post.rb:11:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_types_controller.rb:15:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (46.4ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-04 11:15:37 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"sZkeHZqDxPRJuIOcor6JqjWqwPNHe+ZM1haI9Ct3eETVV5R4o2d2i1ngAubU3hQB8MwZrLQxt2w0HbEuyALqag==", "post_type"=>{"name"=>"test new one", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "test new one"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-04 16:15:37.290097"], ["updated_at", "2015-11-04 16:15:37.290097"]]
[1m[35m (102.0ms)[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", 3]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "test-new-one"]]
[1m[35m (0.0ms)[0m rollback transaction
Completed 422 Unprocessable Entity in 290ms (ActiveRecord: 103.8ms)
ActiveRecord::RecordNotSaved (You cannot call create unless the parent is saved):
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:486:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:187:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:153:in `create'
activerecord (4.2.4) lib/active_record/associations/collection_proxy.rb:290:in `create'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:32:in `create_version'
activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_create_callbacks'
activerecord (4.2.4) lib/active_record/callbacks.rb:306:in `_create_record'
activerecord (4.2.4) lib/active_record/timestamp.rb:57:in `_create_record'
activerecord (4.2.4) lib/active_record/persistence.rb:504:in `create_or_update'
activerecord (4.2.4) lib/active_record/callbacks.rb:302:in `block in create_or_update'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_save_callbacks'
activerecord (4.2.4) lib/active_record/callbacks.rb:302:in `create_or_update'
activerecord (4.2.4) lib/active_record/persistence.rb:120:in `save'
activerecord (4.2.4) lib/active_record/validations.rb:37:in `save'
activerecord (4.2.4) lib/active_record/attribute_methods/dirty.rb:21:in `save'
activerecord (4.2.4) lib/active_record/transactions.rb:286:in `block (2 levels) in save'
activerecord (4.2.4) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:348:in `with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/transactions.rb:286:in `block in save'
activerecord (4.2.4) lib/active_record/transactions.rb:301:in `rollback_active_record_state!'
activerecord (4.2.4) lib/active_record/transactions.rb:285:in `save'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:41:in `insert_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:495:in `block (2 levels) in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:408:in `replace_on_target'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:403:in `add_to_target'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:493:in `block in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:183:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:182:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:492:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:187:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:153:in `create'
activerecord (4.2.4) lib/active_record/associations/collection_proxy.rb:290:in `create'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_singleton_post.rb:11:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_types_controller.rb:15:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (49.4ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-04 11:18:46 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"sZkeHZqDxPRJuIOcor6JqjWqwPNHe+ZM1haI9Ct3eETVV5R4o2d2i1ngAubU3hQB8MwZrLQxt2w0HbEuyALqag==", "post_type"=>{"name"=>"test new one", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "test new one"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-04 16:18:46.625242"], ["updated_at", "2015-11-04 16:18:46.625242"]]
[1m[35m (1377.0ms)[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", 4]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "test-new-one"]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "test new one"], ["post_type_id", 4], ["slug", "test-new-one"], ["created_at", "2015-11-04 16:18:48.172594"], ["updated_at", "2015-11-04 16:18:48.172594"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 1], ["post_id", 2], ["created_at", "2015-11-04 16:18:48.182926"], ["updated_at", "2015-11-04 16:18:48.182926"]]
[1m[35m (1056.6ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 4]]
[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", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (30.2ms)
Completed 200 OK in 2702ms (Views: 56.4ms | ActiveRecord: 2436.4ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=4&authenticity_token=%2Fmb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V%2BDe5fyt4f3KWg%2F2aU1EckZmMd3xCN7CrmDheQ%3D%3D" for ::1 at 2015-11-04 11:18:53 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"4", "authenticity_token"=>"/mb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V+De5fyt4f3KWg/2aU1EckZmMd3xCN7CrmDheQ=="}
[1m[36mPulitzer::PostType Load (0.2ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 4]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (20.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (39.0ms)
Completed 200 OK in 69ms (Views: 59.7ms | ActiveRecord: 0.9ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-04 11:18:56 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"pSTcTKkShJzKqYsBfBX+gHZQuD3b0tpmxJI1zWHj7/rB6lYpkPY249rxCnsKdWMrszZhYiiYi0YmmQwXgpZ91A==", "post_type_content_element_type"=>{"label"=>"mother", "content_element_type_id"=>"1", "post_type_id"=>"4", "text_editor"=>"None"}, "commit"=>"Content element"}
[1m[36mPulitzer::PostType Load (0.3ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 4]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "mother"], ["content_element_type_id", 1], ["post_type_id", 4], ["text_editor", "None"], ["created_at", "2015-11-04 16:18:56.280600"], ["updated_at", "2015-11-04 16:18:56.280600"]]
[1m[35m (39.3ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 4]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 2], ["status", nil]]
Completed 500 Internal Server Error in 49ms (ActiveRecord: 40.4ms)
Module::DelegationError (Pulitzer::Post#content_elements delegated to active_version.content_elements, but active_version is nil: #):
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `rescue in content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_post_type_content_elements.rb:11:in `block in call'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_post_type_content_elements.rb:10:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:13:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (50.3ms)
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started GET "/pulitzer/post_types/new?authenticity_token=%2Fmb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V%2BDe5fyt4f3KWg%2F2aU1EckZmMd3xCN7CrmDheQ%3D%3D" for ::1 at 2015-11-04 11:19:56 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"/mb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V+De5fyt4f3KWg/2aU1EckZmMd3xCN7CrmDheQ=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (40.5ms)
Completed 200 OK in 74ms (Views: 63.8ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-04 11:20:00 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"iIJezQz/GYxSKojNDmMr2DD5DI+OIKvLBDgldhHZYvnsTNSoNRur80JyCbd4A7Zz9Z/V0H1q+uvmMxys8qzw1w==", "post_type"=>{"name"=>"tak eit", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "tak eit"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-04 16:20:00.906330"], ["updated_at", "2015-11-04 16:20:00.906330"]]
[1m[35m (131.0ms)[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", 5]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "tak-eit"]]
[1m[35mSQL (0.5ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "tak eit"], ["post_type_id", 5], ["slug", "tak-eit"], ["created_at", "2015-11-04 16:20:01.208348"], ["updated_at", "2015-11-04 16:20:01.208348"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 3]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 1], ["post_id", 3], ["created_at", "2015-11-04 16:20:12.345891"], ["updated_at", "2015-11-04 16:20:12.345891"]]
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 3]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 3], ["status", nil]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 3], ["status", 1]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" ASC LIMIT 1 [["post_id", 3], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 3], ["status", :active]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 3], ["status", 0]]
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? [["post_id", 3], ["status", 0]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 3], ["status", nil]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 3], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 3], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 3], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 3], ["status", 1]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 1], ["post_id", 3], ["created_at", "2015-11-04 16:30:26.189429"], ["updated_at", "2015-11-04 16:30:26.189429"]]
[1m[36m (54.2ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTypeContentElementType Load (1.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 5]]
[1m[36mPulitzer::Post Load (0.4ms)[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", 5]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (32.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (54.8ms)
Completed 200 OK in 625513ms (Views: 77.9ms | ActiveRecord: 192.2ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=5&authenticity_token=%2Fmb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V%2BDe5fyt4f3KWg%2F2aU1EckZmMd3xCN7CrmDheQ%3D%3D" for ::1 at 2015-11-04 11:30:36 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"5", "authenticity_token"=>"/mb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V+De5fyt4f3KWg/2aU1EckZmMd3xCN7CrmDheQ=="}
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 5]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (26.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (55.8ms)
Completed 200 OK in 119ms (Views: 79.1ms | ActiveRecord: 1.6ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-04 11:30:38 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"PfFlEeMRV19aYxpN+9mE5QPi0wlEoBwzaQmvoHoODq5ZP+902vXlIEo7mzeNuRlOxoQKVrfqTROLApZ6mXucgA==", "post_type_content_element_type"=>{"label"=>"asdf", "content_element_type_id"=>"1", "post_type_id"=>"5", "text_editor"=>"None"}, "commit"=>"Content element"}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 5]]
[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", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "asdf"], ["content_element_type_id", 1], ["post_type_id", 5], ["text_editor", "None"], ["created_at", "2015-11-04 16:30:38.497157"], ["updated_at", "2015-11-04 16:30:38.497157"]]
[1m[36m (1492.4ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 5]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 3], ["status", 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[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 2], ["label", "asdf"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 11], ["created_at", "2015-11-04 16:30:40.061087"], ["updated_at", "2015-11-04 16:30:40.061087"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.0ms)
Completed 200 OK in 1611ms (Views: 41.4ms | ActiveRecord: 1495.7ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=5&authenticity_token=%2Fmb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V%2BDe5fyt4f3KWg%2F2aU1EckZmMd3xCN7CrmDheQ%3D%3D" for ::1 at 2015-11-04 11:33:48 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"5", "authenticity_token"=>"/mb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V+De5fyt4f3KWg/2aU1EckZmMd3xCN7CrmDheQ=="}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 5]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (19.7ms)
Completed 200 OK in 39ms (Views: 36.9ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-04 11:33:52 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"PDFrM69yAnj6r4D3uaTuRfjJG3abDPu7UojFIsj9UjpY/+FWlpawB+r3AY3PxHPuPa/CKWhGqpuwg/z4K4jAFA==", "post_type_content_element_type"=>{"label"=>"b", "content_element_type_id"=>"1", "post_type_id"=>"5", "text_editor"=>"None"}, "commit"=>"Content element"}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 5]]
[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", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "b"], ["content_element_type_id", 1], ["post_type_id", 5], ["text_editor", "None"], ["created_at", "2015-11-04 16:33:52.640460"], ["updated_at", "2015-11-04 16:33:52.640460"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 5]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 3], ["status", 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[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 2], ["label", "b"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 12], ["created_at", "2015-11-04 16:33:52.647400"], ["updated_at", "2015-11-04 16:33:52.647400"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.9ms)
Completed 200 OK in 48ms (Views: 35.8ms | ActiveRecord: 2.3ms)
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 3]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 3], ["status", nil]]
Started GET "/pulitzer/post_types/new?authenticity_token=%2Fmb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V%2BDe5fyt4f3KWg%2F2aU1EckZmMd3xCN7CrmDheQ%3D%3D" for ::1 at 2015-11-04 11:35:04 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"/mb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V+De5fyt4f3KWg/2aU1EckZmMd3xCN7CrmDheQ=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (45.8ms)
Completed 200 OK in 74ms (Views: 64.5ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-04 11:35:06 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"hWStjXdJ/TMp8JbVBr/gNqDb9xlynNUAsew9hUkggWHhqifoTq1PTDmoF69w332dZb0uRoHWhCBT5wRfqlUTTw==", "post_type"=>{"name"=>"va", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "va"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-04 16:35:06.088499"], ["updated_at", "2015-11-04 16:35:06.088499"]]
[1m[35m (88.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", 6]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "va"]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "va"], ["post_type_id", 6], ["slug", "va"], ["created_at", "2015-11-04 16:35:06.349505"], ["updated_at", "2015-11-04 16:35:06.349505"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 1], ["post_id", 4], ["created_at", "2015-11-04 16:35:06.359722"], ["updated_at", "2015-11-04 16:35:06.359722"]]
[1m[35m (814.2ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 6]]
[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", 6]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (24.1ms)
Completed 200 OK in 1142ms (Views: 43.1ms | ActiveRecord: 905.5ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=6&authenticity_token=%2Fmb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V%2BDe5fyt4f3KWg%2F2aU1EckZmMd3xCN7CrmDheQ%3D%3D" for ::1 at 2015-11-04 11:35:10 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"6", "authenticity_token"=>"/mb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V+De5fyt4f3KWg/2aU1EckZmMd3xCN7CrmDheQ=="}
[1m[36mPulitzer::PostType Load (0.2ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (12.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (33.8ms)
Completed 200 OK in 61ms (Views: 49.5ms | ActiveRecord: 0.9ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-04 11:35:12 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ew2Kqpiy72+Fw2UY1KaD8768YVCeN+WDxqmLnMX5B4sfwwDPoVZdEJWb5GKixh5Ye9q4D219tKMkorJGJoyVpQ==", "post_type_content_element_type"=>{"label"=>"test", "content_element_type_id"=>"1", "post_type_id"=>"6", "text_editor"=>"None"}, "commit"=>"Content element"}
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 6]]
[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", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "test"], ["content_element_type_id", 1], ["post_type_id", 6], ["text_editor", "None"], ["created_at", "2015-11-04 16:35:12.157755"], ["updated_at", "2015-11-04 16:35:12.157755"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 6]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 4], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "test"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 13], ["created_at", "2015-11-04 16:35:12.217296"], ["updated_at", "2015-11-04 16:35:12.217296"]]
[1m[35m (0.7ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (21.8ms)
Completed 200 OK in 104ms (Views: 39.0ms | ActiveRecord: 3.3ms)
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 4], ["status", nil]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 4]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 4], ["status", 1]]
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=6&authenticity_token=%2Fmb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V%2BDe5fyt4f3KWg%2F2aU1EckZmMd3xCN7CrmDheQ%3D%3D" for ::1 at 2015-11-04 11:44:28 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"6", "authenticity_token"=>"/mb8UG4EbJrs9WCHvDqSXawrnS21LGD9EwPnGE0Vc1eaqHY1V+De5fyt4f3KWg/2aU1EckZmMd3xCN7CrmDheQ=="}
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (20.7ms)
Completed 200 OK in 37ms (Views: 35.3ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-04 11:44:33 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ypt05mHnCT0FESjpHQSGpFQeMPmWTJ+gPBcMEslE5ZuuVf6DWAO7QhVJqZNrZBsPkXjppmUGzoDeHDXIKjF3tQ==", "post_type_content_element_type"=>{"label"=>"va", "content_element_type_id"=>"2", "post_type_id"=>"6", "height"=>"100", "width"=>"100"}, "commit"=>"Content element"}
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 6]]
[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", "va"], ["content_element_type_id", 2], ["post_type_id", 6], ["created_at", "2015-11-04 16:44:33.898406"], ["updated_at", "2015-11-04 16:44:33.898406"]]
[1m[35m (33.9ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 6]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 4], ["status", 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" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "va"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 14], ["created_at", "2015-11-04 16:44:33.939278"], ["updated_at", "2015-11-04 16:44:33.939278"]]
[1m[35m (0.6ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.7ms)
Completed 200 OK in 87ms (Views: 40.0ms | ActiveRecord: 35.7ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-04 11:44:41 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 4], ["status", 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", 6]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (12.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (20.2ms)
Completed 500 Internal Server Error in 175ms (ActiveRecord: 0.5ms)
ActionView::Template::Error (undefined method `post_tags' for #):
1: <%= humanize_class_name(tag_model).pluralize %>
2: <% post.post_tags.where(label_type: tag_model).each do |post_tag| %>
3:
4: - <%= post_tag.label.name %>
5: - <%= ajax_delete 'delete', post_post_tag_path(post, post_tag), {}, dom_target(post_tag) %>
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__show_html_erb___1305854046599959271_70338510971260'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__show_wrapper_html_erb___2742481876759430455_70338510614460'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:11:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__3268404552604283766_70338517929060'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:10:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:10:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__3268404552604283766_70338517929060'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (53.9ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-04 11:45:37 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 4], ["status", 1]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 6]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 4], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 4], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 13]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (12.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (41.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (52.1ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (628.5ms)
Completed 200 OK in 817ms (Views: 745.4ms | ActiveRecord: 3.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 11:45:38 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 11:45:38 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 11:45:38 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 11:45:38 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 11:45:38 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 11:45:38 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 11:45:38 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 11:45:39 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 11:45:39 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 11:45:39 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 11:45:39 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 11:45:39 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 11:45:47 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (42.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (44.8ms)
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (56.0ms)
Completed 500 Internal Server Error in 59ms (ActiveRecord: 0.9ms)
ActionView::Template::Error (No route matches {:action=>"index", :controller=>"pulitzer/content_elements", :post_id=>nil} missing required keys: [:post_id]):
1:
2:
3: - <%= post_type.name %>
4: - <%= link_to_posts(post_type, 'Index', 'Manage') %>
5: - >
6: <%= link_to "Template", '#', class: 'toggle-post-type-content-elements', data: { post_types: post_type.id } %>
7:
actionpack (4.2.4) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:729:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:760:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:803:in `url_for'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:282:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:225:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/posts_helper.rb:8:in `link_to_posts'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb:4:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_html_erb__3242448461209641121_70124369909960'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_wrapper_html_erb___2360689140677674865_70124370034960'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:12:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___1914261102366562373_70124370235300'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:11:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___1914261102366562373_70124370235300'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (58.6ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 11:45:52 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (38.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (40.2ms)
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (49.0ms)
Completed 500 Internal Server Error in 52ms (ActiveRecord: 0.7ms)
ActionView::Template::Error (No route matches {:action=>"index", :controller=>"pulitzer/content_elements", :post_id=>nil} missing required keys: [:post_id]):
1:
2:
3: - <%= post_type.name %>
4: - <%= link_to_posts(post_type, 'Index', 'Manage') %>
5: - >
6: <%= link_to "Template", '#', class: 'toggle-post-type-content-elements', data: { post_types: post_type.id } %>
7:
actionpack (4.2.4) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:729:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:760:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:803:in `url_for'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:282:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:225:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/posts_helper.rb:8:in `link_to_posts'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb:4:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_html_erb__3242448461209641121_70124369909960'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_wrapper_html_erb___2360689140677674865_70124370034960'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:12:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___1914261102366562373_70124370235300'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:11:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___1914261102366562373_70124370235300'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (59.1ms)
Started GET "/pulitzer/posts/va/post_tags/new?tag_model=SearchLocation&authenticity_token=lLfckIAX5%2B9LHHJ5BnrX%2BA227%2B9Fm0uFegCEWpXXRZzweVb1ufNVkFtE8wNwGkpTyNA2sLbRGqWYC72AdqLXsg%3D%3D" for ::1 at 2015-11-04 11:46:03 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"SearchLocation", "authenticity_token"=>"lLfckIAX5+9LHHJ5BnrX+A227+9Fm0uFegCEWpXXRZzweVb1ufNVkFtE8wNwGkpTyNA2sLbRGqWYC72AdqLXsg==", "post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 4], ["status", 1]]
[1m[36mSearchLocation Load (0.1ms)[0m [1mSELECT "search_locations".* FROM "search_locations"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (6.8ms)
Completed 200 OK in 36ms (Views: 22.4ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts/va/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=lLfckIAX5%2B9LHHJ5BnrX%2BA227%2B9Fm0uFegCEWpXXRZzweVb1ufNVkFtE8wNwGkpTyNA2sLbRGqWYC72AdqLXsg%3D%3D" for ::1 at 2015-11-04 11:46:07 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"lLfckIAX5+9LHHJ5BnrX+A227+9Fm0uFegCEWpXXRZzweVb1ufNVkFtE8wNwGkpTyNA2sLbRGqWYC72AdqLXsg==", "post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 4], ["status", 1]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (793.0ms)
Completed 200 OK in 811ms (Views: 807.6ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/posts/va/post_tags" for ::1 at 2015-11-04 11:46:11 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Skjz7cDEF7BSbeB8pplsD5hqFCJNIGwg3t7qWYnNum0uhnmI+SClz0I1YQbQ+fGkXQzNfb5qPQA81dODargoQw==", "post_tag"=>{"label_id"=>"adsf", "post_id"=>"4", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1 [["name", "adsf"]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "adsf"], ["created_at", "2015-11-04 16:46:13.468143"], ["updated_at", "2015-11-04 16:46:13.468143"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 4], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
Completed 500 Internal Server Error in 2263ms (ActiveRecord: 2.1ms)
ActiveRecord::UnknownAttributeError (unknown attribute 'post_id' for Pulitzer::PostTag.):
activerecord (4.2.4) lib/active_record/attribute_assignment.rb:59:in `rescue in _assign_attribute'
activerecord (4.2.4) lib/active_record/attribute_assignment.rb:54:in `_assign_attribute'
activerecord (4.2.4) lib/active_record/attribute_assignment.rb:41:in `block in assign_attributes'
actionpack (4.2.4) lib/action_controller/metal/strong_parameters.rb:185:in `each_pair'
actionpack (4.2.4) lib/action_controller/metal/strong_parameters.rb:185:in `each_pair'
activerecord (4.2.4) lib/active_record/attribute_assignment.rb:35:in `assign_attributes'
activerecord (4.2.4) lib/active_record/core.rb:564:in `init_attributes'
activerecord (4.2.4) lib/active_record/core.rb:281:in `initialize'
activerecord (4.2.4) lib/active_record/inheritance.rb:61:in `new'
activerecord (4.2.4) lib/active_record/inheritance.rb:61:in `new'
activerecord (4.2.4) lib/active_record/reflection.rb:131:in `build_association'
activerecord (4.2.4) lib/active_record/associations/association.rb:250:in `build_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:493:in `block in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:183:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:182:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:492:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:187:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:153:in `create'
activerecord (4.2.4) lib/active_record/associations/collection_proxy.rb:290:in `create'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_post_tag.rb:15:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_tags_controller.rb:11:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (55.7ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 11:46:34 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.2ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (44.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (47.2ms)
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (58.8ms)
Completed 500 Internal Server Error in 62ms (ActiveRecord: 0.8ms)
ActionView::Template::Error (No route matches {:action=>"index", :controller=>"pulitzer/content_elements", :post_id=>nil} missing required keys: [:post_id]):
1:
2:
3: - <%= post_type.name %>
4: - <%= link_to_posts(post_type, 'Index', 'Manage') %>
5: - >
6: <%= link_to "Template", '#', class: 'toggle-post-type-content-elements', data: { post_types: post_type.id } %>
7:
actionpack (4.2.4) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:729:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:760:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:803:in `url_for'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:282:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:225:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/posts_helper.rb:8:in `link_to_posts'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb:4:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_html_erb__3242448461209641121_70124369909960'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_wrapper_html_erb___2360689140677674865_70124370034960'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:12:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___1914261102366562373_70124370235300'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:11:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___1914261102366562373_70124370235300'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (54.9ms)
Started GET "/pulitzer" for ::1 at 2015-11-04 11:46:41 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (7.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (40.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (42.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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (53.1ms)
Completed 500 Internal Server Error in 58ms (ActiveRecord: 0.8ms)
ActionView::Template::Error (No route matches {:action=>"index", :controller=>"pulitzer/content_elements", :post_id=>nil} missing required keys: [:post_id]):
1:
2:
3: - <%= post_type.name %>
4: - <%= link_to_posts(post_type, 'Index', 'Manage') %>
5: - >
6: <%= link_to "Template", '#', class: 'toggle-post-type-content-elements', data: { post_types: post_type.id } %>
7:
actionpack (4.2.4) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:729:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:760:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:803:in `url_for'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:282:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:225:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/posts_helper.rb:8:in `link_to_posts'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb:4:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_html_erb__3242448461209641121_70124369909960'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_wrapper_html_erb___2360689140677674865_70124370034960'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:12:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___1914261102366562373_70124370235300'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:11:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___1914261102366562373_70124370235300'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (55.8ms)
Started GET "/pulitzer/" for ::1 at 2015-11-04 11:46:44 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (32.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (34.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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (43.0ms)
Completed 500 Internal Server Error in 46ms (ActiveRecord: 0.6ms)
ActionView::Template::Error (No route matches {:action=>"index", :controller=>"pulitzer/content_elements", :post_id=>nil} missing required keys: [:post_id]):
1:
2:
3: - <%= post_type.name %>
4: - <%= link_to_posts(post_type, 'Index', 'Manage') %>
5: - >
6: <%= link_to "Template", '#', class: 'toggle-post-type-content-elements', data: { post_types: post_type.id } %>
7:
actionpack (4.2.4) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:729:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:760:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:803:in `url_for'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:282:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:225:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/posts_helper.rb:8:in `link_to_posts'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb:4:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_html_erb__3242448461209641121_70124369909960'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_wrapper_html_erb___2360689140677674865_70124370034960'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:12:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___1914261102366562373_70124370235300'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:11:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___1914261102366562373_70124370235300'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (16.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (62.7ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 11:46:46 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (38.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (41.3ms)
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (49.9ms)
Completed 500 Internal Server Error in 55ms (ActiveRecord: 0.7ms)
ActionView::Template::Error (No route matches {:action=>"index", :controller=>"pulitzer/content_elements", :post_id=>nil} missing required keys: [:post_id]):
1:
2:
3: - <%= post_type.name %>
4: - <%= link_to_posts(post_type, 'Index', 'Manage') %>
5: - >
6: <%= link_to "Template", '#', class: 'toggle-post-type-content-elements', data: { post_types: post_type.id } %>
7:
actionpack (4.2.4) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:729:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:760:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:803:in `url_for'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:282:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:225:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/posts_helper.rb:8:in `link_to_posts'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb:4:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_html_erb__3242448461209641121_70124369909960'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_wrapper_html_erb___2360689140677674865_70124370034960'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:12:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___1914261102366562373_70124370235300'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:11:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___1914261102366562373_70124370235300'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (62.2ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 11:47:18 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (35.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (37.2ms)
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (45.3ms)
Completed 500 Internal Server Error in 48ms (ActiveRecord: 0.7ms)
ActionView::Template::Error (No route matches {:action=>"index", :controller=>"pulitzer/content_elements", :post_id=>nil} missing required keys: [:post_id]):
1:
2:
3: - <%= post_type.name %>
4: - <%= link_to_posts(post_type, 'Index', 'Manage') %>
5: - >
6: <%= link_to "Template", '#', class: 'toggle-post-type-content-elements', data: { post_types: post_type.id } %>
7:
actionpack (4.2.4) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:729:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:760:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:803:in `url_for'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:282:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:225:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/posts_helper.rb:8:in `link_to_posts'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb:4:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_html_erb__3242448461209641121_70124369909960'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_wrapper_html_erb___2360689140677674865_70124370034960'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:12:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___1914261102366562373_70124370235300'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:11:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___1914261102366562373_70124370235300'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (58.6ms)
Started GET "/" for ::1 at 2015-11-04 11:49:27 -0500
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.2ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (49.4ms)
[1m[36m (1247.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.2ms)[0m select sqlite_version(*)
[1m[36m (1.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[1m[35mActiveRecord::SchemaMigration Load (0.3ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePulitzerPostTypes (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214842"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.9ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (1.8ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (1.8ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m ALTER TABLE "pulitzer_post_types" ADD "plural" boolean
[1m[36m (0.1ms)[0m [1mALTER TABLE "pulitzer_post_types" ADD "template" boolean[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[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-11-04 16:50:30.501574"], ["updated_at", "2015-11-04 16:50:30.501574"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-04 16:50:30.503577"], ["updated_at", "2015-11-04 16:50:30.503577"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-04 16:50:30.504483"], ["updated_at", "2015-11-04 16:50:30.504483"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.7ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (1.0ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.2ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.7ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.7ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (1.3ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.8ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (2.3ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.5ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.2ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 11:50:40 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.9ms)
Completed 200 OK in 123ms (Views: 116.6ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 11:50:40 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 11:50:41 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 11:50:41 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 11:50:41 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 11:50:41 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 11:50:41 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 11:50:41 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 11:50:41 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 11:50:41 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 11:50:41 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 11:50:41 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 11:50:41 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 11:50:43 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 81ms (Views: 80.5ms | ActiveRecord: 0.1ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 11:50:43 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 11:50:43 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 11:50:43 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 11:50:43 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 11:50:43 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 11:50:43 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 11:50:43 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 11:50:43 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 11:50:43 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 11:50:45 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 11:50:45 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 11:50:45 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=U%2BES1rgoxxRRheay6HxG43YQuw2CYcxsZ4CI%2B47D6cw3L5izgcx1a0HdZ8ieHNtIs3ZiUnErnUyFi7EhbbZ74g%3D%3D" for ::1 at 2015-11-04 11:50:48 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"U+ES1rgoxxRRheay6HxG43YQuw2CYcxsZ4CI+47D6cw3L5izgcx1a0HdZ8ieHNtIs3ZiUnErnUyFi7EhbbZ74g=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (36.1ms)
Completed 200 OK in 58ms (Views: 53.1ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-04 11:50:54 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"z0wLyNW6qBEb2wG6Uk83Y/TMXzdsm2ld9r+6sNehiMyrgoGt7F4abguDgMAkL6rIMaqGaJ/ROH0UtINqNNQa4g==", "post_type"=>{"name"=>"singular page", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "singular page"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-04 16:50:54.811236"], ["updated_at", "2015-11-04 16:50:54.811236"]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.4ms)[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", 1]]
[1m[35m (0.2ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "singular-page"]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "singular page"], ["post_type_id", 1], ["slug", "singular-page"], ["created_at", "2015-11-04 16:50:54.994488"], ["updated_at", "2015-11-04 16:50:54.994488"]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 1], ["post_id", 1], ["created_at", "2015-11-04 16:50:55.024444"], ["updated_at", "2015-11-04 16:50:55.024444"]]
[1m[35m (354.9ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (19.2ms)
Completed 200 OK in 616ms (Views: 36.4ms | ActiveRecord: 358.6ms)
Started GET "/pulitzer/posts/singular-page/content_elements" for ::1 at 2015-11-04 11:50:56 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"singular-page"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "singular-page"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (21.6ms)
Completed 200 OK in 100ms (Views: 75.4ms | ActiveRecord: 1.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 11:50:56 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 11:50:56 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 11:50:56 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 11:50:56 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 11:50:56 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 11:50:56 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 11:50:56 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 11:50:56 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 11:50:56 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 11:50:56 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 11:50:56 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 11:50:56 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 11:50:58 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (9.2ms)
Completed 200 OK in 65ms (Views: 64.5ms | ActiveRecord: 0.3ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 11:50:58 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 11:50:58 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 11:50:58 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 11:50:58 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 11:50:58 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 11:50:58 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 11:50:58 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 11:50:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 11:50:58 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 11:50:58 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 11:50:58 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 11:50:58 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 11:50:59 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (6.7ms)
Completed 200 OK in 57ms (Views: 56.6ms | ActiveRecord: 0.3ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 11:50:59 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 11:50:59 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 11:50:59 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 11:50:59 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 11:50:59 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 11:50:59 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 11:50:59 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 11:50:59 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 11:50:59 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 11:50:59 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 11:50:59 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 11:50:59 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=N4pY9Fen9Ywe1pBKsOPa0iBEZi8e5WCrypivtMCwQFJTRNKRbkNH8w6OETDGg0d55SK%2FcO2vMYsok5ZuI8XSfA%3D%3D" for ::1 at 2015-11-04 11:51:04 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"N4pY9Fen9Ywe1pBKsOPa0iBEZi8e5WCrypivtMCwQFJTRNKRbkNH8w6OETDGg0d55SK/cO2vMYsok5ZuI8XSfA=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (20.3ms)
Completed 200 OK in 35ms (Views: 35.0ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-04 11:51:09 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"xYJjvfxjY0LaLD84UCVDRblJN/mBCdjdIdL6zo9I+XehTOnYxYfRPcp0vkImRd7ufC/upnJDif3D2cMUbD1rWQ==", "post_type"=>{"name"=>"multiple page", "plural"=>"1", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "multiple page"], ["plural", "t"], ["template", "f"], ["created_at", "2015-11-04 16:51:09.935851"], ["updated_at", "2015-11-04 16:51:09.935851"]]
[1m[36m (1363.8ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (23.5ms)
Completed 200 OK in 1414ms (Views: 46.0ms | ActiveRecord: 1364.4ms)
Started GET "/pulitzer/posts?post_type_id=2" for ::1 at 2015-11-04 11:51:14 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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", 2]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 2
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (2.7ms)
Completed 200 OK in 85ms (Views: 82.2ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 11:51:15 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 11:51:15 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 11:51:15 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 11:51:15 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 11:51:15 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 11:51:15 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 11:51:15 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 11:51:15 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 11:51:15 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 11:51:15 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 11:51:15 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 11:51:15 -0500
Started GET "/pulitzer/posts/new?post_type_id=2&authenticity_token=9z1gWgjM2Def2ehm3nI%2FfkaIasRh04T3q1rpu8a4mHGT8%2Bo%2FMShqSI%2BBaRyoEqLVg%2B6zm5KZ1ddJUdBhJc0KXw%3D%3D" for ::1 at 2015-11-04 11:51:21 -0500
Processing by Pulitzer::PostsController#new as */*
Parameters: {"post_type_id"=>"2", "authenticity_token"=>"9z1gWgjM2Def2ehm3nI/fkaIasRh04T3q1rpu8a4mHGT8+o/MShqSI+BaRyoEqLVg+6zm5KZ1ddJUdBhJc0KXw=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_new.html.erb (7.3ms)
Completed 200 OK in 719ms (Views: 718.8ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/posts" for ::1 at 2015-11-04 11:51:26 -0500
Processing by Pulitzer::PostsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"pIpUITVBQ1Z6Xh/9W3vJgmNmqjAmzbLiKZpjUHPWP2nARN5EDKXxKWoGnoctG1QppgBzb9WH48LLkVqKkKOtRw==", "post"=>{"title"=>"jhon", "post_type_id"=>"2"}, "commit"=>"Create Post"}
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "jhon"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "jhon"], ["post_type_id", 2], ["slug", "jhon"], ["created_at", "2015-11-04 16:51:26.083190"], ["updated_at", "2015-11-04 16:51:26.083190"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 1], ["post_id", 2], ["created_at", "2015-11-04 16:51:26.085194"], ["updated_at", "2015-11-04 16:51:26.085194"]]
[1m[36m (930.6ms)[0m [1mcommit transaction[0m
[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::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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (19.6ms)
Completed 200 OK in 982ms (Views: 40.9ms | ActiveRecord: 931.6ms)
Started GET "/pulitzer/posts/jhon/content_elements" for ::1 at 2015-11-04 11:51:29 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jhon"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jhon"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 2], ["status", 1]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 2], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 2], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (13.3ms)
Completed 200 OK in 64ms (Views: 61.1ms | ActiveRecord: 0.5ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 11:51:29 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 11:51:29 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 11:51:29 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 11:51:29 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 11:51:29 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 11:51:29 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 11:51:29 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 11:51:29 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 11:51:29 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 11:51:29 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 11:51:29 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 11:51:29 -0500
Started GET "/pulitzer/posts?post_type_id=2" for ::1 at 2015-11-04 11:51:31 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 2[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (5.8ms)
Completed 200 OK in 65ms (Views: 63.7ms | ActiveRecord: 0.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 11:51:31 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 11:51:31 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 11:51:31 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 11:51:31 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 11:51:31 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 11:51:31 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 11:51:31 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 11:51:31 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 11:51:31 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 11:51:31 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 11:51:31 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 11:51:31 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 11:51:33 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (14.7ms)
Completed 200 OK in 76ms (Views: 75.4ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 11:51:33 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 11:51:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 11:51:33 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 11:51:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 11:51:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 11:51:33 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 11:51:33 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 11:51:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 11:51:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 11:51:33 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 11:51:33 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 11:51:33 -0500
Started GET "/pulitzer/posts/singular-page/content_elements" for ::1 at 2015-11-04 11:51:35 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"singular-page"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "singular-page"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (13.3ms)
Completed 200 OK in 79ms (Views: 76.1ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 11:51:35 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 11:51:36 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 11:51:36 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 11:51:36 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 11:51:36 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 11:51:36 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 11:51:36 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 11:51:36 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 11:51:36 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 11:51:36 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 11:51:36 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 11:51:36 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 11:51:37 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (12.3ms)
Completed 200 OK in 70ms (Views: 69.4ms | ActiveRecord: 0.4ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 11:51:37 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 11:51:37 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 11:51:37 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 11:51:37 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 11:51:37 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 11:51:37 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 11:51:37 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 11:51:37 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 11:51:37 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 11:51:37 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 11:51:37 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 11:51:37 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=BQfP9d%2FdsibCMrj15lKcdZYllmkDuET6zMCLdxeaq2RhyUWQ5jkAWdJqOY%2BQMgHeU0NPNvDyFdouy7Kt9O85Sg%3D%3D" for ::1 at 2015-11-04 11:53:38 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"BQfP9d/dsibCMrj15lKcdZYllmkDuET6zMCLdxeaq2RhyUWQ5jkAWdJqOY+QMgHeU0NPNvDyFdouy7Kt9O85Sg=="}
[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.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (599.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (617.5ms)
Completed 200 OK in 643ms (Views: 633.8ms | ActiveRecord: 1.5ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-04 11:53:45 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"HegPZa3wqlQUqZmNcRGyqp4VgPynpvy7S/KiBw8wpjV5JoUAlBQYKwTxGPcHcS8BW3NZo1TsrZup+Zvd7EU0Gw==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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.3ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "title"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-04 16:53:45.657242"], ["updated_at", "2015-11-04 16:53:45.657242"]]
[1m[36m (374.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-04 16:53:46.051845"], ["updated_at", "2015-11-04 16:53:46.051845"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (18.4ms)
Completed 200 OK in 437ms (Views: 35.7ms | ActiveRecord: 377.3ms)
Started GET "/pulitzer/posts/singular-page/content_elements" for ::1 at 2015-11-04 11:53:48 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"singular-page"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "singular-page"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (12.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (16.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (32.5ms)
Completed 200 OK in 97ms (Views: 93.6ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 11:53:48 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 11:53:48 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 11:53:48 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 11:53:48 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 11:53:48 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 11:53:48 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 11:53:48 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 11:53:48 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 11:53:48 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 11:53:48 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 11:53:48 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 11:53:48 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 11:53:50 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (17.6ms)
Completed 200 OK in 70ms (Views: 69.5ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 11:53:54 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 11:53:54 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 11:53:54 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 11:53:54 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 11:53:54 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 11:53:54 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 11:53:54 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 11:53:54 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 11:53:54 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 11:53:54 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 11:53:54 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 11:53:54 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=2&authenticity_token=6XD7wSN2FcUGsrazGsJPbzMt%2FkVDZnPyyjwZCj7w17GNvnGkGpKnuhbqN8lsotLE9ksnGrAsItIoNyDQ3YVFnw%3D%3D" for ::1 at 2015-11-04 11:53:56 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"2", "authenticity_token"=>"6XD7wSN2FcUGsrazGsJPbzMt/kVDZnPyyjwZCj7w17GNvnGkGpKnuhbqN8lsotLE9ksnGrAsItIoNyDQ3YVFnw=="}
[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::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (23.2ms)
Completed 200 OK in 42ms (Views: 40.4ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-04 11:54:00 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"KD0pMihxwhtCCuRllkXFhbQ/UxDjNUJho3HqwA5K4gRM86NXEZVwZFJSZR/gJVgucVmKTxB/E0FBetMa7T9wKg==", "post_type_content_element_type"=>{"label"=>"please don't go", "content_element_type_id"=>"1", "post_type_id"=>"2", "text_editor"=>"None"}, "commit"=>"Content element"}
[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[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", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "please don't go"], ["content_element_type_id", 1], ["post_type_id", 2], ["text_editor", "None"], ["created_at", "2015-11-04 16:54:00.421112"], ["updated_at", "2015-11-04 16:54:00.421112"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 2], ["status", 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", 1]]
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 2], ["label", "please don't go"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 2], ["created_at", "2015-11-04 16:54:00.429377"], ["updated_at", "2015-11-04 16:54:00.429377"]]
[1m[35m (0.6ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.0ms)
Completed 200 OK in 60ms (Views: 40.0ms | ActiveRecord: 3.2ms)
Started GET "/pulitzer/posts?post_type_id=2" for ::1 at 2015-11-04 11:54:02 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"2"}
[1m[36mPulitzer::PostType Load (0.3ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 2
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (8.0ms)
Completed 200 OK in 85ms (Views: 82.6ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 11:54:03 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 11:54:03 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 11:54:03 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 11:54:03 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 11:54:03 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 11:54:03 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 11:54:03 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 11:54:03 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 11:54:03 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 11:54:03 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 11:54:03 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 11:54:03 -0500
Started GET "/pulitzer/posts/jhon/content_elements" for ::1 at 2015-11-04 11:54:04 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jhon"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jhon"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 2], ["status", 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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 2], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 2], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (26.6ms)
Completed 200 OK in 90ms (Views: 87.0ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 11:54:05 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 11:54:05 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 11:54:05 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 11:54:05 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 11:54:05 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 11:54:05 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 11:54:05 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 11:54:05 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 11:54:05 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 11:54:05 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 11:54:05 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 11:54:05 -0500
Started GET "/pulitzer/posts?post_type_id=2" for ::1 at 2015-11-04 11:54:07 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 2
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (4.6ms)
Completed 200 OK in 57ms (Views: 55.9ms | ActiveRecord: 0.2ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 11:54:07 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 11:54:07 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 11:54:07 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 11:54:07 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 11:54:07 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 11:54:07 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 11:54:07 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 11:54:07 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 11:54:07 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 11:54:07 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 11:54:07 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 11:54:07 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 11:54:08 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (22.3ms)
Completed 200 OK in 90ms (Views: 89.6ms | ActiveRecord: 0.5ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 11:54:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 11:54:09 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 11:54:09 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 11:54:09 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 11:54:09 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 11:54:09 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 11:54:09 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 11:54:09 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 11:54:09 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 11:54:09 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 11:54:09 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 11:54:09 -0500
Started GET "/pulitzer/posts?post_type_id=2" for ::1 at 2015-11-04 11:55:20 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 2
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (5.3ms)
Completed 200 OK in 67ms (Views: 66.0ms | ActiveRecord: 0.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 11:55:20 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 11:55:20 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 11:55:20 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 11:55:20 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 11:55:20 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 11:55:20 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 11:55:20 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 11:55:20 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 11:55:20 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 11:55:20 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 11:55:20 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 11:55:20 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 11:55:22 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (8.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (20.4ms)
Completed 200 OK in 74ms (Views: 72.9ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 11:55:22 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 11:55:22 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 11:55:22 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 11:55:22 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 11:55:22 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 11:55:22 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 11:55:22 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 11:55:22 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 11:55:22 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 11:55:22 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 11:55:22 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 11:55:22 -0500
Started GET "/pulitzer/posts/singular-page/content_elements" for ::1 at 2015-11-04 11:55:55 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"singular-page"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "singular-page"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (27.6ms)
Completed 200 OK in 93ms (Views: 89.5ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 11:55:55 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 11:55:55 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 11:55:55 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 11:55:55 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 11:55:55 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 11:55:55 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 11:55:55 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 11:55:55 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 11:55:55 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 11:55:55 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 11:55:55 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 11:55:55 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-04 11:56:00 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"2zZivkM8qjPC1jkouGjL5ZTeikx4EMKoZtN97ZTgHkm/+OjbetgYTNKOuFLOCFZOUbhTE4tak4iE2EQ3d5WMZw==", "content_element"=>{"title"=>"title", "body"=>"body"}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "title"], ["body", "body"], ["updated_at", "2015-11-04 16:56:00.282331"], ["id", 1]]
[1m[35m (61.8ms)[0m commit 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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (20.8ms)
Completed 500 Internal Server Error in 109ms (ActiveRecord: 62.5ms)
ActionView::Template::Error (undefined method `post' for #):
2:
3: <%= content_element.label %>
4: - <%= render_element(content_element) %>
5: - <%= ajax_link "Edit", edit_post_content_element_path(content_element.post, content_element), {}, dom_target(content_element) %>
6:
7:
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb:5:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_html_erb__534159930413653331_70345772572480'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:19:in `update'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (32.1ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 12:04:25 -0500
[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::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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (62.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (64.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (87.8ms)
Completed 200 OK in 216ms (Views: 208.6ms | ActiveRecord: 1.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 12:04:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 12:04:25 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 12:04:25 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 12:04:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 12:04:25 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 12:04:25 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 12:04:25 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 12:04:25 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 12:04:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 12:04:25 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 12:04:25 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 12:04:25 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 12:04:26 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (10.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (12.7ms)
[1m[35mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (27.3ms)
Completed 200 OK in 120ms (Views: 119.2ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 12:04:26 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 12:04:26 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 12:04:26 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 12:04:26 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 12:04:26 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 12:04:26 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 12:04:26 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 12:04:26 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 12:04:26 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 12:04:26 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 12:04:26 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 12:04:26 -0500
Started GET "/pulitzer/posts/singular-page/content_elements" for ::1 at 2015-11-04 12:04:30 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"singular-page"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "singular-page"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (10.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (394.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (440.3ms)
Completed 200 OK in 551ms (Views: 503.0ms | ActiveRecord: 1.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 12:04:30 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 12:04:30 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 12:04:30 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 12:04:30 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 12:04:30 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 12:04:30 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 12:04:30 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 12:04:30 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 12:04:30 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 12:04:30 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 12:04:30 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 12:04:30 -0500
Started GET "/pulitzer/posts/singular-page/content_elements/1/edit?authenticity_token=UAw4kU0%2FbzeRtzCkvvN5ZEOMx5%2FibrBe3QaG0xzCnoU0wrL0dNvdSIHvsd7Ik%2BTPhuoewBEk4X4%2FDb8J%2F7cMqw%3D%3D" for ::1 at 2015-11-04 12:04:32 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"UAw4kU0/bzeRtzCkvvN5ZEOMx5/ibrBe3QaG0xzCnoU0wrL0dNvdSIHvsd7Ik+TPhuoewBEk4X4/Db8J/7cMqw==", "post_id"=>"singular-page", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[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[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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (19.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (69.9ms)
Completed 200 OK in 87ms (Views: 85.0ms | ActiveRecord: 0.6ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-04 12:04:36 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"rQ7wTMqnains3IvLeGr9ZmESkdZ0L6H2h1eR/OlCuePJwHop80PYVvyECrEOCmDNpHRIiYdl8NZlXKgmCjcrzQ==", "content_element"=>{"title"=>"title", "body"=>"veamos"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "veamos"], ["updated_at", "2015-11-04 17:04:36.609176"], ["id", 1]]
[1m[36m (817.5ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.5ms)
Completed 200 OK in 848ms (Views: 23.9ms | ActiveRecord: 818.4ms)
Started GET "/pulitzer/posts/singular-page/content_elements/1/edit?authenticity_token=UAw4kU0%2FbzeRtzCkvvN5ZEOMx5%2FibrBe3QaG0xzCnoU0wrL0dNvdSIHvsd7Ik%2BTPhuoewBEk4X4%2FDb8J%2F7cMqw%3D%3D" for ::1 at 2015-11-04 12:04:39 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"UAw4kU0/bzeRtzCkvvN5ZEOMx5/ibrBe3QaG0xzCnoU0wrL0dNvdSIHvsd7Ik+TPhuoewBEk4X4/Db8J/7cMqw==", "post_id"=>"singular-page", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (20.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (58.6ms)
Completed 200 OK in 75ms (Views: 73.4ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-04 12:04:42 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"EFQTQZYDn4brLY9jIwj1za5g70hEXEPpfWBdYXLFdlB0mpkkr+ct+ft1DhlVaGhmawY2F7cWEsmfa2S7kbDkfg==", "content_element"=>{"title"=>"title 3", "body"=>"veamos"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "title 3"], ["updated_at", "2015-11-04 17:04:42.703603"], ["id", 1]]
[1m[36m (205.5ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.3ms)
Completed 200 OK in 232ms (Views: 21.9ms | ActiveRecord: 206.3ms)
Started GET "/pulitzer/posts/singular-page/content_elements/1/edit?authenticity_token=UAw4kU0%2FbzeRtzCkvvN5ZEOMx5%2FibrBe3QaG0xzCnoU0wrL0dNvdSIHvsd7Ik%2BTPhuoewBEk4X4%2FDb8J%2F7cMqw%3D%3D" for ::1 at 2015-11-04 12:04:44 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"UAw4kU0/bzeRtzCkvvN5ZEOMx5/ibrBe3QaG0xzCnoU0wrL0dNvdSIHvsd7Ik+TPhuoewBEk4X4/Db8J/7cMqw==", "post_id"=>"singular-page", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (15.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (55.4ms)
Completed 200 OK in 72ms (Views: 70.6ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-04 12:04:45 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6/gVuNer4NYXrRz5WB2KmrSAl1S5qqA94L49GacSYBuPNp/d7k9SqQf1nYMufRcxceZOC0rg8R0CtQTDRGfyNQ==", "content_element"=>{"title"=>"title 3", "body"=>"veamos"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Completed 200 OK in 22ms (Views: 18.7ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/singular-page/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=UAw4kU0%2FbzeRtzCkvvN5ZEOMx5%2FibrBe3QaG0xzCnoU0wrL0dNvdSIHvsd7Ik%2BTPhuoewBEk4X4%2FDb8J%2F7cMqw%3D%3D" for ::1 at 2015-11-04 12:04:46 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"UAw4kU0/bzeRtzCkvvN5ZEOMx5/ibrBe3QaG0xzCnoU0wrL0dNvdSIHvsd7Ik+TPhuoewBEk4X4/Db8J/7cMqw==", "post_id"=>"singular-page"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "singular-page"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (8.5ms)
Completed 200 OK in 36ms (Views: 25.5ms | ActiveRecord: 0.7ms)
Started POST "/pulitzer/posts/singular-page/post_tags" for ::1 at 2015-11-04 12:04:51 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6SENCbjDvZEczwsBp3Y9AKeo3UTm9Fa0WxlkPZHBKAKN74dsgScP7gyXinvRFqCrYs4EGxW+B5S5El3ncrS6LA==", "post_tag"=>{"label_id"=>"try it out", "post_id"=>"1", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"singular-page"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "singular-page"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1 [["name", "try it out"]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.8ms)[0m INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "try it out"], ["created_at", "2015-11-04 17:04:51.821775"], ["updated_at", "2015-11-04 17:04:51.821775"]]
[1m[36m (213.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m rollback transaction
Completed 500 Internal Server Error in 226ms (ActiveRecord: 215.7ms)
ActiveRecord::UnknownAttributeError (unknown attribute 'post_id' for Pulitzer::PostTag.):
activerecord (4.2.4) lib/active_record/attribute_assignment.rb:59:in `rescue in _assign_attribute'
activerecord (4.2.4) lib/active_record/attribute_assignment.rb:54:in `_assign_attribute'
activerecord (4.2.4) lib/active_record/attribute_assignment.rb:41:in `block in assign_attributes'
actionpack (4.2.4) lib/action_controller/metal/strong_parameters.rb:185:in `each_pair'
actionpack (4.2.4) lib/action_controller/metal/strong_parameters.rb:185:in `each_pair'
activerecord (4.2.4) lib/active_record/attribute_assignment.rb:35:in `assign_attributes'
activerecord (4.2.4) lib/active_record/core.rb:564:in `init_attributes'
activerecord (4.2.4) lib/active_record/core.rb:281:in `initialize'
activerecord (4.2.4) lib/active_record/inheritance.rb:61:in `new'
activerecord (4.2.4) lib/active_record/inheritance.rb:61:in `new'
activerecord (4.2.4) lib/active_record/reflection.rb:131:in `build_association'
activerecord (4.2.4) lib/active_record/associations/association.rb:250:in `build_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:493:in `block in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:183:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:182:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:492:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:187:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:153:in `create'
activerecord (4.2.4) lib/active_record/associations/collection_proxy.rb:290:in `create'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_post_tag.rb:15:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_tags_controller.rb:11:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (49.0ms)
Started POST "/pulitzer/posts/singular-page/post_tags" for ::1 at 2015-11-04 12:20:41 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6SENCbjDvZEczwsBp3Y9AKeo3UTm9Fa0WxlkPZHBKAKN74dsgScP7gyXinvRFqCrYs4EGxW+B5S5El3ncrS6LA==", "post_tag"=>{"label_id"=>"try it out", "post_id"=>"1", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"singular-page"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "singular-page"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1[0m [["name", "try it out"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
Completed 500 Internal Server Error in 72ms (ActiveRecord: 1.6ms)
ActiveRecord::UnknownAttributeError (unknown attribute 'post_id' for Pulitzer::PostTag.):
activerecord (4.2.4) lib/active_record/attribute_assignment.rb:59:in `rescue in _assign_attribute'
activerecord (4.2.4) lib/active_record/attribute_assignment.rb:54:in `_assign_attribute'
activerecord (4.2.4) lib/active_record/attribute_assignment.rb:41:in `block in assign_attributes'
actionpack (4.2.4) lib/action_controller/metal/strong_parameters.rb:185:in `each_pair'
actionpack (4.2.4) lib/action_controller/metal/strong_parameters.rb:185:in `each_pair'
activerecord (4.2.4) lib/active_record/attribute_assignment.rb:35:in `assign_attributes'
activerecord (4.2.4) lib/active_record/core.rb:564:in `init_attributes'
activerecord (4.2.4) lib/active_record/core.rb:281:in `initialize'
activerecord (4.2.4) lib/active_record/inheritance.rb:61:in `new'
activerecord (4.2.4) lib/active_record/inheritance.rb:61:in `new'
activerecord (4.2.4) lib/active_record/reflection.rb:131:in `build_association'
activerecord (4.2.4) lib/active_record/associations/association.rb:250:in `build_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:493:in `block in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:183:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:182:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:492:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:187:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:153:in `create'
activerecord (4.2.4) lib/active_record/associations/collection_proxy.rb:290:in `create'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_post_tag.rb:15:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_tags_controller.rb:11:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (55.4ms)
Started GET "/pulitzer/posts/singular-page/content_elements" for ::1 at 2015-11-04 12:21:09 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"singular-page"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "singular-page"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (61.2ms)
Completed 200 OK in 709ms (Views: 182.5ms | ActiveRecord: 2.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 12:21:11 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 12:21:11 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 12:21:11 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 12:21:11 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 12:21:11 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 12:21:11 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 12:21:11 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 12:21:11 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 12:21:11 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 12:21:11 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 12:21:11 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 12:21:11 -0500
Started GET "/pulitzer/posts/singular-page/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=eFBhxca8Xxp4L8IegjkgYhNiNioC84KrXx7tStVAMQYcnuug%2F1jtZWh3Q2T0Wb3J1gTvdfG504u9FdSQNjWjKA%3D%3D" for ::1 at 2015-11-04 12:21:15 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"eFBhxca8Xxp4L8IegjkgYhNiNioC84KrXx7tStVAMQYcnuug/1jtZWh3Q2T0Wb3J1gTvdfG504u9FdSQNjWjKA==", "post_id"=>"singular-page"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "singular-page"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::Tag Load (0.3ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (67.1ms)
Completed 500 Internal Server Error in 89ms (ActiveRecord: 0.9ms)
ActionView::Template::Error (undefined local variable or method `version' for #<#:0x007ff99f5597e0>):
1: <%= form_for post_tag, url: post_post_tags_path(post), html: ajax_form_hash("#show_#{underscore_class_name(tag_model)}") do |f| %>
2: <%= f.label :name %>
3: <%= f.select :label_id, options_from_collection_for_select(tag_model.constantize.all, :id, :name), {}, select2_html_options(tag_model) %>
4: <%= f.hidden_field :version_id, value: version.id %>
5: <%= f.hidden_field :label_type, value: tag_model %>
6: <%= f.submit "Create" %>
7: <%= link_to('Cancel', '#', class: 'button',
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb:4:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__new_html_erb__3219879256965416373_70355048480940'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__new_html_erb__3219879256965416373_70355048480940'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_tags_controller.rb:7:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (33.2ms)
Started GET "/pulitzer/posts/singular-page/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=eFBhxca8Xxp4L8IegjkgYhNiNioC84KrXx7tStVAMQYcnuug%2F1jtZWh3Q2T0Wb3J1gTvdfG504u9FdSQNjWjKA%3D%3D" for ::1 at 2015-11-04 12:21:43 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"eFBhxca8Xxp4L8IegjkgYhNiNioC84KrXx7tStVAMQYcnuug/1jtZWh3Q2T0Wb3J1gTvdfG504u9FdSQNjWjKA==", "post_id"=>"singular-page"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "singular-page"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (18.0ms)
Completed 500 Internal Server Error in 36ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (undefined method `version' for #):
1: <%= form_for post_tag, url: post_post_tags_path(post), html: ajax_form_hash("#show_#{underscore_class_name(tag_model)}") do |f| %>
2: <%= f.label :name %>
3: <%= f.select :label_id, options_from_collection_for_select(tag_model.constantize.all, :id, :name), {}, select2_html_options(tag_model) %>
4: <%= f.hidden_field :version_id, value: post.version.id %>
5: <%= f.hidden_field :label_type, value: tag_model %>
6: <%= f.submit "Create" %>
7: <%= link_to('Cancel', '#', class: 'button',
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb:4:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__new_html_erb__3219879256965416373_70355046947900'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__new_html_erb__3219879256965416373_70355046947900'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_tags_controller.rb:7:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (29.0ms)
Started GET "/pulitzer/posts/singular-page/content_elements" for ::1 at 2015-11-04 12:21:45 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"singular-page"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "singular-page"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (20.8ms)
Completed 200 OK in 87ms (Views: 83.8ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 12:21:46 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 12:21:46 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 12:21:46 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 12:21:46 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 12:21:46 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 12:21:46 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 12:21:46 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 12:21:46 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 12:21:46 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 12:21:46 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 12:21:46 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 12:21:46 -0500
Started GET "/" for ::1 at 2015-11-04 12:24:05 -0500
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.3ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.8ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 12:24:11 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (21.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (24.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (8.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (39.7ms)
Completed 200 OK in 108ms (Views: 106.5ms | ActiveRecord: 0.9ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 12:24:12 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (23.1ms)
Completed 200 OK in 103ms (Views: 102.3ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts/singular-page/content_elements" for ::1 at 2015-11-04 12:24:16 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"singular-page"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "singular-page"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (18.6ms)
Completed 200 OK in 116ms (Views: 113.0ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts/singular-page/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=h%2FHeKDmroYg4IcXViaNWxo5D9btuolp1JUzae3pU%2Fi3jP1RNAE8T9yh5RK%2F%2Fw8ttSyUs5J3oC1XHR%2BOhmSFsAw%3D%3D" for ::1 at 2015-11-04 12:24:18 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"h/HeKDmroYg4IcXViaNWxo5D9btuolp1JUzae3pU/i3jP1RNAE8T9yh5RK//w8ttSyUs5J3oC1XHR+OhmSFsAw==", "post_id"=>"singular-page"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "singular-page"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (22.0ms)
Completed 500 Internal Server Error in 41ms (ActiveRecord: 0.4ms)
ActionView::Template::Error (undefined method `version' for #):
1: <%= form_for post_tag, url: post_post_tags_path(post), html: ajax_form_hash("#show_#{underscore_class_name(tag_model)}") do |f| %>
2: <%= f.label :name %>
3: <%= f.select :label_id, options_from_collection_for_select(tag_model.constantize.all, :id, :name), {}, select2_html_options(tag_model) %>
4: <%= f.hidden_field :version_id, value: post.version.id %>
5: <%= f.hidden_field :label_type, value: tag_model %>
6: <%= f.submit "Create" %>
7: <%= link_to('Cancel', '#', class: 'button',
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb:4:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__new_html_erb__3219879256965416373_70355046947900'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__new_html_erb__3219879256965416373_70355046947900'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_tags_controller.rb:7:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (29.0ms)
Started GET "/pulitzer/posts/singular-page/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=h%2FHeKDmroYg4IcXViaNWxo5D9btuolp1JUzae3pU%2Fi3jP1RNAE8T9yh5RK%2F%2Fw8ttSyUs5J3oC1XHR%2BOhmSFsAw%3D%3D" for ::1 at 2015-11-04 12:25:34 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"h/HeKDmroYg4IcXViaNWxo5D9btuolp1JUzae3pU/i3jP1RNAE8T9yh5RK//w8ttSyUs5J3oC1XHR+OhmSFsAw==", "post_id"=>"singular-page"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "singular-page"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (31.1ms)
Completed 200 OK in 98ms (Views: 49.3ms | ActiveRecord: 1.6ms)
Started POST "/pulitzer/posts/singular-page/post_tags" for ::1 at 2015-11-04 12:25:35 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"d5OhzGdiaY3+qhoyafrShtxqkSVdSOAlWOGzYkxF7OQTXSupXobb8u7ym0gfmk8tGQxIeq4CsQW66oq4rzB+yg==", "post_tag"=>{"label_id"=>"1", "version_id"=>"1", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"singular-page"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "singular-page"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label_id", 1], ["version_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-04 17:25:35.682091"], ["updated_at", "2015-11-04 17:25:35.682091"]]
[1m[35m (304.5ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (9.5ms)
Completed 200 OK in 340ms (Views: 28.1ms | ActiveRecord: 305.7ms)
Started GET "/pulitzer/posts/singular-page/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=h%2FHeKDmroYg4IcXViaNWxo5D9btuolp1JUzae3pU%2Fi3jP1RNAE8T9yh5RK%2F%2Fw8ttSyUs5J3oC1XHR%2BOhmSFsAw%3D%3D" for ::1 at 2015-11-04 12:25:37 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"h/HeKDmroYg4IcXViaNWxo5D9btuolp1JUzae3pU/i3jP1RNAE8T9yh5RK//w8ttSyUs5J3oC1XHR+OhmSFsAw==", "post_id"=>"singular-page"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "singular-page"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (4.3ms)
Completed 200 OK in 23ms (Views: 19.9ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/posts/singular-page/post_tags" for ::1 at 2015-11-04 12:25:42 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"s05Isl44rkiSvti6zv3TS3l7RfLzMJYJM7wlmXfafBvXgMLXZ9wcN4LmWcC4nU7gvB2crQB6xynRtxxDlK/uNQ==", "post_tag"=>{"label_id"=>"let's try", "version_id"=>"1", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"singular-page"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "singular-page"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1[0m [["name", "let's try"]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "let's try"], ["created_at", "2015-11-04 17:25:42.360986"], ["updated_at", "2015-11-04 17:25:42.360986"]]
[1m[35m (66.3ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label_id", 2], ["version_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-04 17:25:42.431774"], ["updated_at", "2015-11-04 17:25:42.431774"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.6ms)
Completed 200 OK in 97ms (Views: 20.5ms | ActiveRecord: 68.4ms)
Started GET "/pulitzer/posts/singular-page/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=h%2FHeKDmroYg4IcXViaNWxo5D9btuolp1JUzae3pU%2Fi3jP1RNAE8T9yh5RK%2F%2Fw8ttSyUs5J3oC1XHR%2BOhmSFsAw%3D%3D" for ::1 at 2015-11-04 12:25:43 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"h/HeKDmroYg4IcXViaNWxo5D9btuolp1JUzae3pU/i3jP1RNAE8T9yh5RK//w8ttSyUs5J3oC1XHR+OhmSFsAw==", "post_id"=>"singular-page"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "singular-page"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags"[0m
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (3.7ms)
Completed 200 OK in 24ms (Views: 20.1ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/posts/singular-page/post_tags" for ::1 at 2015-11-04 12:25:48 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"WLtFaiEDeID22qUZ/AQ86OR3ODLwzyiHD/Wvn92cYKI8dc8PGOfK/+aCJGOKZKFDIRHhbQOFeaft/pZFPunyjA==", "post_tag"=>{"label_id"=>"a new one", "version_id"=>"1", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"singular-page"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "singular-page"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1 [["name", "a new one"]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "a new one"], ["created_at", "2015-11-04 17:25:48.105226"], ["updated_at", "2015-11-04 17:25:48.105226"]]
[1m[36m (815.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label_id", 3], ["version_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-04 17:25:48.925540"], ["updated_at", "2015-11-04 17:25:48.925540"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.3ms)
Completed 200 OK in 846ms (Views: 20.7ms | ActiveRecord: 817.8ms)
Started DELETE "/pulitzer/posts/singular-page/post_tags/3" for ::1 at 2015-11-04 12:25:52 -0500
Processing by Pulitzer::PostTagsController#destroy as */*
Parameters: {"authenticity_token"=>"h/HeKDmroYg4IcXViaNWxo5D9btuolp1JUzae3pU/i3jP1RNAE8T9yh5RK//w8ttSyUs5J3oC1XHR+OhmSFsAw==", "post_id"=>"singular-page", "id"=>"3"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "singular-page"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."id" = ? LIMIT 1[0m [["version_id", 1], ["id", 3]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.7ms)[0m [1mDELETE FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."id" = ?[0m [["id", 3]]
[1m[35m (264.4ms)[0m commit transaction
Rendered text template (0.0ms)
Completed 200 OK in 276ms (Views: 3.9ms | ActiveRecord: 265.6ms)
Started DELETE "/pulitzer/posts/singular-page/post_tags/1" for ::1 at 2015-11-04 12:25:54 -0500
Processing by Pulitzer::PostTagsController#destroy as */*
Parameters: {"authenticity_token"=>"h/HeKDmroYg4IcXViaNWxo5D9btuolp1JUzae3pU/i3jP1RNAE8T9yh5RK//w8ttSyUs5J3oC1XHR+OhmSFsAw==", "post_id"=>"singular-page", "id"=>"1"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "singular-page"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."id" = ? LIMIT 1[0m [["version_id", 1], ["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."id" = ?[0m [["id", 1]]
[1m[35m (184.2ms)[0m commit transaction
Rendered text template (0.0ms)
Completed 200 OK in 191ms (Views: 0.6ms | ActiveRecord: 184.9ms)
Started GET "/pulitzer/posts/singular-page/post_tags/new?tag_model=SearchLocation&authenticity_token=h%2FHeKDmroYg4IcXViaNWxo5D9btuolp1JUzae3pU%2Fi3jP1RNAE8T9yh5RK%2F%2Fw8ttSyUs5J3oC1XHR%2BOhmSFsAw%3D%3D" for ::1 at 2015-11-04 12:25:56 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"SearchLocation", "authenticity_token"=>"h/HeKDmroYg4IcXViaNWxo5D9btuolp1JUzae3pU/i3jP1RNAE8T9yh5RK//w8ttSyUs5J3oC1XHR+OhmSFsAw==", "post_id"=>"singular-page"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "singular-page"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mSearchLocation Load (0.1ms)[0m [1mSELECT "search_locations".* FROM "search_locations"[0m
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (4.9ms)
Completed 200 OK in 22ms (Views: 19.1ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/singular-page/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=h%2FHeKDmroYg4IcXViaNWxo5D9btuolp1JUzae3pU%2Fi3jP1RNAE8T9yh5RK%2F%2Fw8ttSyUs5J3oC1XHR%2BOhmSFsAw%3D%3D" for ::1 at 2015-11-04 12:25:59 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"h/HeKDmroYg4IcXViaNWxo5D9btuolp1JUzae3pU/i3jP1RNAE8T9yh5RK//w8ttSyUs5J3oC1XHR+OhmSFsAw==", "post_id"=>"singular-page"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "singular-page"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags"[0m
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (3.9ms)
Completed 200 OK in 23ms (Views: 20.2ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/posts/singular-page/post_tags" for ::1 at 2015-11-04 12:26:03 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"0hu6DU1i8BezJvvU4P1Y7NfhGslpRjmJic115nQ+19a21TBodIZCaKN+eq6WncVHEofDlpoMaKlrxkw8l0tF+A==", "post_tag"=>{"label_id"=>"2", "version_id"=>"1", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"singular-page"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "singular-page"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label_id", 2], ["version_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-04 17:26:03.740442"], ["updated_at", "2015-11-04 17:26:03.740442"]]
[1m[36m (775.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.8ms)
Completed 200 OK in 805ms (Views: 22.2ms | ActiveRecord: 776.9ms)
Started DELETE "/pulitzer/posts/singular-page/post_tags/4" for ::1 at 2015-11-04 12:26:07 -0500
Processing by Pulitzer::PostTagsController#destroy as */*
Parameters: {"authenticity_token"=>"h/HeKDmroYg4IcXViaNWxo5D9btuolp1JUzae3pU/i3jP1RNAE8T9yh5RK//w8ttSyUs5J3oC1XHR+OhmSFsAw==", "post_id"=>"singular-page", "id"=>"4"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "singular-page"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."id" = ? LIMIT 1 [["version_id", 1], ["id", 4]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m DELETE FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."id" = ? [["id", 4]]
[1m[36m (325.5ms)[0m [1mcommit transaction[0m
Rendered text template (0.0ms)
Completed 200 OK in 332ms (Views: 0.5ms | ActiveRecord: 326.1ms)
Started GET "/pulitzer/posts/singular-page/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=h%2FHeKDmroYg4IcXViaNWxo5D9btuolp1JUzae3pU%2Fi3jP1RNAE8T9yh5RK%2F%2Fw8ttSyUs5J3oC1XHR%2BOhmSFsAw%3D%3D" for ::1 at 2015-11-04 12:26:08 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"h/HeKDmroYg4IcXViaNWxo5D9btuolp1JUzae3pU/i3jP1RNAE8T9yh5RK//w8ttSyUs5J3oC1XHR+OhmSFsAw==", "post_id"=>"singular-page"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "singular-page"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (3.6ms)
Completed 200 OK in 21ms (Views: 17.9ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/posts/singular-page/post_tags" for ::1 at 2015-11-04 12:26:15 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"XHmnHOO9ofw4C5opvEh7UkQBo1HHi16WRNVPDZy95A44ty152lkTgyhTG1PKKOb5gWd6DjTBD7am3nbXf8h2IA==", "post_tag"=>{"label_id"=>"want to try it out", "version_id"=>"1", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"singular-page"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "singular-page"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1[0m [["name", "want to try it out"]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "want to try it out"], ["created_at", "2015-11-04 17:26:15.577499"], ["updated_at", "2015-11-04 17:26:15.577499"]]
[1m[35m (394.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label_id", 4], ["version_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-04 17:26:15.976205"], ["updated_at", "2015-11-04 17:26:15.976205"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.6ms)
Completed 200 OK in 426ms (Views: 21.5ms | ActiveRecord: 396.7ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 12:26:17 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (11.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (29.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (31.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (50.7ms)
Completed 200 OK in 160ms (Views: 155.0ms | ActiveRecord: 1.4ms)
Started GET "/pulitzer/posts?post_type_id=2" for ::1 at 2015-11-04 12:26:18 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_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]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 2
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (6.7ms)
Completed 200 OK in 73ms (Views: 70.9ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/jhon/content_elements" for ::1 at 2015-11-04 12:26:20 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jhon"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jhon"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 2], ["status", 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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 2], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 2], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (16.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (44.2ms)
Completed 200 OK in 138ms (Views: 108.1ms | ActiveRecord: 1.3ms)
Started GET "/pulitzer/posts/jhon/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=w086dZAA3XA9rePlYKEp6mhN8ga9c09O5sb4%2BB5R91WngbAQqeRvDy31Yp8WwbRBrSsrWU45Hm4EzcEi%2FSRlew%3D%3D" for ::1 at 2015-11-04 12:26:22 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"w086dZAA3XA9rePlYKEp6mhN8ga9c09O5sb4+B5R91WngbAQqeRvDy31Yp8WwbRBrSsrWU45Hm4EzcEi/SRlew==", "post_id"=>"jhon"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jhon"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 2], ["status", 1]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags"[0m
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 2], ["status", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (4.4ms)
Completed 200 OK in 24ms (Views: 20.4ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/posts/jhon/post_tags" for ::1 at 2015-11-04 12:26:24 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"PuF9RDcnxT3Y5K3QAk6EL6NapY+wlbO6Ui0wdVqDu1RaL/chDsN3Qsi8LKp0LhmEZjx80EPf4pqwJgmvufYpeg==", "post_tag"=>{"label_id"=>"2", "version_id"=>"2", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"jhon"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jhon"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 2], ["status", 1]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label_id", 2], ["version_id", 2], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-04 17:26:24.537586"], ["updated_at", "2015-11-04 17:26:24.537586"]]
[1m[36m (156.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 2], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.2ms)
Completed 200 OK in 186ms (Views: 23.3ms | ActiveRecord: 157.6ms)
Started GET "/pulitzer/posts/jhon/post_tags/new?tag_model=SearchLocation&authenticity_token=w086dZAA3XA9rePlYKEp6mhN8ga9c09O5sb4%2BB5R91WngbAQqeRvDy31Yp8WwbRBrSsrWU45Hm4EzcEi%2FSRlew%3D%3D" for ::1 at 2015-11-04 12:26:25 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"SearchLocation", "authenticity_token"=>"w086dZAA3XA9rePlYKEp6mhN8ga9c09O5sb4+B5R91WngbAQqeRvDy31Yp8WwbRBrSsrWU45Hm4EzcEi/SRlew==", "post_id"=>"jhon"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jhon"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 2], ["status", 1]]
[1m[36mSearchLocation Load (0.2ms)[0m [1mSELECT "search_locations".* FROM "search_locations"[0m
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 2], ["status", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (3.6ms)
Completed 200 OK in 21ms (Views: 18.5ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-04 12:26:32 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"CXHDc1LlcWcpxrpWjptIlPqutn2jipwaU4M8QzHLJDJtv0kWawHDGDmeOyz4+9U/P8hvIlDAzTqxiAWZ0r62HA==", "content_element"=>{"title"=>"adf", "body"=>"texting"}, "commit"=>"Update", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "adf"], ["body", "texting"], ["updated_at", "2015-11-04 17:26:32.728032"], ["id", 2]]
[1m[35m (361.9ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.0ms)
Completed 200 OK in 390ms (Views: 22.1ms | ActiveRecord: 362.8ms)
Started GET "/pulitzer/posts?post_type_id=2" for ::1 at 2015-11-04 12:26:34 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 2[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (6.7ms)
Completed 200 OK in 102ms (Views: 101.0ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 12:28:22 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (7.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (21.2ms)
Completed 200 OK in 80ms (Views: 79.3ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/post_types/2/edit?authenticity_token=KsPl%2BuIj%2FxyGCO8RZESdqGRbxvWwGQixuzwRamS74g9ODW%2Bf28dNY5ZQbmsSJAADoT0fqkNTWZFZNyiwh85wIQ%3D%3D" for ::1 at 2015-11-04 12:28:26 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"KsPl+uIj/xyGCO8RZESdqGRbxvWwGQixuzwRamS74g9ODW+f28dNY5ZQbmsSJAADoT0fqkNTWZFZNyiwh85wIQ==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (27.6ms)
Completed 200 OK in 47ms (Views: 46.3ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types/2?authenticity_token=KsPl%2BuIj%2FxyGCO8RZESdqGRbxvWwGQixuzwRamS74g9ODW%2Bf28dNY5ZQbmsSJAADoT0fqkNTWZFZNyiwh85wIQ%3D%3D" for ::1 at 2015-11-04 12:28:27 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"KsPl+uIj/xyGCO8RZESdqGRbxvWwGQixuzwRamS74g9ODW+f28dNY5ZQbmsSJAADoT0fqkNTWZFZNyiwh85wIQ==", "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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (36.1ms)
Completed 200 OK in 52ms (Views: 51.5ms | ActiveRecord: 0.3ms)
Started DELETE "/pulitzer/post_types/2" for ::1 at 2015-11-04 12:28:33 -0500
Processing by Pulitzer::PostTypesController#destroy as */*
Parameters: {"authenticity_token"=>"KsPl+uIj/xyGCO8RZESdqGRbxvWwGQixuzwRamS74g9ODW+f28dNY5ZQbmsSJAADoT0fqkNTWZFZNyiwh85wIQ==", "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[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 2]]
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ?[0m [["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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["id", 2]]
[1m[35mSQL (0.1ms)[0m DELETE FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? [["id", 2]]
[1m[36m (33.9ms)[0m [1mcommit transaction[0m
Rendered text template (0.0ms)
Completed 200 OK in 42ms (Views: 0.5ms | ActiveRecord: 35.0ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 12:28:34 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (8.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (11.2ms)
Completed 200 OK in 67ms (Views: 66.8ms | ActiveRecord: 0.3ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 12:28:34 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 12:28:34 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 12:28:34 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 12:28:34 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 12:28:34 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 12:28:34 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 12:28:34 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 12:28:34 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 12:28:34 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 12:28:34 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 12:28:34 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 12:28:34 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=gS8f%2Bu4gfL72%2FXL3GzoVC8rcxGMTCLLbnAdite%2BMT4nl4ZWf18TOweal841tWoigD7odPOBC4%2Ft%2BDFtvDPndpw%3D%3D" for ::1 at 2015-11-04 12:28:35 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"gS8f+u4gfL72/XL3GzoVC8rcxGMTCLLbnAdite+MT4nl4ZWf18TOweal841tWoigD7odPOBC4/t+DFtvDPndpw=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (21.2ms)
Completed 200 OK in 37ms (Views: 36.9ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-04 12:28:41 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"k02fnFPvKFo3fLbjBtyGjiDlqtUT6ydrouLRy4DT5bH3gxX5aguaJSckN5lwvBsl5YNziuChdktA6egRY6Z3nw==", "post_type"=>{"name"=>"About us", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "About us"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-04 17:28:41.371676"], ["updated_at", "2015-11-04 17:28:41.371676"]]
[1m[35m (1148.5ms)[0m commit transaction
[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[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "about-us"]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "About us"], ["post_type_id", 3], ["slug", "about-us"], ["created_at", "2015-11-04 17:28:42.640213"], ["updated_at", "2015-11-04 17:28:42.640213"]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 1], ["post_id", 3], ["created_at", "2015-11-04 17:28:42.642787"], ["updated_at", "2015-11-04 17:28:42.642787"]]
[1m[35m (274.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (19.1ms)
Completed 200 OK in 1591ms (Views: 38.5ms | ActiveRecord: 1424.8ms)
Started GET "/pulitzer/posts/singular-page/content_elements" for ::1 at 2015-11-04 13:02:27 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"singular-page"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "singular-page"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (22.2ms)
Completed 200 OK in 92ms (Views: 87.9ms | ActiveRecord: 0.9ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 13:02:27 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 13:02:27 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 13:02:27 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 13:02:27 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 13:02:27 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 13:02:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 13:02:27 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 13:02:27 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 13:02:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 13:02:27 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 13:02:27 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 13:02:27 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 13:02:28 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.4ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (20.1ms)
Completed 200 OK in 86ms (Views: 85.2ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 13:02:28 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 13:02:28 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 13:02:28 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 13:02:28 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 13:02:28 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 13:02:28 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 13:02:28 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 13:02:28 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 13:02:28 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 13:02:28 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 13:02:28 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 13:02:28 -0500
Started GET "/pulitzer/posts/singular-page/content_elements" for ::1 at 2015-11-04 13:02:29 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"singular-page"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "singular-page"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (21.5ms)
Completed 200 OK in 83ms (Views: 80.2ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 13:02:30 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 13:02:30 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 13:02:30 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 13:02:30 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 13:02:30 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 13:02:30 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 13:02:30 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 13:02:30 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 13:02:30 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 13:02:30 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 13:02:30 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 13:02:30 -0500
Started GET "/pulitzer/posts/singular-page/post_tags/new?tag_model=SearchLocation&authenticity_token=%2FVURO5pYKGyLtYhpyX8wDyVSCpvl3K1BMvHqOyYdvhCZm5teo7yaE5vtCRO%2FH62k4DTTxBaW%2FGHQ%2BtPhxWgsPg%3D%3D" for ::1 at 2015-11-04 13:02:31 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"SearchLocation", "authenticity_token"=>"/VURO5pYKGyLtYhpyX8wDyVSCpvl3K1BMvHqOyYdvhCZm5teo7yaE5vtCRO/H62k4DTTxBaW/GHQ+tPhxWgsPg==", "post_id"=>"singular-page"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "singular-page"]]
[1m[35mPulitzer::Version Load (0.3ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mSearchLocation Load (0.1ms)[0m [1mSELECT "search_locations".* FROM "search_locations"[0m
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (4.2ms)
Completed 200 OK in 25ms (Views: 21.0ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts/singular-page/content_elements/1/edit?authenticity_token=%2FVURO5pYKGyLtYhpyX8wDyVSCpvl3K1BMvHqOyYdvhCZm5teo7yaE5vtCRO%2FH62k4DTTxBaW%2FGHQ%2BtPhxWgsPg%3D%3D" for ::1 at 2015-11-04 13:02:34 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"/VURO5pYKGyLtYhpyX8wDyVSCpvl3K1BMvHqOyYdvhCZm5teo7yaE5vtCRO/H62k4DTTxBaW/GHQ+tPhxWgsPg==", "post_id"=>"singular-page", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (19.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (60.2ms)
Completed 200 OK in 79ms (Views: 77.7ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-04 13:02:37 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"GdPw+O9SmnHAHyzQBU9AHo73F8iFJi79LI8G5pstiRB9HXqd1rYoDtBHrapzL921S5HOl3Zsf93OhD88eFgbPg==", "content_element"=>{"title"=>"title 3", "body"=>"veamos 2"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "veamos 2"], ["updated_at", "2015-11-04 18:02:37.843182"], ["id", 1]]
[1m[36m (1162.1ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.1ms)
Completed 200 OK in 1192ms (Views: 22.6ms | ActiveRecord: 1163.1ms)
Started GET "/pulitzer/posts/singular-page/content_elements" for ::1 at 2015-11-04 13:05:18 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"singular-page"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "singular-page"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (24.2ms)
Completed 200 OK in 111ms (Views: 106.6ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 13:05:19 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 13:05:19 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 13:05:19 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 13:05:19 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 13:05:19 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 13:05:19 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 13:05:19 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 13:05:19 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 13:05:19 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 13:05:19 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 13:05:19 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 13:05:19 -0500
Started GET "/pulitzer/posts/singular-page/content_elements/1/edit?authenticity_token=hC8qXrks%2FLT%2Bgd4UCGXCGMepFElZQdfe533B6itpBofg4aA7gMhOy%2B7ZX25%2BBV%2BzAs%2FNFqoLhv4FdvgwyByUqQ%3D%3D" for ::1 at 2015-11-04 13:05:30 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"hC8qXrks/LT+gd4UCGXCGMepFElZQdfe533B6itpBofg4aA7gMhOy+7ZX25+BV+zAs/NFqoLhv4FdvgwyByUqQ==", "post_id"=>"singular-page", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (19.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (62.2ms)
Completed 200 OK in 81ms (Views: 79.7ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-04 13:05:34 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"faV/duNvBVQuZHu3o2pZ3fjEda4NoPeb0dNI1qwZl6kZa/UT2ou3Kz48+s3VCsR2PaKs8f7qprsz2HEMT2wFhw==", "content_element"=>{"title"=>"title 3", "body"=>"veamos 2 data"}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "veamos 2 data"], ["updated_at", "2015-11-04 18:05:34.360058"], ["id", 1]]
[1m[35m (1152.7ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.5ms)
Completed 200 OK in 1185ms (Views: 23.5ms | ActiveRecord: 1153.5ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 13:05:53 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (12.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (15.7ms)
[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", 3]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (14.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (16.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (38.3ms)
Completed 200 OK in 115ms (Views: 112.9ms | ActiveRecord: 0.9ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 13:05:54 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 13:05:54 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 13:05:54 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 13:05:54 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 13:05:54 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 13:05:54 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 13:05:54 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 13:05:54 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 13:05:54 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 13:05:54 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 13:05:54 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 13:05:54 -0500
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-04 13:06:01 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 3], ["status", 1]]
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 3], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 3], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (16.3ms)
Completed 200 OK in 90ms (Views: 87.0ms | ActiveRecord: 0.7ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 13:06:01 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 13:06:01 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 13:06:01 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 13:06:01 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 13:06:01 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 13:06:01 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 13:06:01 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 13:06:01 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 13:06:01 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 13:06:01 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 13:06:01 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 13:06:01 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 13:06:06 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (9.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (11.6ms)
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (22.6ms)
Completed 200 OK in 97ms (Views: 96.0ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 13:06:06 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 13:06:06 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 13:06:06 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 13:06:06 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 13:06:06 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 13:06:06 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 13:06:06 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 13:06:06 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 13:06:06 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 13:06:06 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 13:06:06 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 13:06:06 -0500
Started GET "/pulitzer/posts/singular-page/content_elements" for ::1 at 2015-11-04 13:06:10 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"singular-page"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "singular-page"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (23.5ms)
Completed 200 OK in 99ms (Views: 95.8ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 13:06:11 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 13:06:11 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 13:06:11 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 13:06:11 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 13:06:11 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 13:06:11 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 13:06:11 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 13:06:11 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 13:06:11 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 13:06:11 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 13:06:11 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 13:06:11 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 13:09:04 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (14.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (16.6ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (31.4ms)
Completed 200 OK in 99ms (Views: 98.2ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 13:09:05 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 13:09:05 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 13:09:05 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 13:09:05 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 13:09:05 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 13:09:05 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 13:09:05 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 13:09:05 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 13:09:05 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 13:09:05 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 13:09:05 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 13:09:05 -0500
Started GET "/pulitzer/posts/singular-page/content_elements" for ::1 at 2015-11-04 13:09:13 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"singular-page"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "singular-page"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (22.8ms)
Completed 200 OK in 87ms (Views: 83.9ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 13:09:14 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 13:09:14 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 13:09:14 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 13:09:14 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 13:09:14 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 13:09:14 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 13:09:14 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 13:09:14 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 13:09:14 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 13:09:14 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 13:09:14 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 13:09:14 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 13:09:16 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (11.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (13.4ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (23.9ms)
Completed 200 OK in 105ms (Views: 103.8ms | ActiveRecord: 0.8ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 13:09:16 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 13:09:16 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 13:09:17 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 13:09:17 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 13:09:17 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 13:09:17 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 13:09:17 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 13:09:17 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 13:09:17 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 13:09:17 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 13:09:17 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 13:09:17 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=SoyAeOEsb5wgpi2sWfQe2v%2FmH1ugQX%2BFlAgv1mp68aUuQgod2Mjd4zD%2BrNYvlINxOoDGBFMLLqV2AxYMiQ9jiw%3D%3D" for ::1 at 2015-11-04 13:09:20 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"SoyAeOEsb5wgpi2sWfQe2v/mH1ugQX+FlAgv1mp68aUuQgod2Mjd4zD+rNYvlINxOoDGBFMLLqV2AxYMiQ9jiw==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (20.6ms)
Completed 200 OK in 38ms (Views: 37.4ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-04 13:09:23 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"XkBllKHkzjM1C7sMouQrVDam+Kuq86cVxqJ2VyKm9f86ju/xmAB8TCVTOnbUhLb/88Ah9Fm59jUkqU+NwdNn0Q==", "post_type"=>{"name"=>"singular page", "plural"=>"1", "template"=>"0"}, "commit"=>"Update 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.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_post_types" SET "plural" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ?[0m [["plural", "t"], ["updated_at", "2015-11-04 18:09:23.423143"], ["id", 1]]
[1m[35m (643.2ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (48.7ms)
Completed 200 OK in 721ms (Views: 73.8ms | ActiveRecord: 644.0ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-04 13:09:24 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"XkBllKHkzjM1C7sMouQrVDam+Kuq86cVxqJ2VyKm9f86ju/xmAB8TCVTOnbUhLb/88Ah9Fm59jUkqU+NwdNn0Q==", "post_type"=>{"name"=>"singular page", "plural"=>"1", "template"=>"0"}, "commit"=>"Update 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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (47.5ms)
Completed 200 OK in 71ms (Views: 68.2ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-11-04 13:09:25 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (6.5ms)
Completed 200 OK in 75ms (Views: 74.2ms | ActiveRecord: 0.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 13:09:25 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 13:09:25 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 13:09:25 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 13:09:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 13:09:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 13:09:25 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 13:09:25 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 13:09:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 13:09:25 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 13:09:25 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 13:09:25 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 13:09:25 -0500
Started GET "/pulitzer/posts/singular-page/content_elements" for ::1 at 2015-11-04 13:09:32 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"singular-page"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "singular-page"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (23.3ms)
Completed 200 OK in 83ms (Views: 80.0ms | ActiveRecord: 0.9ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 13:09:32 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 13:09:32 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 13:09:32 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 13:09:32 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 13:09:32 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 13:09:32 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 13:09:32 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 13:09:32 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 13:09:32 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 13:09:32 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 13:09:32 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 13:09:32 -0500
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-11-04 13:09:35 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (5.6ms)
Completed 200 OK in 82ms (Views: 80.7ms | ActiveRecord: 0.2ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 13:09:35 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 13:09:35 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 13:09:35 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 13:09:35 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 13:09:35 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 13:09:35 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 13:09:35 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 13:09:35 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 13:09:35 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 13:09:35 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 13:09:35 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 13:09:35 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 13:10:02 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.3ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (21.0ms)
Completed 200 OK in 89ms (Views: 88.0ms | ActiveRecord: 0.6ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 13:10:02 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 13:10:02 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 13:10:02 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 13:10:02 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 13:10:02 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 13:10:02 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 13:10:02 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 13:10:02 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 13:10:02 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 13:10:02 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 13:10:02 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 13:10:02 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 14:07:07 -0500
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (54.0ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 14:08:05 -0500
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (36.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (39.4ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (21.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (22.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (75.6ms)
Completed 200 OK in 541ms (Views: 533.7ms | ActiveRecord: 1.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 14:08:06 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 14:08:06 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 14:08:06 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 14:08:06 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 14:08:06 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 14:08:06 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 14:08:06 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 14:08:06 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 14:08:06 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 14:08:06 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 14:08:06 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 14:08:06 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=3&authenticity_token=TII8%2B79RIJ0%2FMp450ax11fYMmQheFByn4pCKaCQ5gigoTLaehrWS4i9qH0OnzOh%2BM2pAV61eTYcAm7Oyx0wQBg%3D%3D" for ::1 at 2015-11-04 14:08:10 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"3", "authenticity_token"=>"TII8+79RIJ0/Mp450ax11fYMmQheFByn4pCKaCQ5gigoTLaehrWS4i9qH0OnzOh+M2pAV61eTYcAm7Oyx0wQBg=="}
[1m[36mPulitzer::PostType Load (0.7ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (22.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (45.4ms)
Completed 200 OK in 1138ms (Views: 61.8ms | ActiveRecord: 1.0ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-04 14:08:14 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"2jNleU35koXJDp0ZcJFNnmwRPhj/swH9M4WQ60XXf5m+/e8cdB0g+tlWHGMG8dA1qXfnRwz5UN3RjqkxpqLttw==", "post_type_content_element_type"=>{"label"=>"tenga", "content_element_type_id"=>"1", "post_type_id"=>"3", "text_editor"=>"None"}, "commit"=>"Content element"}
[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]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "tenga"], ["content_element_type_id", 1], ["post_type_id", 3], ["text_editor", "None"], ["created_at", "2015-11-04 19:08:14.052486"], ["updated_at", "2015-11-04 19:08:14.052486"]]
[1m[35m (253.8ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.6ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 3]]
[1m[35mPulitzer::Version Load (0.3ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 3], ["status", 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", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 3], ["label", "tenga"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 3], ["created_at", "2015-11-04 19:08:14.380852"], ["updated_at", "2015-11-04 19:08:14.380852"]]
[1m[35m (0.7ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (15.7ms)
Completed 200 OK in 365ms (Views: 31.1ms | ActiveRecord: 256.8ms)
Started GET "/pulitzer/post_types/3/edit?authenticity_token=TII8%2B79RIJ0%2FMp450ax11fYMmQheFByn4pCKaCQ5gigoTLaehrWS4i9qH0OnzOh%2BM2pAV61eTYcAm7Oyx0wQBg%3D%3D" for ::1 at 2015-11-04 14:08:16 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"TII8+79RIJ0/Mp450ax11fYMmQheFByn4pCKaCQ5gigoTLaehrWS4i9qH0OnzOh+M2pAV61eTYcAm7Oyx0wQBg==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (24.0ms)
Completed 200 OK in 44ms (Views: 43.1ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/3" for ::1 at 2015-11-04 14:08:17 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6qq5vcJeKsCwbx4+8pTip/LGbMTjo3b3+UFZUd07XveOZDPY+7qYv6A3n0SE9H8MN6C1mxDpJ9cbSmCLPk7M2Q==", "post_type"=>{"name"=>"About us", "plural"=>"0", "template"=>"0"}, "commit"=>"Update post type", "id"=>"3"}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m commit transaction
[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[35mCACHE (0.0ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (16.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (38.0ms)
Completed 200 OK in 57ms (Views: 52.6ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-04 14:08:18 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "about-us"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 3], ["status", 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", 3]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 3], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (11.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 3], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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[35mPulitzer::PostTypeContentElementType Load (0.5ms)[0m SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (14.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (20.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (45.8ms)
Completed 200 OK in 137ms (Views: 132.2ms | ActiveRecord: 1.6ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 14:08:19 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 14:08:19 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 14:08:19 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 14:08:19 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 14:08:19 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 14:08:19 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 14:08:19 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 14:08:19 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 14:08:19 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 14:08:19 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 14:08:19 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 14:08:19 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 14:09:07 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (8.7ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 3]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (8.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (21.1ms)
Completed 200 OK in 86ms (Views: 84.7ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 14:09:07 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 14:09:07 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 14:09:07 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 14:09:07 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 14:09:07 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 14:09:07 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 14:09:07 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 14:09:07 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 14:09:07 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 14:09:07 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 14:09:07 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 14:09:07 -0500
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-04 14:09:08 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "about-us"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 3], ["status", 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", 3]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 3], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 3], ["status", 1]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (30.1ms)
Completed 200 OK in 94ms (Views: 90.1ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 14:09:09 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 14:09:09 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 14:09:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 14:09:09 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 14:09:09 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 14:09:09 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 14:09:09 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 14:09:09 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 14:09:09 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 14:09:09 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 14:09:09 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 14:09:09 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 14:09:10 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 3]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (22.7ms)
Completed 200 OK in 75ms (Views: 74.3ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 14:09:10 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 14:09:10 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 14:09:10 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 14:09:10 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 14:09:10 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 14:09:10 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 14:09:10 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 14:09:10 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 14:09:10 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 14:09:10 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 14:09:10 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 14:09:10 -0500
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-11-04 14:09:16 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (8.8ms)
Completed 200 OK in 67ms (Views: 65.5ms | ActiveRecord: 0.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 14:09:18 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 14:09:18 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 14:09:18 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 14:09:18 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 14:09:18 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 14:09:18 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 14:09:18 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 14:09:18 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 14:09:18 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 14:09:18 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 14:09:18 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 14:09:18 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 14:09:25 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.2ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 3]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (8.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (22.8ms)
Completed 200 OK in 80ms (Views: 79.0ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 14:09:25 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 14:09:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 14:09:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 14:09:25 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 14:09:25 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 14:09:25 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 14:09:25 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 14:09:25 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 14:09:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 14:09:25 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 14:09:25 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 14:09:25 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-04 14:15:26 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (11.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 3]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (9.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (27.2ms)
Completed 200 OK in 98ms (Views: 96.9ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-04 14:15:26 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-04 14:15:26 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-04 14:15:26 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-04 14:15:26 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-04 14:15:26 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-04 14:15:26 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-04 14:15:26 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-04 14:15:26 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-04 14:15:26 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-04 14:15:26 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-04 14:15:26 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-04 14:15:26 -0500
Started GET "/" for ::1 at 2015-11-05 09:58:55 -0500
Processing by PagesController#news_posts as HTML
[1m[36mPulitzer::PostType Load (0.6ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1[0m [["name", "News articles"]]
Completed 500 Internal Server Error in 19ms (ActiveRecord: 1.2ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (58.5ms)
Started GET "/manage" for ::1 at 2015-11-05 09:58:59 -0500
ActionController::RoutingError (No route matches [GET] "/manage"):
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (110.5ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 09:59:09 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (10.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (29.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (33.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 3]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (24.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (25.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (72.0ms)
Completed 200 OK in 155ms (Views: 153.4ms | ActiveRecord: 1.5ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 09:59:09 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 09:59:09 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 09:59:09 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 09:59:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 09:59:09 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 09:59:09 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 09:59:09 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 09:59:09 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 09:59:09 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 09:59:09 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 09:59:09 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 09:59:09 -0500
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 10:01:38 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 3], ["status", 1]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 3], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 3], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (39.9ms)
Completed 200 OK in 113ms (Views: 86.5ms | ActiveRecord: 2.0ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 10:01:38 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 10:01:38 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 10:01:38 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 10:01:38 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 10:01:38 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 10:01:38 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 10:01:38 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 10:01:38 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 10:01:38 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 10:01:38 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 10:01:38 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 10:01:38 -0500
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-11-05 10:01:51 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Tj30tEBxsbJIictwgQ6EHAAnJ9fzKMyT6wpQcRbCu1oq837ReZUDzVjRSgr3bhm3xUH+iABinbMJAWmr9bcpdA==", "content_element"=>{"title"=>"peguele", "body"=>"Peguele"}, "commit"=>"Update", "id"=>"3"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "peguele"], ["body", "Peguele"], ["updated_at", "2015-11-05 15:01:51.703558"], ["id", 3]]
[1m[36m (0.6ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (10.1ms)
Completed 200 OK in 34ms (Views: 25.5ms | ActiveRecord: 1.6ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 10:35:24 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.8ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 10:40:39 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (54.5ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 10:41:02 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.4ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.7ms)
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected ->, expecting keyword_end
scope :active -> { find_by(status: Pulitzer::...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected ->, expecting keyword_end
scope :preview -> { find_by(status: Pulitzer::...
^):
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected ->, expecting keyword_end
scope :active -> { find_by(status: Pulitzer::...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected ->, expecting keyword_end
scope :preview -> { find_by(status: Pulitzer::...
^
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/dependencies.rb:526:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:304:in `safe_constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:572:in `safe_get'
activesupport (4.2.4) lib/active_support/dependencies.rb:603:in `safe_constantize'
activerecord (4.2.4) lib/active_record/inheritance.rb:154:in `block in compute_type'
activerecord (4.2.4) lib/active_record/inheritance.rb:153:in `each'
activerecord (4.2.4) lib/active_record/inheritance.rb:153:in `compute_type'
activerecord (4.2.4) lib/active_record/reflection.rb:271:in `compute_class'
activerecord (4.2.4) lib/active_record/reflection.rb:267:in `klass'
activerecord (4.2.4) lib/active_record/reflection.rb:505:in `automatic_inverse_of'
activerecord (4.2.4) lib/active_record/reflection.rb:494:in `block in inverse_name'
activerecord (4.2.4) lib/active_record/reflection.rb:490:in `fetch'
activerecord (4.2.4) lib/active_record/reflection.rb:490:in `inverse_name'
activerecord (4.2.4) lib/active_record/reflection.rb:387:in `has_inverse?'
activerecord (4.2.4) lib/active_record/reflection.rb:336:in `check_validity_of_inverse!'
activerecord (4.2.4) lib/active_record/reflection.rb:331:in `check_validity!'
activerecord (4.2.4) lib/active_record/associations/association.rb:25:in `initialize'
activerecord (4.2.4) lib/active_record/associations.rb:162:in `new'
activerecord (4.2.4) lib/active_record/associations.rb:162:in `association'
activerecord (4.2.4) lib/active_record/associations/builder/association.rb:115:in `versions'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:26:in `preview_version'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (436.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (495.8ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 10:41:26 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.4ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 10:41:33 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.6ms)
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '~', expecting keyword_end
scope :active ~> { find_by(status: Pulitzer:...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '}', expecting =>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '~', expecting keyword_end
scope :preview ~> { find_by(status: Pulitzer:...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '}', expecting =>):
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '~', expecting keyword_end
scope :active ~> { find_by(status: Pulitzer:...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '}', expecting =>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '~', expecting keyword_end
scope :preview ~> { find_by(status: Pulitzer:...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '}', expecting =>
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/dependencies.rb:526:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:304:in `safe_constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:572:in `safe_get'
activesupport (4.2.4) lib/active_support/dependencies.rb:603:in `safe_constantize'
activerecord (4.2.4) lib/active_record/inheritance.rb:154:in `block in compute_type'
activerecord (4.2.4) lib/active_record/inheritance.rb:153:in `each'
activerecord (4.2.4) lib/active_record/inheritance.rb:153:in `compute_type'
activerecord (4.2.4) lib/active_record/reflection.rb:271:in `compute_class'
activerecord (4.2.4) lib/active_record/reflection.rb:267:in `klass'
activerecord (4.2.4) lib/active_record/reflection.rb:505:in `automatic_inverse_of'
activerecord (4.2.4) lib/active_record/reflection.rb:494:in `block in inverse_name'
activerecord (4.2.4) lib/active_record/reflection.rb:490:in `fetch'
activerecord (4.2.4) lib/active_record/reflection.rb:490:in `inverse_name'
activerecord (4.2.4) lib/active_record/reflection.rb:387:in `has_inverse?'
activerecord (4.2.4) lib/active_record/reflection.rb:336:in `check_validity_of_inverse!'
activerecord (4.2.4) lib/active_record/reflection.rb:331:in `check_validity!'
activerecord (4.2.4) lib/active_record/associations/association.rb:25:in `initialize'
activerecord (4.2.4) lib/active_record/associations.rb:162:in `new'
activerecord (4.2.4) lib/active_record/associations.rb:162:in `association'
activerecord (4.2.4) lib/active_record/associations/builder/association.rb:115:in `versions'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:26:in `preview_version'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.5ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 10:42:19 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "about-us"]]
Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.1ms)
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '~', expecting keyword_end
scope :active ~> { find_by(status: Pulitzer:...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '}', expecting =>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '~', expecting keyword_end
scope :preview ~> { find_by(status: Pulitzer:...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '}', expecting =>):
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '~', expecting keyword_end
scope :active ~> { find_by(status: Pulitzer:...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '}', expecting =>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '~', expecting keyword_end
scope :preview ~> { find_by(status: Pulitzer:...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '}', expecting =>
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/dependencies.rb:526:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:304:in `safe_constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:572:in `safe_get'
activesupport (4.2.4) lib/active_support/dependencies.rb:603:in `safe_constantize'
activerecord (4.2.4) lib/active_record/inheritance.rb:154:in `block in compute_type'
activerecord (4.2.4) lib/active_record/inheritance.rb:153:in `each'
activerecord (4.2.4) lib/active_record/inheritance.rb:153:in `compute_type'
activerecord (4.2.4) lib/active_record/reflection.rb:271:in `compute_class'
activerecord (4.2.4) lib/active_record/reflection.rb:267:in `klass'
activerecord (4.2.4) lib/active_record/reflection.rb:505:in `automatic_inverse_of'
activerecord (4.2.4) lib/active_record/reflection.rb:494:in `block in inverse_name'
activerecord (4.2.4) lib/active_record/reflection.rb:490:in `fetch'
activerecord (4.2.4) lib/active_record/reflection.rb:490:in `inverse_name'
activerecord (4.2.4) lib/active_record/reflection.rb:387:in `has_inverse?'
activerecord (4.2.4) lib/active_record/reflection.rb:336:in `check_validity_of_inverse!'
activerecord (4.2.4) lib/active_record/reflection.rb:331:in `check_validity!'
activerecord (4.2.4) lib/active_record/associations/association.rb:25:in `initialize'
activerecord (4.2.4) lib/active_record/associations.rb:162:in `new'
activerecord (4.2.4) lib/active_record/associations.rb:162:in `association'
activerecord (4.2.4) lib/active_record/associations/builder/association.rb:115:in `versions'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:26:in `preview_version'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (63.7ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 10:42:55 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.7ms)
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '>'
scope :active, ~> { find_by(status: Pulitzer::...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '}', expecting =>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '>'
scope :preview, ~> { find_by(status: Pulitzer::...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '}', expecting =>):
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '>'
scope :active, ~> { find_by(status: Pulitzer::...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '}', expecting =>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '>'
scope :preview, ~> { find_by(status: Pulitzer::...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '}', expecting =>
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/dependencies.rb:526:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:304:in `safe_constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:572:in `safe_get'
activesupport (4.2.4) lib/active_support/dependencies.rb:603:in `safe_constantize'
activerecord (4.2.4) lib/active_record/inheritance.rb:154:in `block in compute_type'
activerecord (4.2.4) lib/active_record/inheritance.rb:153:in `each'
activerecord (4.2.4) lib/active_record/inheritance.rb:153:in `compute_type'
activerecord (4.2.4) lib/active_record/reflection.rb:271:in `compute_class'
activerecord (4.2.4) lib/active_record/reflection.rb:267:in `klass'
activerecord (4.2.4) lib/active_record/reflection.rb:505:in `automatic_inverse_of'
activerecord (4.2.4) lib/active_record/reflection.rb:494:in `block in inverse_name'
activerecord (4.2.4) lib/active_record/reflection.rb:490:in `fetch'
activerecord (4.2.4) lib/active_record/reflection.rb:490:in `inverse_name'
activerecord (4.2.4) lib/active_record/reflection.rb:387:in `has_inverse?'
activerecord (4.2.4) lib/active_record/reflection.rb:336:in `check_validity_of_inverse!'
activerecord (4.2.4) lib/active_record/reflection.rb:331:in `check_validity!'
activerecord (4.2.4) lib/active_record/associations/association.rb:25:in `initialize'
activerecord (4.2.4) lib/active_record/associations.rb:162:in `new'
activerecord (4.2.4) lib/active_record/associations.rb:162:in `association'
activerecord (4.2.4) lib/active_record/associations/builder/association.rb:115:in `versions'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:26:in `preview_version'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.3ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 10:43:05 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.5ms)
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '>'
scope :active, ~> { find_by(status: Pulitzer::...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '}', expecting =>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '>'
scope :preview, ~> { find_by(status: Pulitzer::...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '}', expecting =>):
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '>'
scope :active, ~> { find_by(status: Pulitzer::...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '}', expecting =>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '>'
scope :preview, ~> { find_by(status: Pulitzer::...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '}', expecting =>
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/dependencies.rb:526:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:304:in `safe_constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:572:in `safe_get'
activesupport (4.2.4) lib/active_support/dependencies.rb:603:in `safe_constantize'
activerecord (4.2.4) lib/active_record/inheritance.rb:154:in `block in compute_type'
activerecord (4.2.4) lib/active_record/inheritance.rb:153:in `each'
activerecord (4.2.4) lib/active_record/inheritance.rb:153:in `compute_type'
activerecord (4.2.4) lib/active_record/reflection.rb:271:in `compute_class'
activerecord (4.2.4) lib/active_record/reflection.rb:267:in `klass'
activerecord (4.2.4) lib/active_record/reflection.rb:505:in `automatic_inverse_of'
activerecord (4.2.4) lib/active_record/reflection.rb:494:in `block in inverse_name'
activerecord (4.2.4) lib/active_record/reflection.rb:490:in `fetch'
activerecord (4.2.4) lib/active_record/reflection.rb:490:in `inverse_name'
activerecord (4.2.4) lib/active_record/reflection.rb:387:in `has_inverse?'
activerecord (4.2.4) lib/active_record/reflection.rb:336:in `check_validity_of_inverse!'
activerecord (4.2.4) lib/active_record/reflection.rb:331:in `check_validity!'
activerecord (4.2.4) lib/active_record/associations/association.rb:25:in `initialize'
activerecord (4.2.4) lib/active_record/associations.rb:162:in `new'
activerecord (4.2.4) lib/active_record/associations.rb:162:in `association'
activerecord (4.2.4) lib/active_record/associations/builder/association.rb:115:in `versions'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:26:in `preview_version'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (61.7ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 10:44:09 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.6ms)
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '>'
scope :active, ~> { find_by(status: Pulitzer::...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '}', expecting =>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '>'
scope :preview, ~> { find_by(status: Pulitzer::...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '}', expecting =>):
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '>'
scope :active, ~> { find_by(status: Pulitzer::...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '}', expecting =>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '>'
scope :preview, ~> { find_by(status: Pulitzer::...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '}', expecting =>
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/dependencies.rb:526:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:304:in `safe_constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:572:in `safe_get'
activesupport (4.2.4) lib/active_support/dependencies.rb:603:in `safe_constantize'
activerecord (4.2.4) lib/active_record/inheritance.rb:154:in `block in compute_type'
activerecord (4.2.4) lib/active_record/inheritance.rb:153:in `each'
activerecord (4.2.4) lib/active_record/inheritance.rb:153:in `compute_type'
activerecord (4.2.4) lib/active_record/reflection.rb:271:in `compute_class'
activerecord (4.2.4) lib/active_record/reflection.rb:267:in `klass'
activerecord (4.2.4) lib/active_record/reflection.rb:505:in `automatic_inverse_of'
activerecord (4.2.4) lib/active_record/reflection.rb:494:in `block in inverse_name'
activerecord (4.2.4) lib/active_record/reflection.rb:490:in `fetch'
activerecord (4.2.4) lib/active_record/reflection.rb:490:in `inverse_name'
activerecord (4.2.4) lib/active_record/reflection.rb:387:in `has_inverse?'
activerecord (4.2.4) lib/active_record/reflection.rb:336:in `check_validity_of_inverse!'
activerecord (4.2.4) lib/active_record/reflection.rb:331:in `check_validity!'
activerecord (4.2.4) lib/active_record/associations/association.rb:25:in `initialize'
activerecord (4.2.4) lib/active_record/associations.rb:162:in `new'
activerecord (4.2.4) lib/active_record/associations.rb:162:in `association'
activerecord (4.2.4) lib/active_record/associations/builder/association.rb:115:in `versions'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:26:in `preview_version'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (67.6ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 10:44:10 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "about-us"]]
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '>'
scope :active, ~> { find_by(status: Pulitzer::...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '}', expecting =>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '>'
scope :preview, ~> { find_by(status: Pulitzer::...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '}', expecting =>):
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '>'
scope :active, ~> { find_by(status: Pulitzer::...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '}', expecting =>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '>'
scope :preview, ~> { find_by(status: Pulitzer::...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '}', expecting =>
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/dependencies.rb:526:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:304:in `safe_constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:572:in `safe_get'
activesupport (4.2.4) lib/active_support/dependencies.rb:603:in `safe_constantize'
activerecord (4.2.4) lib/active_record/inheritance.rb:154:in `block in compute_type'
activerecord (4.2.4) lib/active_record/inheritance.rb:153:in `each'
activerecord (4.2.4) lib/active_record/inheritance.rb:153:in `compute_type'
activerecord (4.2.4) lib/active_record/reflection.rb:271:in `compute_class'
activerecord (4.2.4) lib/active_record/reflection.rb:267:in `klass'
activerecord (4.2.4) lib/active_record/reflection.rb:505:in `automatic_inverse_of'
activerecord (4.2.4) lib/active_record/reflection.rb:494:in `block in inverse_name'
activerecord (4.2.4) lib/active_record/reflection.rb:490:in `fetch'
activerecord (4.2.4) lib/active_record/reflection.rb:490:in `inverse_name'
activerecord (4.2.4) lib/active_record/reflection.rb:387:in `has_inverse?'
activerecord (4.2.4) lib/active_record/reflection.rb:336:in `check_validity_of_inverse!'
activerecord (4.2.4) lib/active_record/reflection.rb:331:in `check_validity!'
activerecord (4.2.4) lib/active_record/associations/association.rb:25:in `initialize'
activerecord (4.2.4) lib/active_record/associations.rb:162:in `new'
activerecord (4.2.4) lib/active_record/associations.rb:162:in `association'
activerecord (4.2.4) lib/active_record/associations/builder/association.rb:115:in `versions'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:26:in `preview_version'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (57.3ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 10:44:13 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '>'
scope :active, ~> { find_by(status: Pulitzer::...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '}', expecting =>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '>'
scope :preview, ~> { find_by(status: Pulitzer::...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '}', expecting =>):
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '>'
scope :active, ~> { find_by(status: Pulitzer::...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:8: syntax error, unexpected '}', expecting =>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '>'
scope :preview, ~> { find_by(status: Pulitzer::...
^
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:9: syntax error, unexpected '}', expecting =>
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/dependencies.rb:526:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:304:in `safe_constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:572:in `safe_get'
activesupport (4.2.4) lib/active_support/dependencies.rb:603:in `safe_constantize'
activerecord (4.2.4) lib/active_record/inheritance.rb:154:in `block in compute_type'
activerecord (4.2.4) lib/active_record/inheritance.rb:153:in `each'
activerecord (4.2.4) lib/active_record/inheritance.rb:153:in `compute_type'
activerecord (4.2.4) lib/active_record/reflection.rb:271:in `compute_class'
activerecord (4.2.4) lib/active_record/reflection.rb:267:in `klass'
activerecord (4.2.4) lib/active_record/reflection.rb:505:in `automatic_inverse_of'
activerecord (4.2.4) lib/active_record/reflection.rb:494:in `block in inverse_name'
activerecord (4.2.4) lib/active_record/reflection.rb:490:in `fetch'
activerecord (4.2.4) lib/active_record/reflection.rb:490:in `inverse_name'
activerecord (4.2.4) lib/active_record/reflection.rb:387:in `has_inverse?'
activerecord (4.2.4) lib/active_record/reflection.rb:336:in `check_validity_of_inverse!'
activerecord (4.2.4) lib/active_record/reflection.rb:331:in `check_validity!'
activerecord (4.2.4) lib/active_record/associations/association.rb:25:in `initialize'
activerecord (4.2.4) lib/active_record/associations.rb:162:in `new'
activerecord (4.2.4) lib/active_record/associations.rb:162:in `association'
activerecord (4.2.4) lib/active_record/associations/builder/association.rb:115:in `versions'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:26:in `preview_version'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (58.6ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 11:01:13 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (53.7ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 11:01:25 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 3]]
Completed 500 Internal Server Error in 418ms (ActiveRecord: 0.9ms)
NoMethodError (undefined method `content_elements' for #):
activerecord (4.2.4) lib/active_record/relation/delegation.rb:136:in `method_missing'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:99:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (64.1ms)
Started GET "/pulitzer/" for ::1 at 2015-11-05 11:01:33 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (8.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (12.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (30.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (33.9ms)
[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", 3]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 3]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (16.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (18.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (65.4ms)
Completed 200 OK in 219ms (Views: 211.1ms | ActiveRecord: 1.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 11:01:34 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 11:01:34 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 11:01:34 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 11:01:34 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 11:01:34 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 11:01:34 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 11:01:34 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 11:01:34 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 11:01:34 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 11:01:34 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 11:01:34 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 11:01:34 -0500
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 11:01:36 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[36mPulitzer::Post Load (0.5ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "about-us"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 3]]
Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.6ms)
NoMethodError (undefined method `content_elements' for #):
activerecord (4.2.4) lib/active_record/relation/delegation.rb:136:in `method_missing'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:99:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (59.3ms)
[1m[36m (174.1ms)[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 (20150716214842)
[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", "20150716214842"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214843"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[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", "20150716214844"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[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, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (1.1ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[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", "20150716214847"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-05 16:02:10.374438"], ["updated_at", "2015-11-05 16:02:10.374438"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-05 16:02:10.376447"], ["updated_at", "2015-11-05 16:02:10.376447"]]
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-05 16:02:10.377505"], ["updated_at", "2015-11-05 16:02:10.377505"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (1.2ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.9ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.4ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "post_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", "20151029221443"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 11:03:14 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
Completed 404 Not Found in 19ms (ActiveRecord: 0.5ms)
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:23:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:5:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (67.5ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 11:03:29 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "about-us"]]
Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:23:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:5:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.9ms)
Started GET "/pulitzer/" for ::1 at 2015-11-05 11:03:33 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (2.6ms)
Completed 200 OK in 123ms (Views: 118.4ms | ActiveRecord: 0.4ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 11:03:33 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 11:03:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 11:03:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 11:03:33 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 11:03:33 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 11:03:33 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 11:03:33 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 11:03:34 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 11:03:34 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 11:03:34 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 11:03:34 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 11:03:34 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=vtc1Xdk%2F%2FhHM1aN8BnCYqRRRQ9oeE5SuDIM%2BV1TNIGnaGb844NtMbtyNIgZwEAUC0Teahe1ZxY7uiAeNt7iyRw%3D%3D" for ::1 at 2015-11-05 11:03:35 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"vtc1Xdk//hHM1aN8BnCYqRRRQ9oeE5SuDIM+V1TNIGnaGb844NtMbtyNIgZwEAUC0Teahe1ZxY7uiAeNt7iyRw=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (54.9ms)
Completed 200 OK in 784ms (Views: 769.7ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-05 11:03:39 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"3JGa2zcUGGWe8Wab5JGsQiDqM0O/BQ5ss5+fs56XcQ+4XxC+DvCqGo6p5+GS8THp5YzqHExPX0xRlKZpfeLjIQ==", "post_type"=>{"name"=>"va", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "va"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-05 16:03:39.870357"], ["updated_at", "2015-11-05 16:03:39.870357"]]
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.4ms)[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]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "va"]]
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "va"], ["post_type_id", 1], ["slug", "va"], ["created_at", "2015-11-05 16:03:40.994590"], ["updated_at", "2015-11-05 16:03:40.994590"]]
[1m[35mPulitzer::Version Load (0.5ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
Completed 500 Internal Server Error in 1138ms (ActiveRecord: 4.1ms)
ArgumentError (wrong number of arguments (1 for 2)):
activerecord (4.2.4) lib/active_record/relation.rb:364:in `update'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:31:in `create_version'
activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.4) lib/active_support/callbacks.rb:228:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `each'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_create_callbacks'
activerecord (4.2.4) lib/active_record/callbacks.rb:306:in `_create_record'
activerecord (4.2.4) lib/active_record/timestamp.rb:57:in `_create_record'
activerecord (4.2.4) lib/active_record/persistence.rb:504:in `create_or_update'
activerecord (4.2.4) lib/active_record/callbacks.rb:302:in `block in create_or_update'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_save_callbacks'
activerecord (4.2.4) lib/active_record/callbacks.rb:302:in `create_or_update'
activerecord (4.2.4) lib/active_record/persistence.rb:120:in `save'
activerecord (4.2.4) lib/active_record/validations.rb:37:in `save'
activerecord (4.2.4) lib/active_record/attribute_methods/dirty.rb:21:in `save'
activerecord (4.2.4) lib/active_record/transactions.rb:286:in `block (2 levels) in save'
activerecord (4.2.4) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:348:in `with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/transactions.rb:286:in `block in save'
activerecord (4.2.4) lib/active_record/transactions.rb:301:in `rollback_active_record_state!'
activerecord (4.2.4) lib/active_record/transactions.rb:285:in `save'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:41:in `insert_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:495:in `block (2 levels) in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:408:in `replace_on_target'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:403:in `add_to_target'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:493:in `block in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:183:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:182:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:492:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:187:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:153:in `create'
activerecord (4.2.4) lib/active_record/associations/collection_proxy.rb:290:in `create'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_singleton_post.rb:11:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_types_controller.rb:15:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (58.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-05 11:04:45 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"3JGa2zcUGGWe8Wab5JGsQiDqM0O/BQ5ss5+fs56XcQ+4XxC+DvCqGo6p5+GS8THp5YzqHExPX0xRlKZpfeLjIQ==", "post_type"=>{"name"=>"va", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "va"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-05 16:04:45.213208"], ["updated_at", "2015-11-05 16:04:45.213208"]]
[1m[35m (0.7ms)[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[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "va"]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "va"], ["post_type_id", 2], ["slug", "va"], ["created_at", "2015-11-05 16:04:45.407352"], ["updated_at", "2015-11-05 16:04:45.407352"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (454.3ms)[0m [1mrollback transaction[0m
Completed 500 Internal Server Error in 681ms (ActiveRecord: 457.1ms)
ArgumentError (wrong number of arguments (1 for 2)):
activerecord (4.2.4) lib/active_record/relation.rb:364:in `update'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:31:in `create_version'
activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.4) lib/active_support/callbacks.rb:228:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `each'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_create_callbacks'
activerecord (4.2.4) lib/active_record/callbacks.rb:306:in `_create_record'
activerecord (4.2.4) lib/active_record/timestamp.rb:57:in `_create_record'
activerecord (4.2.4) lib/active_record/persistence.rb:504:in `create_or_update'
activerecord (4.2.4) lib/active_record/callbacks.rb:302:in `block in create_or_update'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_save_callbacks'
activerecord (4.2.4) lib/active_record/callbacks.rb:302:in `create_or_update'
activerecord (4.2.4) lib/active_record/persistence.rb:120:in `save'
activerecord (4.2.4) lib/active_record/validations.rb:37:in `save'
activerecord (4.2.4) lib/active_record/attribute_methods/dirty.rb:21:in `save'
activerecord (4.2.4) lib/active_record/transactions.rb:286:in `block (2 levels) in save'
activerecord (4.2.4) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:348:in `with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/transactions.rb:286:in `block in save'
activerecord (4.2.4) lib/active_record/transactions.rb:301:in `rollback_active_record_state!'
activerecord (4.2.4) lib/active_record/transactions.rb:285:in `save'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:41:in `insert_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:495:in `block (2 levels) in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:408:in `replace_on_target'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:403:in `add_to_target'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:493:in `block in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:183:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:182:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:492:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:187:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:153:in `create'
activerecord (4.2.4) lib/active_record/associations/collection_proxy.rb:290:in `create'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_singleton_post.rb:11:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_types_controller.rb:15:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (48.5ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-05 11:05:25 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"3JGa2zcUGGWe8Wab5JGsQiDqM0O/BQ5ss5+fs56XcQ+4XxC+DvCqGo6p5+GS8THp5YzqHExPX0xRlKZpfeLjIQ==", "post_type"=>{"name"=>"va", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "va"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-05 16:05:25.684001"], ["updated_at", "2015-11-05 16:05:25.684001"]]
[1m[35m (0.7ms)[0m commit transaction
[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[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "va"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "va"], ["post_type_id", 3], ["slug", "va"], ["created_at", "2015-11-05 16:05:25.689256"], ["updated_at", "2015-11-05 16:05:25.689256"]]
[1m[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
Completed 500 Internal Server Error in 10ms (ActiveRecord: 2.0ms)
ArgumentError (wrong number of arguments (1 for 2)):
activerecord (4.2.4) lib/active_record/relation.rb:364:in `update'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:31:in `create_version'
activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.4) lib/active_support/callbacks.rb:228:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `each'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_create_callbacks'
activerecord (4.2.4) lib/active_record/callbacks.rb:306:in `_create_record'
activerecord (4.2.4) lib/active_record/timestamp.rb:57:in `_create_record'
activerecord (4.2.4) lib/active_record/persistence.rb:504:in `create_or_update'
activerecord (4.2.4) lib/active_record/callbacks.rb:302:in `block in create_or_update'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_save_callbacks'
activerecord (4.2.4) lib/active_record/callbacks.rb:302:in `create_or_update'
activerecord (4.2.4) lib/active_record/persistence.rb:120:in `save'
activerecord (4.2.4) lib/active_record/validations.rb:37:in `save'
activerecord (4.2.4) lib/active_record/attribute_methods/dirty.rb:21:in `save'
activerecord (4.2.4) lib/active_record/transactions.rb:286:in `block (2 levels) in save'
activerecord (4.2.4) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:348:in `with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/transactions.rb:286:in `block in save'
activerecord (4.2.4) lib/active_record/transactions.rb:301:in `rollback_active_record_state!'
activerecord (4.2.4) lib/active_record/transactions.rb:285:in `save'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:41:in `insert_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:495:in `block (2 levels) in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:408:in `replace_on_target'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:403:in `add_to_target'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:493:in `block in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:183:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:182:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:492:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:187:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:153:in `create'
activerecord (4.2.4) lib/active_record/associations/collection_proxy.rb:290:in `create'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_singleton_post.rb:11:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_types_controller.rb:15:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (52.5ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-05 11:05:43 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"3JGa2zcUGGWe8Wab5JGsQiDqM0O/BQ5ss5+fs56XcQ+4XxC+DvCqGo6p5+GS8THp5YzqHExPX0xRlKZpfeLjIQ==", "post_type"=>{"name"=>"vaa", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "vaa"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-05 16:05:43.090429"], ["updated_at", "2015-11-05 16:05:43.090429"]]
[1m[35m (2062.5ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.4ms)[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", 4]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "vaa"]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "vaa"], ["post_type_id", 4], ["slug", "vaa"], ["created_at", "2015-11-05 16:05:45.363237"], ["updated_at", "2015-11-05 16:05:45.363237"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (412.6ms)[0m [1mrollback transaction[0m
Completed 500 Internal Server Error in 2715ms (ActiveRecord: 2477.5ms)
ArgumentError (wrong number of arguments (1 for 2)):
activerecord (4.2.4) lib/active_record/relation.rb:364:in `update'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:31:in `create_version'
activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.4) lib/active_support/callbacks.rb:228:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `each'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_create_callbacks'
activerecord (4.2.4) lib/active_record/callbacks.rb:306:in `_create_record'
activerecord (4.2.4) lib/active_record/timestamp.rb:57:in `_create_record'
activerecord (4.2.4) lib/active_record/persistence.rb:504:in `create_or_update'
activerecord (4.2.4) lib/active_record/callbacks.rb:302:in `block in create_or_update'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_save_callbacks'
activerecord (4.2.4) lib/active_record/callbacks.rb:302:in `create_or_update'
activerecord (4.2.4) lib/active_record/persistence.rb:120:in `save'
activerecord (4.2.4) lib/active_record/validations.rb:37:in `save'
activerecord (4.2.4) lib/active_record/attribute_methods/dirty.rb:21:in `save'
activerecord (4.2.4) lib/active_record/transactions.rb:286:in `block (2 levels) in save'
activerecord (4.2.4) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:348:in `with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/transactions.rb:286:in `block in save'
activerecord (4.2.4) lib/active_record/transactions.rb:301:in `rollback_active_record_state!'
activerecord (4.2.4) lib/active_record/transactions.rb:285:in `save'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:41:in `insert_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:495:in `block (2 levels) in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:408:in `replace_on_target'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:403:in `add_to_target'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:493:in `block in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:183:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:182:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:492:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:187:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:153:in `create'
activerecord (4.2.4) lib/active_record/associations/collection_proxy.rb:290:in `create'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_singleton_post.rb:11:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_types_controller.rb:15:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (48.8ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-05 11:08:39 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"3JGa2zcUGGWe8Wab5JGsQiDqM0O/BQ5ss5+fs56XcQ+4XxC+DvCqGo6p5+GS8THp5YzqHExPX0xRlKZpfeLjIQ==", "post_type"=>{"name"=>"vaa", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "vaa"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-05 16:08:39.334382"], ["updated_at", "2015-11-05 16:08:39.334382"]]
[1m[35m (1253.1ms)[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", 5]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "vaa"]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "vaa"], ["post_type_id", 5], ["slug", "vaa"], ["created_at", "2015-11-05 16:08:40.756599"], ["updated_at", "2015-11-05 16:08:40.756599"]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 0], ["post_id", 1], ["created_at", "2015-11-05 16:08:40.766560"], ["updated_at", "2015-11-05 16:08:40.766560"]]
[1m[35m (414.6ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 5]]
[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", 5]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (34.0ms)
Completed 200 OK in 1937ms (Views: 58.0ms | ActiveRecord: 1670.4ms)
Started GET "/pulitzer/post_types/new?authenticity_token=vtc1Xdk%2F%2FhHM1aN8BnCYqRRRQ9oeE5SuDIM%2BV1TNIGnaGb844NtMbtyNIgZwEAUC0Teahe1ZxY7uiAeNt7iyRw%3D%3D" for ::1 at 2015-11-05 11:08:45 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"vtc1Xdk//hHM1aN8BnCYqRRRQ9oeE5SuDIM+V1TNIGnaGb844NtMbtyNIgZwEAUC0Teahe1ZxY7uiAeNt7iyRw=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (31.2ms)
Completed 200 OK in 49ms (Views: 47.9ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-05 11:08:46 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"iLAtkI83l9YEmLOpbghfZox2hEC68C3kJnFpklcsaeDsfqf1ttMlqRTAMtMYaMLNSRBdH0m6fMTEelBItFn7zg==", "post_type"=>{"name"=>"Asdf", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "Asdf"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-05 16:08:46.382728"], ["updated_at", "2015-11-05 16:08:46.382728"]]
[1m[36m (0.7ms)[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", 6]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "asdf"]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Asdf"], ["post_type_id", 6], ["slug", "asdf"], ["created_at", "2015-11-05 16:08:46.388338"], ["updated_at", "2015-11-05 16:08:46.388338"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 0], ["post_id", 2], ["created_at", "2015-11-05 16:08:46.390549"], ["updated_at", "2015-11-05 16:08:46.390549"]]
[1m[36m (0.9ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 6]]
[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", 6]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (21.3ms)
Completed 200 OK in 51ms (Views: 37.9ms | ActiveRecord: 2.8ms)
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Started GET "/pulitzer/" for ::1 at 2015-11-05 11:52:09 -0500
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.9ms)
Started GET "/pulitzer/" for ::1 at 2015-11-05 11:52:19 -0500
[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::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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (38.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (40.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (51.7ms)
Completed 500 Internal Server Error in 68ms (ActiveRecord: 1.1ms)
ActionView::Template::Error (No route matches {:action=>"index", :controller=>"pulitzer/content_elements", :post_id=>nil} missing required keys: [:post_id]):
1:
2:
3: - <%= post_type.name %>
4: - <%= link_to_posts(post_type, 'Index', 'Manage') %>
5: - >
6: <%= link_to "Template", '#', class: 'toggle-post-type-content-elements', data: { post_types: post_type.id } %>
7:
actionpack (4.2.4) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:729:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:760:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:803:in `url_for'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:282:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:225:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/posts_helper.rb:8:in `link_to_posts'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb:4:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_html_erb___836322559450660286_70234889176160'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_wrapper_html_erb__4435357465237107776_70234889262440'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:12:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb__2086642485376756287_70234895136560'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:11:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb__2086642485376756287_70234895136560'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.2ms)
Started GET "/pulitzer/" for ::1 at 2015-11-05 11:52:25 -0500
[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::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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (34.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (37.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (48.4ms)
Completed 500 Internal Server Error in 63ms (ActiveRecord: 1.1ms)
ActionView::Template::Error (No route matches {:action=>"index", :controller=>"pulitzer/content_elements", :post_id=>nil} missing required keys: [:post_id]):
1:
2:
3: - <%= post_type.name %>
4: - <%= link_to_posts(post_type, 'Index', 'Manage') %>
5: - >
6: <%= link_to "Template", '#', class: 'toggle-post-type-content-elements', data: { post_types: post_type.id } %>
7:
actionpack (4.2.4) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:729:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:760:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:803:in `url_for'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:282:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:225:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/posts_helper.rb:8:in `link_to_posts'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb:4:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_html_erb__800382893013234416_70188237369780'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_wrapper_html_erb___788026755591218906_70188251035360'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:12:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb__1471693277378979178_70188244282040'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:11:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb__1471693277378979178_70188244282040'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (693.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (750.0ms)
[1m[36m (123.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.2ms)[0m select sqlite_version(*)
[1m[36m (1.3ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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", "20150716214842"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214843"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[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, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214846"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[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", "20150716214847"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[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" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[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", "20150716214849"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-05 16:52:48.700798"], ["updated_at", "2015-11-05 16:52:48.700798"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-05 16:52:48.702621"], ["updated_at", "2015-11-05 16:52:48.702621"]]
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-05 16:52:48.703639"], ["updated_at", "2015-11-05 16:52:48.703639"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/" for ::1 at 2015-11-05 11:53:13 -0500
[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.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.8ms)
Completed 200 OK in 784ms (Views: 776.4ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 11:53:14 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 11:53:14 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 11:53:14 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 11:53:14 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 11:53:14 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 11:53:14 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 11:53:14 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 11:53:14 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 11:53:14 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 11:53:14 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 11:53:14 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 11:53:14 -0500
Started GET "/pulitzer/" for ::1 at 2015-11-05 11:53:17 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (1.1ms)
Completed 200 OK in 89ms (Views: 88.1ms | ActiveRecord: 0.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 11:53:18 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 11:53:18 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 11:53:18 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 11:53:18 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 11:53:18 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 11:53:18 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 11:53:18 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 11:53:18 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 11:53:18 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 11:53:18 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 11:53:18 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 11:53:18 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=0oA9fnXdP0%2FK%2BF0LO3F8KaaQONMIicp95N3haXCXkMm2TrcbTDmNMNqg3HFNEeGCY%2FbhjPvDm10G1tizk%2BIC5w%3D%3D" for ::1 at 2015-11-05 11:53:18 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"0oA9fnXdP0/K+F0LO3F8KaaQONMIicp95N3haXCXkMm2TrcbTDmNMNqg3HFNEeGCY/bhjPvDm10G1tizk+IC5w=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (652.5ms)
Completed 200 OK in 679ms (Views: 673.2ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_types/new?authenticity_token=0oA9fnXdP0%2FK%2BF0LO3F8KaaQONMIicp95N3haXCXkMm2TrcbTDmNMNqg3HFNEeGCY%2FbhjPvDm10G1tizk%2BIC5w%3D%3D" for ::1 at 2015-11-05 11:53:19 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"0oA9fnXdP0/K+F0LO3F8KaaQONMIicp95N3haXCXkMm2TrcbTDmNMNqg3HFNEeGCY/bhjPvDm10G1tizk+IC5w=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (20.0ms)
Completed 200 OK in 37ms (Views: 36.7ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-05 11:53:22 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"h82q+w6DKlX1/cjRcbHPccIfkQZu5NDdS03pIS49jdbjAyCeN2eYKuWlSasH0VLaB3lIWZ2ugf2pRtD7zUgf+A==", "post_type"=>{"name"=>"va", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "va"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-05 16:53:22.962598"], ["updated_at", "2015-11-05 16:53:22.962598"]]
[1m[35m (0.8ms)[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", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "va"]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "va"], ["post_type_id", 1], ["slug", "va"], ["created_at", "2015-11-05 16:53:23.415150"], ["updated_at", "2015-11-05 16:53:23.415150"]]
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
Completed 500 Internal Server Error in 457ms (ActiveRecord: 2.9ms)
NoMethodError (undefined method `actives' for #):
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:31:in `create_version'
activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.4) lib/active_support/callbacks.rb:228:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `each'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_create_callbacks'
activerecord (4.2.4) lib/active_record/callbacks.rb:306:in `_create_record'
activerecord (4.2.4) lib/active_record/timestamp.rb:57:in `_create_record'
activerecord (4.2.4) lib/active_record/persistence.rb:504:in `create_or_update'
activerecord (4.2.4) lib/active_record/callbacks.rb:302:in `block in create_or_update'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_save_callbacks'
activerecord (4.2.4) lib/active_record/callbacks.rb:302:in `create_or_update'
activerecord (4.2.4) lib/active_record/persistence.rb:120:in `save'
activerecord (4.2.4) lib/active_record/validations.rb:37:in `save'
activerecord (4.2.4) lib/active_record/attribute_methods/dirty.rb:21:in `save'
activerecord (4.2.4) lib/active_record/transactions.rb:286:in `block (2 levels) in save'
activerecord (4.2.4) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:348:in `with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/transactions.rb:286:in `block in save'
activerecord (4.2.4) lib/active_record/transactions.rb:301:in `rollback_active_record_state!'
activerecord (4.2.4) lib/active_record/transactions.rb:285:in `save'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:41:in `insert_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:495:in `block (2 levels) in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:408:in `replace_on_target'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:403:in `add_to_target'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:493:in `block in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:183:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:182:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:492:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:187:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:153:in `create'
activerecord (4.2.4) lib/active_record/associations/collection_proxy.rb:290:in `create'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_singleton_post.rb:11:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_types_controller.rb:15:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (60.4ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-05 11:53:49 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"h82q+w6DKlX1/cjRcbHPccIfkQZu5NDdS03pIS49jdbjAyCeN2eYKuWlSasH0VLaB3lIWZ2ugf2pRtD7zUgf+A==", "post_type"=>{"name"=>"va", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "va"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-05 16:53:49.633390"], ["updated_at", "2015-11-05 16:53:49.633390"]]
[1m[35m (145.6ms)[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.2ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "va"]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "va"], ["post_type_id", 2], ["slug", "va"], ["created_at", "2015-11-05 16:53:49.946426"], ["updated_at", "2015-11-05 16:53:49.946426"]]
[1m[36m (1677.2ms)[0m [1mrollback transaction[0m
Completed 500 Internal Server Error in 2016ms (ActiveRecord: 1825.1ms)
NoMethodError (undefined method `active' for #):
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:31:in `create_version'
activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.4) lib/active_support/callbacks.rb:228:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `each'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_create_callbacks'
activerecord (4.2.4) lib/active_record/callbacks.rb:306:in `_create_record'
activerecord (4.2.4) lib/active_record/timestamp.rb:57:in `_create_record'
activerecord (4.2.4) lib/active_record/persistence.rb:504:in `create_or_update'
activerecord (4.2.4) lib/active_record/callbacks.rb:302:in `block in create_or_update'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_save_callbacks'
activerecord (4.2.4) lib/active_record/callbacks.rb:302:in `create_or_update'
activerecord (4.2.4) lib/active_record/persistence.rb:120:in `save'
activerecord (4.2.4) lib/active_record/validations.rb:37:in `save'
activerecord (4.2.4) lib/active_record/attribute_methods/dirty.rb:21:in `save'
activerecord (4.2.4) lib/active_record/transactions.rb:286:in `block (2 levels) in save'
activerecord (4.2.4) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:348:in `with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/transactions.rb:286:in `block in save'
activerecord (4.2.4) lib/active_record/transactions.rb:301:in `rollback_active_record_state!'
activerecord (4.2.4) lib/active_record/transactions.rb:285:in `save'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:41:in `insert_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:495:in `block (2 levels) in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:408:in `replace_on_target'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:403:in `add_to_target'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:493:in `block in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:183:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:182:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:492:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:187:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:153:in `create'
activerecord (4.2.4) lib/active_record/associations/collection_proxy.rb:290:in `create'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_singleton_post.rb:11:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_types_controller.rb:15:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (51.5ms)
Started GET "/pulitzer/" for ::1 at 2015-11-05 11:54:04 -0500
[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::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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (38.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (41.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (53.0ms)
Completed 500 Internal Server Error in 68ms (ActiveRecord: 1.0ms)
ActionView::Template::Error (No route matches {:action=>"index", :controller=>"pulitzer/content_elements", :post_id=>nil} missing required keys: [:post_id]):
1:
2:
3: - <%= post_type.name %>
4: - <%= link_to_posts(post_type, 'Index', 'Manage') %>
5: - >
6: <%= link_to "Template", '#', class: 'toggle-post-type-content-elements', data: { post_types: post_type.id } %>
7:
actionpack (4.2.4) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:729:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:760:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:803:in `url_for'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:282:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:225:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/posts_helper.rb:8:in `link_to_posts'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb:4:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_html_erb___2827020892491085213_70346693267680'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_wrapper_html_erb__1787103570590270164_70346704672480'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:12:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___292942619561938154_70346701257340'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:11:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___292942619561938154_70346701257340'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (74.6ms)
[1m[36m (82.9ms)[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 (20150716214842)
[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", "20150716214842"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.0ms)[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", "20150716214843"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.0ms)[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", "20150716214844"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.0ms)[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, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[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", "20150716214847"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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", "20150716214849"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-05 16:54:22.160436"], ["updated_at", "2015-11-05 16:54:22.160436"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-05 16:54:22.161922"], ["updated_at", "2015-11-05 16:54:22.161922"]]
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-05 16:54:22.163164"], ["updated_at", "2015-11-05 16:54:22.163164"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.5ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (1.1ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "post_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", "20151029221443"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.6ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/" for ::1 at 2015-11-05 11:54:26 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.7ms)
Completed 200 OK in 153ms (Views: 143.5ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 11:54:26 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 11:54:26 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 11:54:26 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 11:54:26 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 11:54:26 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 11:54:26 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 11:54:26 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 11:54:26 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 11:54:26 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 11:54:26 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 11:54:26 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 11:54:26 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=5rj%2BzikLxcuRoNOH7yGPJOoR8Sz%2BerlfHdrjePvzTwmCdnSrEO93tIH4Uv2ZQRKPL3cocw0w6H%2F%2F0dqiGIbdJw%3D%3D" for ::1 at 2015-11-05 11:54:28 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"5rj+zikLxcuRoNOH7yGPJOoR8Sz+erlfHdrjePvzTwmCdnSrEO93tIH4Uv2ZQRKPL3cocw0w6H//0dqiGIbdJw=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (37.3ms)
Completed 200 OK in 60ms (Views: 56.0ms | ActiveRecord: 0.2ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-05 11:54:29 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"A/dqzaSjOZ0ZDbYgGJ8m9EWb4sml4r/7SndJ9sFiBYJnOeConUeL4glVN1pu/7tfgP07llao7tuofHAsIheXrA==", "post_type"=>{"name"=>"adsf", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "adsf"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-05 16:54:29.517006"], ["updated_at", "2015-11-05 16:54:29.517006"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[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]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "adsf"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "adsf"], ["post_type_id", 1], ["slug", "adsf"], ["created_at", "2015-11-05 16:54:29.675811"], ["updated_at", "2015-11-05 16:54:29.675811"]]
[1m[35m (212.1ms)[0m rollback transaction
Completed 500 Internal Server Error in 374ms (ActiveRecord: 214.4ms)
NoMethodError (undefined method `active' for #):
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:31:in `create_version'
activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.4) lib/active_support/callbacks.rb:228:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `each'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_create_callbacks'
activerecord (4.2.4) lib/active_record/callbacks.rb:306:in `_create_record'
activerecord (4.2.4) lib/active_record/timestamp.rb:57:in `_create_record'
activerecord (4.2.4) lib/active_record/persistence.rb:504:in `create_or_update'
activerecord (4.2.4) lib/active_record/callbacks.rb:302:in `block in create_or_update'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_save_callbacks'
activerecord (4.2.4) lib/active_record/callbacks.rb:302:in `create_or_update'
activerecord (4.2.4) lib/active_record/persistence.rb:120:in `save'
activerecord (4.2.4) lib/active_record/validations.rb:37:in `save'
activerecord (4.2.4) lib/active_record/attribute_methods/dirty.rb:21:in `save'
activerecord (4.2.4) lib/active_record/transactions.rb:286:in `block (2 levels) in save'
activerecord (4.2.4) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:348:in `with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/transactions.rb:286:in `block in save'
activerecord (4.2.4) lib/active_record/transactions.rb:301:in `rollback_active_record_state!'
activerecord (4.2.4) lib/active_record/transactions.rb:285:in `save'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:41:in `insert_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:495:in `block (2 levels) in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:408:in `replace_on_target'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:403:in `add_to_target'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:493:in `block in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:183:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:182:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:492:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:187:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:153:in `create'
activerecord (4.2.4) lib/active_record/associations/collection_proxy.rb:290:in `create'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_singleton_post.rb:11:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_types_controller.rb:15:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (67.6ms)
Started GET "/pulitzer/post_types/new?authenticity_token=5rj%2BzikLxcuRoNOH7yGPJOoR8Sz%2BerlfHdrjePvzTwmCdnSrEO93tIH4Uv2ZQRKPL3cocw0w6H%2F%2F0dqiGIbdJw%3D%3D" for ::1 at 2015-11-05 11:55:58 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"5rj+zikLxcuRoNOH7yGPJOoR8Sz+erlfHdrjePvzTwmCdnSrEO93tIH4Uv2ZQRKPL3cocw0w6H//0dqiGIbdJw=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (54.8ms)
Completed 200 OK in 103ms (Views: 82.7ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-05 11:56:00 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"h+NRbp8uSSauWjK9nzGKwPWKoMQY3UKyqALLVSOPFh7jLdsLpsr7Wb4Cs8fpURdrMOx5m+uXE5JKCfKPwPqEMA==", "post_type"=>{"name"=>"asdf", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "asdf"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-05 16:56:00.961665"], ["updated_at", "2015-11-05 16:56:00.961665"]]
[1m[35m (819.9ms)[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.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "asdf"]]
[1m[35mSQL (1118.0ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "asdf"], ["post_type_id", 2], ["slug", "asdf"], ["created_at", "2015-11-05 16:56:01.988303"], ["updated_at", "2015-11-05 16:56:01.988303"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (81.7ms)[0m [1mrollback transaction[0m
Completed 500 Internal Server Error in 23083ms (ActiveRecord: 2021.3ms)
SystemExit (exit):
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:32:in `exit'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:32:in `create_version'
byebug (6.0.2) lib/byebug/helpers/eval.rb:52:in `eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:52:in `safe_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:46:in `warning_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:22:in `single_thread_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:13:in `block in thread_safe_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:84:in `allowing_other_threads'
byebug (6.0.2) lib/byebug/helpers/eval.rb:13:in `thread_safe_eval'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:158:in `run_cmd'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:144:in `repl'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:95:in `process_commands'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:75:in `at_line'
byebug (6.0.2) lib/byebug/context.rb:109:in `at_line'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:32:in `create_version'
activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.4) lib/active_support/callbacks.rb:228:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `each'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_create_callbacks'
activerecord (4.2.4) lib/active_record/callbacks.rb:306:in `_create_record'
activerecord (4.2.4) lib/active_record/timestamp.rb:57:in `_create_record'
activerecord (4.2.4) lib/active_record/persistence.rb:504:in `create_or_update'
activerecord (4.2.4) lib/active_record/callbacks.rb:302:in `block in create_or_update'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_save_callbacks'
activerecord (4.2.4) lib/active_record/callbacks.rb:302:in `create_or_update'
activerecord (4.2.4) lib/active_record/persistence.rb:120:in `save'
activerecord (4.2.4) lib/active_record/validations.rb:37:in `save'
activerecord (4.2.4) lib/active_record/attribute_methods/dirty.rb:21:in `save'
activerecord (4.2.4) lib/active_record/transactions.rb:286:in `block (2 levels) in save'
activerecord (4.2.4) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:348:in `with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/transactions.rb:286:in `block in save'
activerecord (4.2.4) lib/active_record/transactions.rb:301:in `rollback_active_record_state!'
activerecord (4.2.4) lib/active_record/transactions.rb:285:in `save'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:41:in `insert_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:495:in `block (2 levels) in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:408:in `replace_on_target'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:403:in `add_to_target'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:493:in `block in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:183:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:182:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:492:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:187:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:153:in `create'
activerecord (4.2.4) lib/active_record/associations/collection_proxy.rb:290:in `create'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_singleton_post.rb:11:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_types_controller.rb:15:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (171.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (3.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (228.8ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-05 11:56:36 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"h+NRbp8uSSauWjK9nzGKwPWKoMQY3UKyqALLVSOPFh7jLdsLpsr7Wb4Cs8fpURdrMOx5m+uXE5JKCfKPwPqEMA==", "post_type"=>{"name"=>"asdf", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "asdf"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-05 16:56:36.942213"], ["updated_at", "2015-11-05 16:56:36.942213"]]
[1m[35m (106.0ms)[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", 3]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "asdf"]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "asdf"], ["post_type_id", 3], ["slug", "asdf"], ["created_at", "2015-11-05 16:56:37.218105"], ["updated_at", "2015-11-05 16:56:37.218105"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 0], ["post_id", 1], ["created_at", "2015-11-05 16:56:37.230244"], ["updated_at", "2015-11-05 16:56:37.230244"]]
[1m[35m (93.7ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (26.4ms)
Completed 200 OK in 460ms (Views: 47.3ms | ActiveRecord: 202.9ms)
Started GET "/pulitzer/post_types/new?authenticity_token=5rj%2BzikLxcuRoNOH7yGPJOoR8Sz%2BerlfHdrjePvzTwmCdnSrEO93tIH4Uv2ZQRKPL3cocw0w6H%2F%2F0dqiGIbdJw%3D%3D" for ::1 at 2015-11-05 11:56:42 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"5rj+zikLxcuRoNOH7yGPJOoR8Sz+erlfHdrjePvzTwmCdnSrEO93tIH4Uv2ZQRKPL3cocw0w6H//0dqiGIbdJw=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (43.9ms)
Completed 200 OK in 66ms (Views: 65.1ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-05 11:56:52 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"3zVevQ38G1C7yOYm3Ja+aUJ40jyJSLjZxMAkD+uel8O7+9TYNBipL6uQZ1yq9iPChx4LY3oC6fkmyx3VCOsF7Q==", "post_type"=>{"name"=>"no", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "no"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-05 16:56:52.070800"], ["updated_at", "2015-11-05 16:56:52.070800"]]
[1m[36m (24.2ms)[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", 4]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "no"]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "no"], ["post_type_id", 4], ["slug", "no"], ["created_at", "2015-11-05 16:56:52.099633"], ["updated_at", "2015-11-05 16:56:52.099633"]]
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 2], ["status", 1]]
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 2]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 0], ["post_id", 2], ["created_at", "2015-11-05 16:56:52.102677"], ["updated_at", "2015-11-05 16:56:52.102677"]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 4]]
[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", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (17.7ms)
Completed 200 OK in 74ms (Views: 36.4ms | ActiveRecord: 26.3ms)
Started GET "/pulitzer/posts/no/content_elements" for ::1 at 2015-11-05 11:56:54 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"no"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "no"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (31.8ms)
Completed 500 Internal Server Error in 1045ms (ActiveRecord: 1.4ms)
ActionView::Template::Error (Missing partial versions/_form with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
18: <% end %>
19:
20:
21: <%= render partial: 'versions/form', locals: { version: @post.preview_version } %>
22:
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:418:in `find_template'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:294:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:21:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__347347400068925090_70161579662420'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (56.5ms)
Started GET "/pulitzer/posts/no/content_elements" for ::1 at 2015-11-05 11:59:04 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"no"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "no"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 4]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (4108.0ms)
Completed 500 Internal Server Error in 4113ms (ActiveRecord: 0.6ms)
ActionView::Template::Error (Missing partial versions/_form with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
18: <% end %>
19:
20:
21: <%= render partial: 'versions/form', locals: { version: @post.preview_version } %>
22:
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:418:in `find_template'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:294:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:21:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__347347400068925090_70161579662420'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (62.4ms)
Started GET "/pulitzer/" for ::1 at 2015-11-05 11:59:13 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (11.3ms)
Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (No route matches {:action=>"index", :controller=>"pulitzer/content_elements", :post_id=>nil} missing required keys: [:post_id]):
1:
2:
3: - <%= post_type.name %>
4: - <%= link_to_posts(post_type, 'Index', 'Manage') %>
5: - >
6: <%= link_to "Template", '#', class: 'toggle-post-type-content-elements', data: { post_types: post_type.id } %>
7:
actionpack (4.2.4) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:729:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:760:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:803:in `url_for'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:282:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:225:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/posts_helper.rb:8:in `link_to_posts'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb:4:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_html_erb__3873233473740133387_70161548326660'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_wrapper_html_erb__598618048857193495_70161543249200'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:12:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___1638859206370919952_70161543215080'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:11:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___1638859206370919952_70161543215080'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (56.4ms)
Started GET "/pulitzer/" for ::1 at 2015-11-05 12:03:23 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (7.9ms)
Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.2ms)
ActionView::Template::Error (No route matches {:action=>"index", :controller=>"pulitzer/content_elements", :post_id=>nil} missing required keys: [:post_id]):
1:
2:
3: - <%= post_type.name %>
4: - <%= link_to_posts(post_type, 'Index', 'Manage') %>
5: - >
6: <%= link_to "Template", '#', class: 'toggle-post-type-content-elements', data: { post_types: post_type.id } %>
7:
actionpack (4.2.4) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:729:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:760:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:803:in `url_for'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:282:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:225:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/posts_helper.rb:8:in `link_to_posts'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb:4:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_html_erb__3873233473740133387_70161548326660'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_wrapper_html_erb__598618048857193495_70161543249200'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:12:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___1638859206370919952_70161543215080'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:11:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___1638859206370919952_70161543215080'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (66.0ms)
Started GET "/pulitzer/" for ::1 at 2015-11-05 12:03:52 -0500
[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::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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (45.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (48.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (59.7ms)
Completed 500 Internal Server Error in 74ms (ActiveRecord: 0.8ms)
ActionView::Template::Error (No route matches {:action=>"index", :controller=>"pulitzer/content_elements", :post_id=>nil} missing required keys: [:post_id]):
1:
2:
3: - <%= post_type.name %>
4: - <%= link_to_posts(post_type, 'Index', 'Manage') %>
5: - >
6: <%= link_to "Template", '#', class: 'toggle-post-type-content-elements', data: { post_types: post_type.id } %>
7:
actionpack (4.2.4) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:729:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:760:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:803:in `url_for'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:282:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:225:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/posts_helper.rb:8:in `link_to_posts'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb:4:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_html_erb___2499454910456490287_70146984483140'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_wrapper_html_erb___3461570983634032177_70146984511880'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:12:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___2189939883031311990_70146993046900'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:11:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___2189939883031311990_70146993046900'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (69.8ms)
[1m[36m (1277.2ms)[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 (20150716214842)
[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", "20150716214842"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.0ms)[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", "20150716214843"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.0ms)[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", "20150716214844"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[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, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[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", "20150716214847"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[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" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214849"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-05 17:04:16.503678"], ["updated_at", "2015-11-05 17:04:16.503678"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-05 17:04:16.505739"], ["updated_at", "2015-11-05 17:04:16.505739"]]
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-05 17:04:16.506881"], ["updated_at", "2015-11-05 17:04:16.506881"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.5ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "post_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", "20151029221443"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.5ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/" for ::1 at 2015-11-05 12:04:24 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.3ms)
Completed 200 OK in 129ms (Views: 121.9ms | ActiveRecord: 0.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:04:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:04:25 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:04:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:04:25 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:04:25 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:04:25 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:04:25 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:04:25 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:04:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:04:25 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:04:25 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:04:25 -0500
Started GET "/pulitzer/" for ::1 at 2015-11-05 12:04:25 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 84ms (Views: 83.8ms | ActiveRecord: 0.1ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:04:26 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:04:26 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:04:26 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:04:26 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:04:26 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:04:26 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:04:26 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:04:26 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:04:26 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:04:26 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:04:26 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:04:26 -0500
Started GET "/pulitzer/" for ::1 at 2015-11-05 12:04:27 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (1.1ms)
Completed 200 OK in 81ms (Views: 80.3ms | ActiveRecord: 0.1ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/pulitzer/" for ::1 at 2015-11-05 12:04:27 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (1.2ms)
Completed 200 OK in 68ms (Views: 67.7ms | ActiveRecord: 0.2ms)
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/pulitzer/" for ::1 at 2015-11-05 12:04:27 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (1.0ms)
Completed 200 OK in 73ms (Views: 72.1ms | ActiveRecord: 0.1ms)
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:04:27 -0500
Started GET "/pulitzer/" for ::1 at 2015-11-05 12:04:27 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (1.2ms)
Completed 200 OK in 80ms (Views: 79.4ms | ActiveRecord: 0.2ms)
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:04:28 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:04:28 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:04:28 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:04:28 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:04:28 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:04:28 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:04:28 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:04:28 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:04:28 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:04:28 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:04:28 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:04:28 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=pIIQMDDmehj0GnE8NxBSJlFvn7ARXjl6HQTvh45pAcDATJpVCQLIZ%2BRC8EZBcM%2BNlAlG7%2BIUaFr%2FD9ZdbRyT7g%3D%3D" for ::1 at 2015-11-05 12:04:28 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"pIIQMDDmehj0GnE8NxBSJlFvn7ARXjl6HQTvh45pAcDATJpVCQLIZ+RC8EZBcM+NlAlG7+IUaFr/D9ZdbRyT7g=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (52.7ms)
Completed 200 OK in 83ms (Views: 75.2ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-05 12:04:31 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"bysqttl0NJgszFRvTMnpk1q2f7RE3I+QT2JjDLHyhyML5aDT4JCG5zyU1RU6qXQ4n9Cm67eW3rCtaVrWUocVDQ==", "post_type"=>{"name"=>"va", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "va"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-05 17:04:31.397695"], ["updated_at", "2015-11-05 17:04:31.397695"]]
[1m[35m (76.5ms)[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", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "va"]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "va"], ["post_type_id", 1], ["slug", "va"], ["created_at", "2015-11-05 17:04:31.631421"], ["updated_at", "2015-11-05 17:04:31.631421"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["status", 0], ["post_id", 1], ["created_at", "2015-11-05 17:04:31.644809"], ["updated_at", "2015-11-05 17:04:31.644809"]]
[1m[35m (605.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (20.9ms)
Completed 200 OK in 902ms (Views: 38.0ms | ActiveRecord: 684.7ms)
Started GET "/pulitzer/" for ::1 at 2015-11-05 12:04:33 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (9.5ms)
Completed 200 OK in 114ms (Views: 113.6ms | ActiveRecord: 0.3ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:04:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:04:33 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:04:33 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:04:33 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:04:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:04:33 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:04:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:04:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:04:33 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:04:33 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:04:33 -0500
Started GET "/pulitzer/" for ::1 at 2015-11-05 12:04:34 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (7.7ms)
Completed 200 OK in 63ms (Views: 62.7ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:04:34 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:04:34 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:04:34 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:04:34 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:04:34 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:04:34 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:04:34 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:04:34 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:04:34 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:04:34 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:04:34 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:04:34 -0500
Started GET "/pulitzer/" for ::1 at 2015-11-05 12:04:34 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (8.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (12.1ms)
Completed 200 OK in 109ms (Views: 108.2ms | ActiveRecord: 0.5ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:04:34 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:04:34 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:04:34 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:04:35 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:04:35 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:04:35 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:04:35 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:04:35 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:04:35 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:04:35 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:04:35 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:04:35 -0500
Started GET "/pulitzer/" for ::1 at 2015-11-05 12:04:35 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (7.6ms)
Completed 200 OK in 65ms (Views: 64.1ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:04:35 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:04:35 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:04:35 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:04:35 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:04:35 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:04:35 -0500
Started GET "/pulitzer/" for ::1 at 2015-11-05 12:04:35 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[36mPulitzer::PostType Load (0.4ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (10.3ms)
Completed 200 OK in 138ms (Views: 137.2ms | ActiveRecord: 0.6ms)
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:04:36 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:04:36 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:04:36 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:04:36 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:04:36 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:04:36 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:04:36 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:04:36 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:04:36 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:04:36 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:04:36 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 12:04:39 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (27.7ms)
Completed 500 Internal Server Error in 59ms (ActiveRecord: 1.5ms)
ActionView::Template::Error (Missing partial versions/_form with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
18: <% end %>
19:
20:
21: <%= render partial: 'versions/form', locals: { version: @post.preview_version } %>
22:
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:418:in `find_template'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:294:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:21:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___2722002889205179107_70169986235120'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (64.5ms)
Started GET "/pulitzer/" for ::1 at 2015-11-05 12:04:42 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (7.1ms)
Completed 200 OK in 69ms (Views: 68.8ms | ActiveRecord: 0.3ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:04:42 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:04:42 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:04:42 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:04:42 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:04:42 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:04:42 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:04:42 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:04:42 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:04:42 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:04:42 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:04:42 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:04:42 -0500
Started GET "/pulitzer/" for ::1 at 2015-11-05 12:04:43 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (9.1ms)
Completed 200 OK in 79ms (Views: 78.4ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:04:43 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:04:43 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:04:43 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:04:43 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:04:43 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:04:43 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:04:43 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:04:43 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:04:43 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:04:43 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:04:43 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:04:43 -0500
Started GET "/pulitzer/" for ::1 at 2015-11-05 12:04:45 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (7.4ms)
Completed 200 OK in 61ms (Views: 60.2ms | ActiveRecord: 0.3ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:04:45 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:04:45 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:04:45 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:04:45 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:04:45 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:04:45 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:04:45 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:04:45 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:04:45 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:04:45 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:04:45 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:04:45 -0500
Started GET "/pulitzer/" for ::1 at 2015-11-05 12:08:34 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (8.2ms)
Completed 200 OK in 71ms (Views: 70.2ms | ActiveRecord: 0.4ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:08:34 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:08:34 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:08:34 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:08:34 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:08:34 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:08:34 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:08:34 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:08:34 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:08:34 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:08:34 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:08:34 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:08:34 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=kw4zPwYz2IvK8aT3YFYbjymsM0v5yy1IA0g3ydU9eKf3wLlaP9dq9NqpJY0WNoYk7MrqFAqBfGjhQw4TNkjqiQ%3D%3D" for ::1 at 2015-11-05 12:08:48 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"kw4zPwYz2IvK8aT3YFYbjymsM0v5yy1IA0g3ydU9eKf3wLlaP9dq9NqpJY0WNoYk7MrqFAqBfGjhQw4TNkjqiQ=="}
[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::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (16.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (38.7ms)
Completed 200 OK in 65ms (Views: 55.1ms | ActiveRecord: 1.0ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-05 12:08:50 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"7BggFV5XAK41mU3zvkmDyRdPJG3iNZR5VlqfxmmAmK6I1qpwZ7Oy0SXBzInIKR5i0in9MhF/xVm0UaYcivUKgA==", "post_type_content_element_type"=>{"label"=>"asdf", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "asdf"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-05 17:08:50.240351"], ["updated_at", "2015-11-05 17:08:50.240351"]]
[1m[35m (419.6ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.8ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.3ms)[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "asdf"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-05 17:08:50.693387"], ["updated_at", "2015-11-05 17:08:50.693387"]]
[1m[35m (0.8ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (29.9ms)
Completed 200 OK in 518ms (Views: 57.3ms | ActiveRecord: 423.1ms)
Started GET "/pulitzer/" for ::1 at 2015-11-05 12:08:51 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (11.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (13.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (16.1ms)
Completed 200 OK in 80ms (Views: 79.4ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:08:51 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:08:51 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:08:51 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:08:51 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:08:51 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:08:51 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:08:51 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:08:51 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:08:51 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:08:51 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:08:51 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:08:51 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=%2BvW7CAcFTdP0ViUPJqwWj88mb5vBb3uklUjzXvEi%2B2%2BeOzFtPuH%2FrOQOpHVQzIskCkC2xDIlKoR3Q8qEEldpQQ%3D%3D" for ::1 at 2015-11-05 12:08:55 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"+vW7CAcFTdP0ViUPJqwWj88mb5vBb3uklUjzXvEi+2+eOzFtPuH/rOQOpHVQzIskCkC2xDIlKoR3Q8qEEldpQQ=="}
[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::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (21.6ms)
Completed 200 OK in 40ms (Views: 37.4ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-05 12:08:58 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"PNepN3vMZ/yJEc4aDG0I/InB+gNDpHydelF1xwUIAUNYGSNSQijVg5lJT2B6DZVXTKcjXLDuLb2YWkwd5n2TbQ==", "post_type_content_element_type"=>{"label"=>"dd", "content_element_type_id"=>"3", "post_type_id"=>"1"}, "commit"=>"Content element"}
[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[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", "dd"], ["content_element_type_id", 3], ["post_type_id", 1], ["created_at", "2015-11-05 17:08:58.862351"], ["updated_at", "2015-11-05 17:08:58.862351"]]
[1m[35m (31.5ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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", 3]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "dd"], ["content_element_type_id", 3], ["post_type_content_element_type_id", 2], ["created_at", "2015-11-05 17:08:58.902168"], ["updated_at", "2015-11-05 17:08:58.902168"]]
[1m[35m (0.9ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (21.0ms)
Completed 200 OK in 84ms (Views: 38.2ms | ActiveRecord: 33.5ms)
Started GET "/pulitzer/" for ::1 at 2015-11-05 12:08:59 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (13.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (15.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (18.2ms)
Completed 200 OK in 72ms (Views: 71.7ms | ActiveRecord: 0.5ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:08:59 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:08:59 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:08:59 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:08:59 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:08:59 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:08:59 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:08:59 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:08:59 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:09:00 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:09:00 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:09:00 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:09:00 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 12:09:01 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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[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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (17.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1470.9ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1510.7ms)
Completed 500 Internal Server Error in 1518ms (ActiveRecord: 1.4ms)
ActionView::Template::Error (Missing partial versions/_form with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
18: <% end %>
19:
20:
21: <%= render partial: 'versions/form', locals: { version: @post.preview_version } %>
22:
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:418:in `find_template'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:294:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:21:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___2722002889205179107_70169986235120'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (53.5ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 12:09:22 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.2ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (46.8ms)
Completed 200 OK in 111ms (Views: 106.0ms | ActiveRecord: 1.1ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:09:22 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:09:22 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:09:22 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:09:22 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:09:22 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:09:22 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:09:22 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:09:22 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:09:22 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:09:22 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:09:22 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:09:22 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 12:11:54 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (15.1ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (225.4ms)
Completed 200 OK in 309ms (Views: 304.4ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:11:54 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:11:54 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:11:54 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:11:54 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:11:54 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:11:54 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:11:54 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:11:54 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:11:54 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:11:54 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:11:54 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:11:54 -0500
Started GET "/pulitzer/posts/va/post_tags/new?tag_model=Pulitzer%3A%3ATag&version=1&authenticity_token=w%2FS4OMJo16FYpfaPXMnJkdQV2QUCP14gpSlnxHG0hyqnOjJd%2B4xl3kj9d%2FUqqVQ6EXMAWvF1DwBHIl4eksEVBA%3D%3D" for ::1 at 2015-11-05 12:11:56 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "version"=>"1", "authenticity_token"=>"w/S4OMJo16FYpfaPXMnJkdQV2QUCP14gpSlnxHG0hyqnOjJd+4xl3kj9d/UqqVQ6EXMAWvF1DwBHIl4eksEVBA==", "post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (43.1ms)
Completed 500 Internal Server Error in 69ms (ActiveRecord: 0.5ms)
ActionView::Template::Error (undefined local variable or method `version' for #<#:0x007fa37675edd0>):
1: <%= form_for post_tag, url: post_post_tags_path(post), html: ajax_form_hash("#show_#{underscore_class_name(tag_model)}") do |f| %>
2: <%= f.label :name %>
3: <%= f.select :label_id, options_from_collection_for_select(tag_model.constantize.all, :id, :name), {}, select2_html_options(tag_model) %>
4: <%= f.hidden_field :version_id, value: version.id %>
5: <%= f.hidden_field :label_type, value: tag_model %>
6: <%= f.submit "Create" %>
7: <%= link_to('Cancel', '#', class: 'button',
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb:4:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__new_html_erb___4439234086862449243_70169996500700'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__new_html_erb___4439234086862449243_70169996500700'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_tags_controller.rb:7:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (35.2ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 12:11:59 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.0ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (45.3ms)
Completed 200 OK in 133ms (Views: 129.0ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:12:00 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:12:00 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:12:00 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:12:00 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:12:00 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:12:00 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:12:00 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:12:00 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:12:00 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:12:00 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:12:00 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:12:00 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 12:12:07 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (10.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (14.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (43.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (52.5ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (119.3ms)
Completed 200 OK in 334ms (Views: 241.5ms | ActiveRecord: 3.4ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:12:08 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:12:08 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:12:08 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:12:08 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:12:08 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:12:08 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:12:08 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:12:08 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:12:08 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:12:08 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:12:08 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:12:08 -0500
Started GET "/pulitzer/posts/va/post_tags/new?tag_model=Pulitzer%3A%3ATag&version=1&authenticity_token=836Yq%2BbLsrwA7SUysRtqkYpbc9lSZmwu1kmlPS13OZmXsBLO3y8AwxC1pEjHe%2Fc6Tz2qhqEsPQ40QpznzgKrtw%3D%3D" for ::1 at 2015-11-05 12:12:10 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "version"=>"1", "authenticity_token"=>"836Yq+bLsrwA7SUysRtqkYpbc9lSZmwu1kmlPS13OZmXsBLO3y8AwxC1pEjHe/c6Tz2qhqEsPQ40QpznzgKrtw==", "post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (40.5ms)
Completed 500 Internal Server Error in 65ms (ActiveRecord: 0.6ms)
ActionView::Template::Error (undefined local variable or method `version' for #<#:0x007facc9ed21c8>):
1: <%= form_for post_tag, url: post_post_tags_path(post), html: ajax_form_hash("#show_#{underscore_class_name(tag_model)}") do |f| %>
2: <%= f.label :name %>
3: <%= f.select :label_id, options_from_collection_for_select(tag_model.constantize.all, :id, :name), {}, select2_html_options(tag_model) %>
4: <%= f.hidden_field :version_id, value: version.id %>
5: <%= f.hidden_field :label_type, value: tag_model %>
6: <%= f.submit "Create" %>
7: <%= link_to('Cancel', '#', class: 'button',
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb:4:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__new_html_erb___2507880428239357761_70190049396800'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__new_html_erb___2507880428239357761_70190049396800'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_tags_controller.rb:7:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (31.8ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 12:12:36 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.0ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (44.7ms)
Completed 200 OK in 130ms (Views: 126.5ms | ActiveRecord: 1.0ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:12:36 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:12:36 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:12:36 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:12:36 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:12:36 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:12:36 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:12:36 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:12:36 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:12:36 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:12:36 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:12:36 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:12:36 -0500
Started GET "/pulitzer/content_elements/1?authenticity_token=rcn3xS30YMkgB3kfaNDXojHRnojR71OFoJ2OIleDP8bJB32gFBDStjBf%2BGUesEoJ9LdH1yKlAqVClrf4tPat6A%3D%3D" for ::1 at 2015-11-05 12:12:39 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"rcn3xS30YMkgB3kfaNDXojHRnojR71OFoJ2OIleDP8bJB32gFBDStjBf+GUesEoJ9LdH1yKlAqVClrf4tPat6A==", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[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[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.9ms)
Completed 200 OK in 28ms (Views: 26.1ms | ActiveRecord: 0.7ms)
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-05 12:12:40 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"3xi0nR/RRB5YlJniG0M/EdoaqMdKZMN/IfD5QIc94Ei71j74JjX2YUjMGJhtI6K6H3xxmLkukl/D+8CaZEhyZg==", "content_element"=>{"title"=>"", "body"=>""}, "commit"=>"Update", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", ""], ["body", ""], ["updated_at", "2015-11-05 17:12:40.206919"], ["id", 2]]
[1m[35m (734.6ms)[0m commit 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", 3]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Completed 200 OK in 763ms (Views: 22.3ms | ActiveRecord: 735.4ms)
Started GET "/pulitzer/posts/va/post_tags/new?tag_model=Pulitzer%3A%3ATag&version=1&authenticity_token=rcn3xS30YMkgB3kfaNDXojHRnojR71OFoJ2OIleDP8bJB32gFBDStjBf%2BGUesEoJ9LdH1yKlAqVClrf4tPat6A%3D%3D" for ::1 at 2015-11-05 12:12:43 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "version"=>"1", "authenticity_token"=>"rcn3xS30YMkgB3kfaNDXojHRnojR71OFoJ2OIleDP8bJB32gFBDStjBf+GUesEoJ9LdH1yKlAqVClrf4tPat6A==", "post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (36.0ms)
Completed 500 Internal Server Error in 55ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (undefined local variable or method `version' for #<#:0x007facc9877918>):
1: <%= form_for post_tag, url: post_post_tags_path(post), html: ajax_form_hash("#show_#{underscore_class_name(tag_model)}") do |f| %>
2: <%= f.label :name %>
3: <%= f.select :label_id, options_from_collection_for_select(tag_model.constantize.all, :id, :name), {}, select2_html_options(tag_model) %>
4: <%= f.hidden_field :version_id, value: version.id %>
5: <%= f.hidden_field :label_type, value: tag_model %>
6: <%= f.submit "Create" %>
7: <%= link_to('Cancel', '#', class: 'button',
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb:4:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__new_html_erb___2507880428239357761_70190049396800'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__new_html_erb___2507880428239357761_70190049396800'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_tags_controller.rb:7:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (29.7ms)
Started GET "/pulitzer/posts/va/post_tags/new?tag_model=SearchLocation&version=1&authenticity_token=rcn3xS30YMkgB3kfaNDXojHRnojR71OFoJ2OIleDP8bJB32gFBDStjBf%2BGUesEoJ9LdH1yKlAqVClrf4tPat6A%3D%3D" for ::1 at 2015-11-05 12:12:46 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"SearchLocation", "version"=>"1", "authenticity_token"=>"rcn3xS30YMkgB3kfaNDXojHRnojR71OFoJ2OIleDP8bJB32gFBDStjBf+GUesEoJ9LdH1yKlAqVClrf4tPat6A==", "post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mSearchLocation Load (0.2ms)[0m [1mSELECT "search_locations".* FROM "search_locations"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (34.2ms)
Completed 500 Internal Server Error in 58ms (ActiveRecord: 0.7ms)
ActionView::Template::Error (undefined local variable or method `version' for #<#:0x007faccab30988>):
1: <%= form_for post_tag, url: post_post_tags_path(post), html: ajax_form_hash("#show_#{underscore_class_name(tag_model)}") do |f| %>
2: <%= f.label :name %>
3: <%= f.select :label_id, options_from_collection_for_select(tag_model.constantize.all, :id, :name), {}, select2_html_options(tag_model) %>
4: <%= f.hidden_field :version_id, value: version.id %>
5: <%= f.hidden_field :label_type, value: tag_model %>
6: <%= f.submit "Create" %>
7: <%= link_to('Cancel', '#', class: 'button',
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb:4:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__new_html_erb___2507880428239357761_70190049396800'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__new_html_erb___2507880428239357761_70190049396800'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_tags_controller.rb:7:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (37.0ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 12:13:00 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.0ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (14.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (19.5ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (66.4ms)
Completed 200 OK in 135ms (Views: 130.2ms | ActiveRecord: 1.3ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:13:00 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:13:00 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:13:01 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:13:01 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:13:01 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:13:01 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:13:01 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:13:01 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:13:01 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:13:01 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:13:01 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:13:01 -0500
Started GET "/pulitzer/posts/va/post_tags/new?tag_model=Pulitzer%3A%3ATag&version=1&authenticity_token=dtMm8EUKmiP1d5pr%2B64nmQ37O8udJM5FosAg%2FqD0WdASHayVfO4oXOUvGxGNzroyyJ3ilG5un2VAyxkkQ4HL%2Fg%3D%3D" for ::1 at 2015-11-05 12:13:02 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "version"=>"1", "authenticity_token"=>"dtMm8EUKmiP1d5pr+64nmQ37O8udJM5FosAg/qD0WdASHayVfO4oXOUvGxGNzroyyJ3ilG5un2VAyxkkQ4HL/g==", "post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (33.2ms)
Completed 500 Internal Server Error in 54ms (ActiveRecord: 0.6ms)
ActionView::Template::Error (undefined local variable or method `version' for #<#:0x007faccd995828>):
1: <%= form_for post_tag, url: post_post_tags_path(post), html: ajax_form_hash("#show_#{underscore_class_name(tag_model)}") do |f| %>
2: <%= f.label :name %>
3: <%= f.select :label_id, options_from_collection_for_select(tag_model.constantize.all, :id, :name), {}, select2_html_options(tag_model) %>
4: <%= f.hidden_field :version_id, value: version.id %>
5: <%= f.hidden_field :label_type, value: tag_model %>
6: <%= f.submit "Create" %>
7: <%= link_to('Cancel', '#', class: 'button',
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb:4:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__new_html_erb___2507880428239357761_70190080710080'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__new_html_erb___2507880428239357761_70190080710080'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_tags_controller.rb:7:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (33.2ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 12:13:57 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.6ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (42.4ms)
Completed 200 OK in 112ms (Views: 109.4ms | ActiveRecord: 0.8ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:13:57 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:13:57 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:13:57 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:13:57 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:13:57 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:13:57 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:13:57 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:13:57 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:13:57 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:13:57 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:13:57 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:13:57 -0500
Started GET "/pulitzer/posts/va/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=Wh26khQJYy6%2BUxQQA7G3URbjsPHfidkQCN8ZEbicxXw%2B0zD3Le3RUa4LlWp10Sr604VprizDiDDq1CDLW%2BlXUg%3D%3D" for ::1 at 2015-11-05 12:13:59 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"Wh26khQJYy6+UxQQA7G3URbjsPHfidkQCN8ZEbicxXw+0zD3Le3RUa4LlWp10Sr604VprizDiDDq1CDLW+lXUg==", "post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags"[0m
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (6.0ms)
Completed 200 OK in 25ms (Views: 21.6ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/posts/va/post_tags" for ::1 at 2015-11-05 12:14:04 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"0ulBZpt6SxUDvF43SnrzqWFpvG9hEPaGr7k+/dHD9My2J8sDop75ahPk3008Gm4CpA9lMJJap6ZNsgcnMrZm4g==", "post_tag"=>{"label_id"=>"pepe", "version_id"=>"1", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1 [["name", "pepe"]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "pepe"], ["created_at", "2015-11-05 17:14:04.379022"], ["updated_at", "2015-11-05 17:14:04.379022"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label_id", 1], ["version_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-05 17:14:04.385094"], ["updated_at", "2015-11-05 17:14:04.385094"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.4ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.3ms)
Completed 200 OK in 276ms (Views: 23.4ms | ActiveRecord: 3.6ms)
Started GET "/pulitzer/posts/va/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=Wh26khQJYy6%2BUxQQA7G3URbjsPHfidkQCN8ZEbicxXw%2B0zD3Le3RUa4LlWp10Sr604VprizDiDDq1CDLW%2BlXUg%3D%3D" for ::1 at 2015-11-05 12:14:11 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"Wh26khQJYy6+UxQQA7G3URbjsPHfidkQCN8ZEbicxXw+0zD3Le3RUa4LlWp10Sr604VprizDiDDq1CDLW+lXUg==", "post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags"[0m
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (4.0ms)
Completed 200 OK in 23ms (Views: 20.3ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/posts/va/post_tags" for ::1 at 2015-11-05 12:14:15 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"mLaumZVeOsQSzEYFrPa8kWNbZhNJNK5uBW6Bdgy+fEj8eCT8rLqIuwKUx3/aliE6pj2/TLp+/07nZbis78vuZg==", "post_tag"=>{"label_id"=>"loca", "version_id"=>"1", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1 [["name", "loca"]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "loca"], ["created_at", "2015-11-05 17:14:15.254633"], ["updated_at", "2015-11-05 17:14:15.254633"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label_id", 2], ["version_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-05 17:14:15.259123"], ["updated_at", "2015-11-05 17:14:15.259123"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.8ms)
Completed 200 OK in 31ms (Views: 20.9ms | ActiveRecord: 2.8ms)
Started GET "/pulitzer/posts/va/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=Wh26khQJYy6%2BUxQQA7G3URbjsPHfidkQCN8ZEbicxXw%2B0zD3Le3RUa4LlWp10Sr604VprizDiDDq1CDLW%2BlXUg%3D%3D" for ::1 at 2015-11-05 12:14:16 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"Wh26khQJYy6+UxQQA7G3URbjsPHfidkQCN8ZEbicxXw+0zD3Le3RUa4LlWp10Sr604VprizDiDDq1CDLW+lXUg==", "post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (3.9ms)
Completed 200 OK in 23ms (Views: 20.6ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/posts/va/post_tags" for ::1 at 2015-11-05 12:14:20 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"pXKXaAqCMkLsUOAPBMgRz52S+rfkTYN+IplpkHMFvTzBvB0NM2aAPfwIYXVyqIxkWPQj6BcH0l7AklBKkHAvEg==", "post_tag"=>{"label_id"=>"lleve", "version_id"=>"1", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1[0m [["name", "lleve"]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "lleve"], ["created_at", "2015-11-05 17:14:20.727810"], ["updated_at", "2015-11-05 17:14:20.727810"]]
[1m[35m (166.9ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label_id", 3], ["version_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-05 17:14:20.899883"], ["updated_at", "2015-11-05 17:14:20.899883"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.0ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.6ms)
Completed 200 OK in 203ms (Views: 25.9ms | ActiveRecord: 169.1ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 12:14:21 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.3ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (46.7ms)
Completed 200 OK in 114ms (Views: 111.0ms | ActiveRecord: 1.1ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:14:21 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:14:21 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:14:21 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:14:21 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:14:21 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:14:21 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:14:21 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:14:21 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:14:21 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:14:21 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:14:21 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:14:22 -0500
Started GET "/pulitzer/posts/va/post_tags/new?tag_model=SearchLocation&authenticity_token=%2F2oSv90UjSIm67gtp9wXaW682XgzESnav7RxbQ%2FQJRebpJja5PA%2FXTazOVfRvIrCq9oAJ8BbePpdv0i37KW3OQ%3D%3D" for ::1 at 2015-11-05 12:14:23 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"SearchLocation", "authenticity_token"=>"/2oSv90UjSIm67gtp9wXaW682XgzESnav7RxbQ/QJRebpJja5PA/XTazOVfRvIrCq9oAJ8BbePpdv0i37KW3OQ==", "post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mSearchLocation Load (0.1ms)[0m [1mSELECT "search_locations".* FROM "search_locations"[0m
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (3.5ms)
Completed 200 OK in 24ms (Views: 20.6ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/version/1" for ::1 at 2015-11-05 12:17:25 -0500
ActionController::RoutingError (uninitialized constant Pulitzer::VersionController):
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (741.3ms)
Started PATCH "/pulitzer/version/1" for ::1 at 2015-11-05 12:18:17 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
LoadError (Unable to autoload constant Pulitzer::VersionController, expected /Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/version_controller.rb to define it):
activesupport (4.2.4) lib/active_support/dependencies.rb:495:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (69.7ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 12:18:21 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (23.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (26.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.5ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (13.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (39.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (49.9ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (132.2ms)
Completed 200 OK in 318ms (Views: 237.9ms | ActiveRecord: 4.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:18:22 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:18:22 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:18:22 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:18:22 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:18:22 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:18:22 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:18:22 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:18:22 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:18:22 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:18:22 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:18:22 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:18:22 -0500
Started PATCH "/pulitzer/version/1" for ::1 at 2015-11-05 12:18:24 -0500
LoadError (Unable to autoload constant Pulitzer::VersionController, expected /Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/version_controller.rb to define it):
activesupport (4.2.4) lib/active_support/dependencies.rb:495:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.6ms)
Started PATCH "/pulitzer/version/1" for ::1 at 2015-11-05 12:18:41 -0500
ActionController::RoutingError (uninitialized constant Pulitzer::VersionController):
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (143.5ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 12:18:49 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (19.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (21.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.4ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (19.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (56.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (67.5ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (150.5ms)
Completed 200 OK in 339ms (Views: 267.8ms | ActiveRecord: 3.6ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:18:49 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:18:49 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:18:49 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:18:49 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:18:49 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:18:49 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:18:49 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:18:49 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:18:49 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:18:49 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:18:49 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:18:49 -0500
Started PATCH "/pulitzer/version/1" for ::1 at 2015-11-05 12:18:51 -0500
ActionController::RoutingError (uninitialized constant Pulitzer::VersionController):
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (133.2ms)
Started PATCH "/pulitzer/version/1" for ::1 at 2015-11-05 12:19:00 -0500
ActionController::RoutingError (No route matches [PATCH] "/pulitzer/version/1"):
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (124.3ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 12:19:04 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.7ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 12:19:11 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (22.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (24.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (12.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (38.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (46.3ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (131.3ms)
Completed 200 OK in 344ms (Views: 268.2ms | ActiveRecord: 3.9ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 12:19:11 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.4ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (43.4ms)
Completed 200 OK in 117ms (Views: 113.2ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:19:12 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:19:12 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:19:12 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:19:12 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:19:12 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:19:12 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:19:12 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:19:12 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:19:12 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:19:12 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:19:12 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:19:12 -0500
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-05 12:19:13 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"v5owS6G8o0i/DDf3wGoYwJO6lwoejCbWJYu7538+OLvbVLoumFgRN69Uto22CoVrVtxOVe3Gd/bHgII9nEuqlQ==", "commit"=>"Activate", "id"=>"1"}
Completed 500 Internal Server Error in 22930ms (ActiveRecord: 0.0ms)
ActionView::MissingTemplate (Missing template pulitzer/versions/update, pulitzer/application/update, application/update with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:8:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (347.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (83.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (501.7ms)
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-05 12:19:44 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"v5owS6G8o0i/DDf3wGoYwJO6lwoejCbWJYu7538+OLvbVLoumFgRN69Uto22CoVrVtxOVe3Gd/bHgII9nEuqlQ==", "commit"=>"Abandon", "id"=>"1"}
Completed 500 Internal Server Error in 853259ms (ActiveRecord: 0.0ms)
ActionView::MissingTemplate (Missing template pulitzer/versions/update, pulitzer/application/update, application/update with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:8:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (450.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (113.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (779.0ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 12:34:01 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.5ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.5ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.4ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.5ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.6ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.5ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.4ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (88.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (100.7ms)
[1m[35mCACHE (0.3ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.8ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (35.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (43.2ms)
[1m[35mPulitzer::ContentElement Load (0.8ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.6ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (1.1ms)[0m SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (53.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (122.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (147.4ms)
[1m[36mPulitzer::ContentElementType Load (0.6ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (37.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (69.4ms)
[1m[35mCACHE (0.4ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (8.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (438.4ms)
Completed 200 OK in 1123ms (Views: 1074.0ms | ActiveRecord: 8.2ms)
Started GET "/pulitzer/content_elements/1?authenticity_token=tJr9X3y%2FSIjyxzm5ym%2FxljazjC3Qzci7MPhb9w4Tx8PQVHc6RVv69%2BKfuMO8D2w989VVciOHmZvS82It7WZV7Q%3D%3D" for ::1 at 2015-11-05 12:34:02 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"tJr9X3y/SIjyxzm5ym/xljazjC3Qzci7MPhb9w4Tx8PQVHc6RVv69+KfuMO8D2w989VVciOHmZvS82It7WZV7Q==", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (1.7ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.5ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.9ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.9ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (192.6ms)
Completed 200 OK in 330ms (Views: 278.5ms | ActiveRecord: 4.0ms)
Started GET "/pulitzer/content_elements/1?authenticity_token=tJr9X3y%2FSIjyxzm5ym%2FxljazjC3Qzci7MPhb9w4Tx8PQVHc6RVv69%2BKfuMO8D2w989VVciOHmZvS82It7WZV7Q%3D%3D" for ::1 at 2015-11-05 12:34:02 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"tJr9X3y/SIjyxzm5ym/xljazjC3Qzci7MPhb9w4Tx8PQVHc6RVv69+KfuMO8D2w989VVciOHmZvS82It7WZV7Q==", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (1.6ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.9ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.6ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.6ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (54.5ms)
Completed 200 OK in 108ms (Views: 83.0ms | ActiveRecord: 3.7ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-05 12:34:02 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"QnhqoffR5u4UzQV4cpzO7NPbBn4AV3+77AEUsEk0/I0mtuDEzjVUkQSVhAIE/FNHFr3fIfMdLpsOCi1qqkFuow==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.7ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (1.2ms)[0m begin transaction
[1m[36mSQL (1.0ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "asdf"], ["body", "asdf"], ["updated_at", "2015-11-05 17:34:03.028401"], ["id", 1]]
[1m[35m (235.3ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.6ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.6ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Post Load (0.7ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (53.4ms)
Completed 200 OK in 394ms (Views: 80.1ms | ActiveRecord: 240.0ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 12:34:03 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 12:34:03 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 12:34:03 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 12:34:03 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 12:34:03 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 12:34:03 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 12:34:03 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 12:34:03 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 12:34:03 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 12:34:03 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 12:34:03 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 12:34:03 -0500
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" ORDER BY "pulitzer_versions"."id" DESC LIMIT 1
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" ORDER BY "pulitzer_versions"."id" DESC LIMIT 1
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 14:19:19 -0500
[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::Post Load (0.3ms)[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (13.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (16.5ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (70.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (73.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (86.0ms)
Completed 200 OK in 234ms (Views: 225.5ms | ActiveRecord: 1.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 14:19:20 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 14:19:20 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 14:19:20 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 14:19:20 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 14:19:20 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 14:19:20 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 14:19:20 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 14:19:20 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 14:19:20 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 14:19:20 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 14:19:20 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 14:19:20 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 14:19:24 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (37.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (40.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (23.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (25.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (98.6ms)
Completed 200 OK in 211ms (Views: 159.6ms | ActiveRecord: 3.3ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 14:19:25 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 14:19:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 14:19:25 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 14:19:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 14:19:25 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 14:19:25 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 14:19:25 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 14:19:25 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 14:19:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 14:19:25 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 14:19:25 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 14:19:25 -0500
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-05 14:19:28 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b2KAujtOyjzEyUqZQwb4NSttuwwCQzI9iW3gNi1XGHsLrArfAqp4Q9SRy+M1ZmWe7gtiU/EJYx1rZtnsziKKVQ==", "commit"=>"active", "id"=>"1"}
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.5ms)
NoMethodError (private method `create_version' called for #):
activemodel (4.2.4) lib/active_model/attribute_methods.rb:430:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:7:in `update'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.0ms)
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-05 14:20:39 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b2KAujtOyjzEyUqZQwb4NSttuwwCQzI9iW3gNi1XGHsLrArfAqp4Q9SRy+M1ZmWe7gtiU/EJYx1rZtnsziKKVQ==", "commit"=>"active", "id"=>"1"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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::Version Load (0.4ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
Completed 500 Internal Server Error in 61ms (ActiveRecord: 1.5ms)
ArgumentError (wrong number of arguments (1 for 2)):
activerecord (4.2.4) lib/active_record/relation.rb:364:in `update'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:30:in `create_version'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:7:in `update'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (56.3ms)
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-05 14:21:04 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b2KAujtOyjzEyUqZQwb4NSttuwwCQzI9iW3gNi1XGHsLrArfAqp4Q9SRy+M1ZmWe7gtiU/EJYx1rZtnsziKKVQ==", "commit"=>"active", "id"=>"1"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.4ms)
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-05 14:21:13 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b2KAujtOyjzEyUqZQwb4NSttuwwCQzI9iW3gNi1XGHsLrArfAqp4Q9SRy+M1ZmWe7gtiU/EJYx1rZtnsziKKVQ==", "commit"=>"active", "id"=>"1"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 0]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" ORDER BY "pulitzer_versions"."id" DESC LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["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::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? ORDER BY "pulitzer_versions"."id" ASC LIMIT 1[0m [["post_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? ORDER BY "pulitzer_versions"."id" ASC LIMIT 1[0m [["post_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Completed 500 Internal Server Error in 696026ms (ActiveRecord: 2.9ms)
SystemExit (exit):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:5:in `exit'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:5:in `update'
byebug (6.0.2) lib/byebug/helpers/eval.rb:52:in `eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:52:in `safe_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:46:in `warning_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:22:in `single_thread_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:13:in `block in thread_safe_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:84:in `allowing_other_threads'
byebug (6.0.2) lib/byebug/helpers/eval.rb:13:in `thread_safe_eval'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:158:in `run_cmd'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:144:in `repl'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:95:in `process_commands'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:75:in `at_line'
byebug (6.0.2) lib/byebug/context.rb:109:in `at_line'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:5:in `update'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (154.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (37.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (247.9ms)
[1m[36m (572.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.2ms)[0m select sqlite_version(*)
[1m[36m (1.0ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214842"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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", "20150716214844"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[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, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (1.2ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (1.4ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[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-11-05 19:33:18.336715"], ["updated_at", "2015-11-05 19:33:18.336715"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-05 19:33:18.338916"], ["updated_at", "2015-11-05 19:33:18.338916"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-05 19:33:18.339862"], ["updated_at", "2015-11-05 19:33:18.339862"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (1.2ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (1.5ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "search_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150901153531"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.8ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.7ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (1.3ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.6ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.2ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/" for ::1 at 2015-11-05 14:36:34 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 137ms (Views: 129.7ms | ActiveRecord: 0.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 14:36:34 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 14:36:34 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 14:36:34 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 14:36:34 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 14:36:34 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 14:36:34 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 14:36:34 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 14:36:34 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 14:36:34 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 14:36:34 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 14:36:34 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 14:36:34 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 14:36:35 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=7H8F0BuGSPqCXz7YWJhxrkckyg73GhxbJfj83I0fcpGIsY%2B1ImL6hZIHv6Iu%2BOwFgkITUQRQTXvH88UGbmrgvw%3D%3D" for ::1 at 2015-11-05 14:36:37 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"7H8F0BuGSPqCXz7YWJhxrkckyg73GhxbJfj83I0fcpGIsY+1ImL6hZIHv6Iu+OwFgkITUQRQTXvH88UGbmrgvw=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (39.2ms)
Completed 200 OK in 90ms (Views: 84.9ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-05 14:36:40 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"gnVtTwpFGWX+Yu1GubHxxkxZ70HsuAe/B/PC86rkyD/mu+cqM6GrGu46bDzP0WxtiT82Hh/yVp/l+PspSZFaEQ==", "post_type"=>{"name"=>"va", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "va"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-05 19:36:40.255849"], ["updated_at", "2015-11-05 19:36:40.255849"]]
[1m[36m (181.2ms)[0m [1mcommit transaction[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]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "va"]]
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "va"], ["post_type_id", 1], ["slug", "va"], ["created_at", "2015-11-05 19:36:41.694720"], ["updated_at", "2015-11-05 19:36:41.694720"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-05 19:36:41.710712"], ["updated_at", "2015-11-05 19:36:41.710712"]]
[1m[36m (0.9ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (19.9ms)
Completed 200 OK in 1510ms (Views: 42.3ms | ActiveRecord: 185.5ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 14:36:46 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (9.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (11.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.4ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (37.3ms)
Completed 200 OK in 157ms (Views: 106.5ms | ActiveRecord: 1.2ms)
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 14:36:46 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 14:36:46 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 14:36:46 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 14:36:46 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 14:36:46 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 14:36:46 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 14:36:46 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 14:36:46 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 14:36:46 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 14:36:46 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 14:36:46 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 14:36:46 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 14:36:46 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 14:36:48 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (13.5ms)
Completed 200 OK in 87ms (Views: 85.7ms | ActiveRecord: 0.5ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 14:36:48 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 14:36:48 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 14:36:48 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 14:36:48 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 14:36:48 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 14:36:48 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 14:36:48 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 14:36:48 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 14:36:48 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 14:36:48 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 14:36:48 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 14:36:48 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 14:36:48 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 14:36:48 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 14:36:48 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=veCv8jRU7FAwUOBO2oDtNNmny0%2FCip3mWfgHUGxdPPDZLiWXDbBeLyAIYTSs4HCfHMESEDHAzMa78z6Kjyiu3g%3D%3D" for ::1 at 2015-11-05 14:37:04 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"veCv8jRU7FAwUOBO2oDtNNmny0/Cip3mWfgHUGxdPPDZLiWXDbBeLyAIYTSs4HCfHMESEDHAzMa78z6Kjyiu3g=="}
[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.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (13.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (36.9ms)
Completed 200 OK in 62ms (Views: 52.8ms | ActiveRecord: 0.8ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-05 14:37:09 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"a3lYsIsjQyz0LATAhGNRIVuLk+L1W27tVtatjUujsJQPt9LVssfxU+R0hbryA8yKnu1KvQYRP8203ZRXqNYiug==", "post_type_content_element_type"=>{"label"=>"lleve", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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.4ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "lleve"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-05 19:37:09.162052"], ["updated_at", "2015-11-05 19:37:09.162052"]]
[1m[36m (1147.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "lleve"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-05 19:37:10.331793"], ["updated_at", "2015-11-05 19:37:10.331793"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.0ms)
Completed 200 OK in 1216ms (Views: 40.4ms | ActiveRecord: 1149.4ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 14:37:11 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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[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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (8.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (719.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (723.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (742.3ms)
Completed 200 OK in 805ms (Views: 800.6ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 14:37:12 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 14:37:12 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 14:37:12 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 14:37:12 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 14:37:12 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 14:37:12 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 14:37:12 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 14:37:12 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 14:37:12 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 14:37:12 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 14:37:12 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 14:37:12 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 14:37:12 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 14:41:44 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (15.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (19.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (43.0ms)
Completed 200 OK in 118ms (Views: 114.2ms | ActiveRecord: 0.9ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 14:41:44 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 14:41:44 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 14:41:44 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 14:41:44 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 14:41:44 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 14:41:44 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 14:41:44 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 14:41:44 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 14:41:45 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 14:41:45 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 14:41:45 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 14:41:45 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 14:41:54 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (17.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (21.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (25.8ms)
Completed 200 OK in 728ms (Views: 726.7ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 14:41:55 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 14:41:55 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 14:41:55 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 14:41:55 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 14:41:55 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 14:41:55 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 14:41:55 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 14:41:55 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 14:41:55 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 14:41:55 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 14:41:55 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 14:41:55 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 14:41:58 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (13.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (16.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (34.9ms)
Completed 200 OK in 97ms (Views: 93.2ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 14:41:58 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 14:41:58 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 14:41:58 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 14:41:58 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 14:41:58 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 14:41:58 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 14:41:58 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 14:41:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 14:41:58 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 14:41:58 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 14:41:58 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 14:41:58 -0500
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35mPulitzer::Version Load (0.3ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35mPulitzer::Version Load (0.3ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? [["post_id", 1], ["status", 1]]
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-05 14:50:15 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"8FtgcCoaEEztn1+MTLdCbJQo258d6+kCrEDBDpAxiLuUleoVE/6iM/3H3vY619/HUU4CwO6huCJOS/jUc0QalQ==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"1"}
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (60.8ms)
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 14:53:51 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.7ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 14:54:26 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (12.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (43.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (52.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (103.6ms)
Completed 200 OK in 314ms (Views: 244.3ms | ActiveRecord: 2.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 14:54:26 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 14:54:26 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 14:54:27 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 14:54:27 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 14:54:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 14:54:27 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 14:54:27 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 14:54:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 14:54:27 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 14:54:27 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 14:54:27 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 14:54:27 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-05 14:54:32 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"7shvFDaSB5qLf9KCl5Q1UTL2/VuGogQCHmw+qLz4kJCKBuVxD3a15ZsnU/jh9Kj695AkBHXoVSL8ZwdyX40Cvg==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "asdf"], ["body", "asdf"], ["updated_at", "2015-11-05 19:54:32.348773"], ["id", 1]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.9ms)
Completed 200 OK in 31ms (Views: 24.4ms | ActiveRecord: 1.7ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 14:54:36 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (14.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (18.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (1270.3ms)
Completed 200 OK in 1333ms (Views: 1331.7ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 14:54:40 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (22.6ms)
Completed 200 OK in 86ms (Views: 79.3ms | ActiveRecord: 0.6ms)
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-05 14:54:42 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"xAN4Wgk/XNBEEeSR9BfWkw+H7gEvyOFi66BJK33UelCgzfI/MNvur1RJZeuCd0s4yuE3XtyCsEIJq3DxnqHofg==", "commit"=>"active", "id"=>"1"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
Completed 500 Internal Server Error in 177527ms (ActiveRecord: 0.4ms)
SystemExit (exit):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:5:in `exit'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:5:in `update'
byebug (6.0.2) lib/byebug/helpers/eval.rb:52:in `eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:52:in `safe_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:46:in `warning_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:22:in `single_thread_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:13:in `block in thread_safe_eval'
byebug (6.0.2) lib/byebug/helpers/eval.rb:84:in `allowing_other_threads'
byebug (6.0.2) lib/byebug/helpers/eval.rb:13:in `thread_safe_eval'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:158:in `run_cmd'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:144:in `repl'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:95:in `process_commands'
byebug (6.0.2) lib/byebug/processors/command_processor.rb:75:in `at_line'
byebug (6.0.2) lib/byebug/context.rb:109:in `at_line'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:5:in `update'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-05 14:57:58 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"xAN4Wgk/XNBEEeSR9BfWkw+H7gEvyOFi66BJK33UelCgzfI/MNvur1RJZeuCd0s4yuE3XtyCsEIJq3DxnqHofg==", "commit"=>"active", "id"=>"1"}
[1m[35mPulitzer::Version Load (0.6ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Post Load (1.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.8ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.9ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-05 19:58:32.611121"], ["updated_at", "2015-11-05 19:58:32.611121"]]
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-05 20:00:17.191744"], ["updated_at", "2015-11-05 20:00:17.191744"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 3], ["updated_at", "2015-11-05 20:00:17.198280"], ["id", 1]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-05 20:00:17.202876"], ["id", 1]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Completed 500 Internal Server Error in 138723ms (ActiveRecord: 5.5ms)
ActionView::MissingTemplate (Missing template pulitzer/versions/update, pulitzer/application/update, application/update with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:8:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (55.6ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 15:02:13 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.1ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 15:02:27 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (11.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (48.1ms)
Completed 200 OK in 271ms (Views: 189.9ms | ActiveRecord: 2.0ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 15:02:27 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 15:02:27 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 15:02:27 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 15:02:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 15:02:27 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 15:02:27 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 15:02:27 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 15:02:27 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (24.2ms)
Completed 200 OK in 118ms (Views: 114.7ms | ActiveRecord: 0.8ms)
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 15:02:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 15:02:27 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 15:02:27 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 15:02:27 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 15:02:27 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 15:02:28 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 15:02:28 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 15:02:28 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 15:02:28 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 15:02:28 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 15:02:28 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 15:02:28 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 15:02:28 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 15:02:28 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 15:02:28 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 15:02:28 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 15:02:28 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 15:02:35 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (11.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (41.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (45.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (52.9ms)
Completed 200 OK in 591ms (Views: 589.2ms | ActiveRecord: 1.2ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=wedu6yCxXGTgVvBzVjFuc2DLKjq09ERszz6ZkQvy3dSlKeSOGVXuG%2FAOcQkgUfPYpa3zZUe%2BFUwtNaBL6IdP%2Bg%3D%3D" for ::1 at 2015-11-05 15:02:43 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"wedu6yCxXGTgVvBzVjFuc2DLKjq09ERszz6ZkQvy3dSlKeSOGVXuG/AOcQkgUfPYpa3zZUe+FUwtNaBL6IdP+g=="}
[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.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (26.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (48.1ms)
Completed 200 OK in 78ms (Views: 73.8ms | ActiveRecord: 0.6ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-05 15:02:45 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"OnVU25L84OiOiIbbNK3djDkvpLFJRqKFhAS9nEzW8OZeu96+qxhSl57QB6FCzUAn/El97roM86VmD4RGr6NiyA==", "post_type_content_element_type"=>{"label"=>"va", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "va"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-05 20:02:45.692197"], ["updated_at", "2015-11-05 20:02:45.692197"]]
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.7ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 2], ["label", "va"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 2], ["created_at", "2015-11-05 20:02:45.730976"], ["updated_at", "2015-11-05 20:02:45.730976"]]
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.8ms)
Completed 200 OK in 89ms (Views: 38.9ms | ActiveRecord: 5.6ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 15:02:50 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (14.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (20.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (543.6ms)
Completed 200 OK in 605ms (Views: 602.5ms | ActiveRecord: 0.9ms)
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-05 15:03:13 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"wM2i67P9ulUWvJEVQXzUNYOj5NmBDt+RgFCSBIoat16kAyiOihkIKgbkEG83HEmeRsU9hnJEjrFiW6veaW8lcA==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "asdf"], ["body", "asdf"], ["updated_at", "2015-11-05 20:03:13.968417"], ["id", 2]]
[1m[35m (323.7ms)[0m commit 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[35mPulitzer::Version Load (0.3ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (6.9ms)
Completed 200 OK in 357ms (Views: 27.7ms | ActiveRecord: 324.9ms)
Started PATCH "/pulitzer/versions/2" for ::1 at 2015-11-05 15:03:16 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"HP20qMTqA+RotkBOyY9PZemJmhziCNcCVFlZ+uyyny94Mz7N/Q6xm3juwTS/79LOLO9DQxFChiK2UmAgD8cNAQ==", "commit"=>"active", "id"=>"2"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-11-05 20:03:16.475197"], ["id", 1]]
[1m[35m (535.2ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-05 20:03:17.013246"], ["updated_at", "2015-11-05 20:03:17.013246"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 4], ["updated_at", "2015-11-05 20:03:17.018347"], ["id", 2]]
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-05 20:03:17.023757"], ["id", 2]]
[1m[35m (0.7ms)[0m commit transaction
Completed 500 Internal Server Error in 568ms (ActiveRecord: 540.6ms)
ActionView::MissingTemplate (Missing template pulitzer/versions/update, pulitzer/application/update, application/update with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:8:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (59.4ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 15:03:22 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (12.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (14.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (18.1ms)
Completed 200 OK in 77ms (Views: 76.3ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 15:03:24 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.8ms)
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (10.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (45.2ms)
Completed 200 OK in 107ms (Views: 103.4ms | ActiveRecord: 1.0ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 15:09:54 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (19.6ms)
Completed 200 OK in 80ms (Views: 76.7ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 15:09:55 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 15:09:55 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 15:09:55 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 15:09:55 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 15:09:55 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 15:09:55 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 15:09:56 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 15:09:56 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 15:09:56 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 15:09:56 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 15:09:56 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 15:09:56 -0500
Started GET "/pulitzer/posts/va/content_elements/1/edit?authenticity_token=ChX2qFv72gdYJuUvUcGdTnu4QgFCKL0I0%2BXm1s3IeJ1u23zNYh9oeEh%2BZFUnoQDlvt6bXrFi7Cgx7t8MLr3qsw%3D%3D" for ::1 at 2015-11-05 15:10:03 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"ChX2qFv72gdYJuUvUcGdTnu4QgFCKL0I0+Xm1s3IeJ1u23zNYh9oeEh+ZFUnoQDlvt6bXrFi7Cgx7t8MLr3qsw==", "post_id"=>"va", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (20.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (59.7ms)
Completed 200 OK in 76ms (Views: 74.7ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-05 15:10:07 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"a6nBNVVdSwnpadch6CgV3lcsJnlS4stxxiTcYDF6KWUPZ0tQbLn5dvkxVlueSIh1kkr/JqGomlEkL+W60g+7Sw==", "content_element"=>{"title"=>"asdf", "body"=>"new version"}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "new version"], ["updated_at", "2015-11-05 20:10:07.971024"], ["id", 1]]
[1m[35m (234.4ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.6ms)
Completed 200 OK in 263ms (Views: 23.0ms | ActiveRecord: 235.4ms)
Started GET "/pulitzer/posts/va/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=ChX2qFv72gdYJuUvUcGdTnu4QgFCKL0I0%2BXm1s3IeJ1u23zNYh9oeEh%2BZFUnoQDlvt6bXrFi7Cgx7t8MLr3qsw%3D%3D" for ::1 at 2015-11-05 15:10:08 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"ChX2qFv72gdYJuUvUcGdTnu4QgFCKL0I0+Xm1s3IeJ1u23zNYh9oeEh+ZFUnoQDlvt6bXrFi7Cgx7t8MLr3qsw==", "post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (519.2ms)
Completed 200 OK in 544ms (Views: 537.0ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/posts/va/post_tags" for ::1 at 2015-11-05 15:10:16 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"snfxhdSnl6/7bx4Oj8Xj8zEgg4i4iYoyZHfT7Rcvmk/WuXvg7UMl0Os3n3T5pX5Y9EZa10vD2xKGfOo39FoIYQ==", "post_tag"=>{"label_id"=>"comunity", "version_id"=>"3", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1[0m [["name", "comunity"]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "comunity"], ["created_at", "2015-11-05 20:10:16.568394"], ["updated_at", "2015-11-05 20:10:16.568394"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.2ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label_id", 1], ["version_id", 3], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-05 20:10:16.573473"], ["updated_at", "2015-11-05 20:10:16.573473"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.7ms)
Completed 200 OK in 560ms (Views: 26.3ms | ActiveRecord: 3.0ms)
Started PATCH "/pulitzer/versions/3" for ::1 at 2015-11-05 15:10:19 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/lstkvp+EbtYAx452Tom3D4Btn28rzh3/h+pHa58ZHualaf3w5qjxEhbn0OvWrt3+2dvIk/laVccFJDHTQn2VQ==", "commit"=>"active", "id"=>"3"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-11-05 20:10:19.900064"], ["id", 2]]
[1m[35m (1181.4ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-05 20:10:21.084836"], ["updated_at", "2015-11-05 20:10:21.084836"]]
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 5], ["updated_at", "2015-11-05 20:10:21.091658"], ["id", 1]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-05 20:10:21.094855"], ["id", 3]]
[1m[35m (0.6ms)[0m commit transaction
Completed 500 Internal Server Error in 1208ms (ActiveRecord: 1185.9ms)
ActionView::MissingTemplate (Missing template pulitzer/versions/update, pulitzer/application/update, application/update with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:8:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (50.9ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 15:10:25 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (12.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (13.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (16.5ms)
Completed 200 OK in 94ms (Views: 93.0ms | ActiveRecord: 0.4ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 15:10:25 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 15:10:25 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 15:10:25 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 15:10:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 15:10:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 15:10:25 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 15:10:25 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 15:10:25 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 15:10:25 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 15:10:25 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 15:10:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 15:10:25 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 15:10:26 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (22.8ms)
Completed 200 OK in 88ms (Views: 84.6ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 15:10:26 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 15:10:26 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 15:10:26 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 15:10:26 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 15:10:26 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 15:10:26 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 15:10:26 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 15:10:26 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 15:10:26 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 15:10:26 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 15:10:26 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 15:10:26 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 15:10:58 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (24.3ms)
Completed 200 OK in 109ms (Views: 105.2ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 15:10:58 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 15:10:58 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 15:10:58 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 15:10:58 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 15:10:58 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 15:10:58 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 15:10:58 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 15:10:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 15:10:58 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 15:10:58 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 15:10:58 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 15:10:58 -0500
Started GET "/pulitzer/posts/va/content_elements/2/edit?authenticity_token=iR%2BfE1c6hTBUtndIJYUGz5uA5uzhX%2FDboLs%2BIAi9zH%2Ft0RV2bt43T0Tu9jJT5ZtkXuY%2FsxIVoftCsAf668heUQ%3D%3D" for ::1 at 2015-11-05 15:11:35 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"iR+fE1c6hTBUtndIJYUGz5uA5uzhX/DboLs+IAi9zH/t0RV2bt43T0Tu9jJT5ZtkXuY/sxIVoftCsAf668heUQ==", "post_id"=>"va", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (15.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (51.5ms)
Completed 200 OK in 67ms (Views: 66.1ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-05 15:11:39 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"xXWSlAA3BrLn19wMf4HDMzXzV6FKqrKVu0q5RDcnucChuxjxOdO0zfePXXYJ4V6Y8JWO/rng47VZQYCe1FIr7g==", "content_element"=>{"title"=>"asdf", "body"=>"company"}, "commit"=>"Update", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "company"], ["updated_at", "2015-11-05 20:11:39.580971"], ["id", 2]]
[1m[35m (60.9ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Completed 200 OK in 90ms (Views: 24.4ms | ActiveRecord: 61.6ms)
Started GET "/pulitzer/posts/va/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=iR%2BfE1c6hTBUtndIJYUGz5uA5uzhX%2FDboLs%2BIAi9zH%2Ft0RV2bt43T0Tu9jJT5ZtkXuY%2FsxIVoftCsAf668heUQ%3D%3D" for ::1 at 2015-11-05 15:11:40 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"iR+fE1c6hTBUtndIJYUGz5uA5uzhX/DboLs+IAi9zH/t0RV2bt43T0Tu9jJT5ZtkXuY/sxIVoftCsAf668heUQ==", "post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (3.8ms)
Completed 200 OK in 22ms (Views: 19.0ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/posts/va/post_tags" for ::1 at 2015-11-05 15:11:42 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"bcoUEkogk2YeTSbFxtK9AJhVppdOQt0Ah1c6LesNSFEJBJ53c8QhGQ4Vp7+wsiCrXTN/yL0IjCBlXAP3CHjafw==", "post_tag"=>{"label_id"=>"1", "version_id"=>"4", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label_id", 1], ["version_id", 4], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-05 20:11:42.788463"], ["updated_at", "2015-11-05 20:11:42.788463"]]
[1m[35m (3.3ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (9.5ms)
Completed 200 OK in 38ms (Views: 29.0ms | ActiveRecord: 4.1ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 15:11:43 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 4]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (23.4ms)
Completed 200 OK in 85ms (Views: 81.8ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 15:11:43 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 15:11:43 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 15:11:43 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 15:11:43 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 15:11:43 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 15:11:43 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 15:11:43 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 15:11:43 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 15:11:43 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 15:11:43 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 15:11:43 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 15:11:43 -0500
Started PATCH "/pulitzer/versions/4" for ::1 at 2015-11-05 15:12:00 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"4TQFtGnyS4WrBxzQ3llDtnKjMwCe2RDf5e+YGs3lI4SF+o/RUBb5+rtfnaqoOd4dt8XqX22TQf8H5KHALpCxqg==", "commit"=>"active", "id"=>"4"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 4]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", "2015-11-05 20:12:00.488721"], ["id", 3]]
[1m[36m (52.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-05 20:12:00.544010"], ["updated_at", "2015-11-05 20:12:00.544010"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", "2015-11-05 20:12:00.551887"], ["id", 2]]
[1m[35m (2.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-05 20:12:00.557613"], ["id", 4]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Completed 500 Internal Server Error in 84ms (ActiveRecord: 58.6ms)
ActionView::MissingTemplate (Missing template pulitzer/versions/update, pulitzer/application/update, application/update with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:8:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (55.6ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 15:12:07 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (20.3ms)
Completed 200 OK in 85ms (Views: 82.4ms | ActiveRecord: 0.6ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 15:12:07 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 15:12:07 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 15:12:07 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 15:12:07 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 15:12:07 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 15:12:07 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 15:12:07 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 15:12:07 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 15:12:07 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 15:12:07 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 15:12:07 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 15:12:07 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 15:12:08 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (12.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (14.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (17.0ms)
Completed 200 OK in 85ms (Views: 84.6ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 15:12:09 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 15:12:09 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 15:12:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 15:12:09 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 15:12:09 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 15:12:09 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 15:12:09 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 15:12:09 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 15:12:09 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 15:12:09 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 15:12:09 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 15:12:09 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 15:12:10 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (13.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (15.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (19.2ms)
Completed 200 OK in 89ms (Views: 87.8ms | ActiveRecord: 0.4ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 15:12:10 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 15:12:10 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 15:12:10 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 15:12:10 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 15:12:10 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 15:12:10 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 15:12:10 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 15:12:10 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 15:12:10 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 15:12:10 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 15:12:10 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 15:12:10 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 15:13:15 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (12.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (13.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (16.4ms)
Completed 200 OK in 79ms (Views: 78.2ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 15:13:16 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 15:13:16 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 15:13:16 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 15:13:16 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 15:13:16 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 15:13:16 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 15:13:16 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 15:13:16 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 15:13:16 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 15:13:16 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 15:13:16 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 15:13:16 -0500
[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 (20150716214842)
[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", "20150716214842"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (2.1ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[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.4ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (3.5ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[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.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (2.6ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.5ms)[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-11-05 20:13:27.944322"], ["updated_at", "2015-11-05 20:13:27.944322"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-05 20:13:27.946593"], ["updated_at", "2015-11-05 20:13:27.946593"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-05 20:13:27.947812"], ["updated_at", "2015-11-05 20:13:27.947812"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.6ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (3.6ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (1.5ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.9ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.5ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.9ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 15:13:37 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (4.7ms)
Completed 200 OK in 129ms (Views: 123.4ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 15:13:38 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 15:13:38 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 15:13:38 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 15:13:38 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 15:13:38 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 15:13:38 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 15:13:38 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 15:13:38 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 15:13:38 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 15:13:38 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 15:13:38 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 15:13:38 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=T2LR3orwu2g5P0iViJELwM3ao7mmiEAWDfqBXCKnaXwrrFu7sxQJFylnye%2F%2B8ZZrCLx65lXCETbv8biGwdL7Ug%3D%3D" for ::1 at 2015-11-05 15:13:40 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"T2LR3orwu2g5P0iViJELwM3ao7mmiEAWDfqBXCKnaXwrrFu7sxQJFylnye/+8ZZrCLx65lXCETbv8biGwdL7Ug=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (48.1ms)
Completed 200 OK in 216ms (Views: 211.6ms | ActiveRecord: 0.2ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-05 15:13:42 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"te/vTMJBFlKE1fVyMxdk64VYYXjGy9FV7VRiwfV+Q0bRIWUp+6WkLZSNdAhFd/lAQD64JzWBgHUPX1sbFgvRaA==", "post_type"=>{"name"=>"va", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "va"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-05 20:13:42.678447"], ["updated_at", "2015-11-05 20:13:42.678447"]]
[1m[36m (827.2ms)[0m [1mcommit transaction[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]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "va"]]
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "va"], ["post_type_id", 1], ["slug", "va"], ["created_at", "2015-11-05 20:13:43.685706"], ["updated_at", "2015-11-05 20:13:43.685706"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-05 20:13:43.699542"], ["updated_at", "2015-11-05 20:13:43.699542"]]
[1m[35m (0.7ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (20.0ms)
Completed 200 OK in 1077ms (Views: 43.7ms | ActiveRecord: 830.8ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 15:13:45 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (27.3ms)
Completed 200 OK in 109ms (Views: 82.2ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 15:13:45 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 15:13:45 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 15:13:45 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 15:13:45 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 15:13:45 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 15:13:45 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 15:13:45 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 15:13:45 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 15:13:45 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 15:13:45 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 15:13:45 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 15:13:45 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 15:13:46 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (7.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (10.7ms)
Completed 200 OK in 70ms (Views: 69.6ms | ActiveRecord: 0.4ms)
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 15:15:19 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (8.8ms)
Completed 200 OK in 71ms (Views: 70.0ms | ActiveRecord: 0.3ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 15:15:19 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 15:15:20 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 15:15:20 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 15:15:20 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 15:15:20 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 15:15:20 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 15:15:20 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 15:15:20 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 15:15:20 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 15:15:20 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 15:15:20 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 15:15:20 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 15:15:21 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[36mPulitzer::ContentElement Load (0.0ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (17.0ms)
Completed 200 OK in 93ms (Views: 90.0ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 15:15:21 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 15:15:21 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 15:15:21 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 15:15:21 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 15:15:21 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 15:15:21 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 15:15:21 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 15:15:21 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 15:15:21 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 15:15:21 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 15:15:21 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 15:15:21 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 15:15:22 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (7.9ms)
Completed 200 OK in 64ms (Views: 63.6ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 15:15:23 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 15:15:23 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 15:15:23 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 15:15:23 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 15:15:23 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 15:15:23 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 15:15:23 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 15:15:23 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 15:15:23 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 15:15:23 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 15:15:23 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 15:15:23 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=mB2xkwrSdw%2FTUIfh2TGqwayBf12AI1UTGk1d%2FlaeBnL80zv2MzbFcMMIBpuvUTdqaeemAnNpBDP4RmQkteuUXA%3D%3D" for ::1 at 2015-11-05 15:15:25 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"mB2xkwrSdw/TUIfh2TGqwayBf12AI1UTGk1d/laeBnL80zv2MzbFcMMIBpuvUTdqaeemAnNpBDP4RmQkteuUXA=="}
[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.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (12.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (32.1ms)
Completed 200 OK in 56ms (Views: 49.1ms | ActiveRecord: 0.8ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-05 15:15:27 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"sWRaDiHLyiODOnTspqAReERA59z5dFqKRUDulG23r3HVqtBrGC94XJNi9ZbQwIzTgSY+gwo+C6qnS9dOjsI9Xw==", "post_type_content_element_type"=>{"label"=>"va", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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.4ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "va"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-05 20:15:27.257198"], ["updated_at", "2015-11-05 20:15:27.257198"]]
[1m[36m (1531.1ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mSQL (0.5ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "va"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-05 20:15:28.814301"], ["updated_at", "2015-11-05 20:15:28.814301"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (21.0ms)
Completed 200 OK in 1616ms (Views: 51.8ms | ActiveRecord: 1534.0ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=mB2xkwrSdw%2FTUIfh2TGqwayBf12AI1UTGk1d%2FlaeBnL80zv2MzbFcMMIBpuvUTdqaeemAnNpBDP4RmQkteuUXA%3D%3D" for ::1 at 2015-11-05 15:15:31 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"mB2xkwrSdw/TUIfh2TGqwayBf12AI1UTGk1d/laeBnL80zv2MzbFcMMIBpuvUTdqaeemAnNpBDP4RmQkteuUXA=="}
[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.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (23.7ms)
Completed 200 OK in 44ms (Views: 41.7ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-05 15:15:32 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzaqIbuxIYwj1O+aQ9ClCSUAprnPtdItkna2HiQH62Sj+CBEglWT8zOMbuA1sDii4GZ/5jz/gw1wfY/Ex3J5Sg==", "post_type_content_element_type"=>{"label"=>"va2", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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.4ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "va2"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-05 20:15:32.655370"], ["updated_at", "2015-11-05 20:15:32.655370"]]
[1m[36m (444.4ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "va2"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 2], ["created_at", "2015-11-05 20:15:33.107623"], ["updated_at", "2015-11-05 20:15:33.107623"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (18.6ms)
Completed 200 OK in 497ms (Views: 40.2ms | ActiveRecord: 446.3ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 15:15:33 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (12.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (18.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (894.0ms)
Completed 200 OK in 956ms (Views: 953.2ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 15:15:35 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 15:15:35 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 15:15:35 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 15:15:35 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 15:15:35 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 15:15:35 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 15:15:35 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 15:15:35 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 15:15:35 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 15:15:35 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 15:15:35 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 15:15:35 -0500
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-05 15:15:45 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"DAql6TCkLA8YlSfapTZnObivDAZR5SAPZr8LgLU9AwBoxC+MCUCecAjNpqDTVvqSfcnVWaKvcS+EtDJaVkiRLg==", "commit"=>"active", "id"=>"1"}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["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::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-05 20:15:46.004722"], ["updated_at", "2015-11-05 20:15:46.004722"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 2], ["updated_at", "2015-11-05 20:15:46.008998"], ["id", 1]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 2], ["updated_at", "2015-11-05 20:15:46.012710"], ["id", 2]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-05 20:15:46.015439"], ["id", 1]]
[1m[35m (1.4ms)[0m commit transaction
Completed 500 Internal Server Error in 28ms (ActiveRecord: 5.1ms)
ActionView::MissingTemplate (Missing template pulitzer/versions/update, pulitzer/application/update, application/update with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:8:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (51.5ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 15:15:53 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (13.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (15.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (18.5ms)
Completed 200 OK in 74ms (Views: 73.6ms | ActiveRecord: 0.5ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 15:15:53 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 15:15:53 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 15:15:53 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 15:15:53 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 15:15:53 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 15:15:53 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 15:15:53 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 15:15:53 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 15:15:53 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 15:15:53 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 15:15:53 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 15:15:53 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 15:15:55 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (40.6ms)
Completed 200 OK in 110ms (Views: 106.2ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 15:15:55 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 15:15:55 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 15:15:55 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 15:15:55 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 15:15:55 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 15:15:55 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 15:15:55 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 15:15:55 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 15:15:55 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 15:15:55 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 15:15:55 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 15:15:55 -0500
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-05 15:16:16 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ssCz2KVe0rPHm71e9qPqWByXMkZlQaHF7BDVYRJR8njWDjm9nLpgzNfDPCSAw3fz2fHrGZYL8OUOG+y78SRgVg==", "content_element"=>{"title"=>"", "body"=>"asdfasdf"}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", ""], ["body", "asdfasdf"], ["updated_at", "2015-11-05 20:16:16.844919"], ["id", 1]]
[1m[35m (725.1ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.5ms)
Completed 200 OK in 761ms (Views: 30.8ms | ActiveRecord: 725.9ms)
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-05 15:16:18 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"+xVxlIesjizcJrXrmS4tt7w4Esb4lX+4T2HA8FwMqP6f2/vxvkg8U8x+NJHvTrAceV7LmQvfLpitavkqv3k60A==", "content_element"=>{"title"=>"", "body"=>"asdf"}, "commit"=>"Update", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", ""], ["body", "asdf"], ["updated_at", "2015-11-05 20:16:18.644327"], ["id", 2]]
[1m[36m (204.3ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
Completed 200 OK in 234ms (Views: 25.3ms | ActiveRecord: 204.9ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 15:16:19 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (25.8ms)
Completed 200 OK in 86ms (Views: 82.8ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 15:16:21 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 15:16:21 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 15:16:21 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 15:16:21 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 15:16:21 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 15:16:21 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 15:16:21 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 15:16:21 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 15:16:21 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 15:16:21 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 15:16:21 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 15:16:21 -0500
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_content_elements"."body" FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 15:17:43 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (25.1ms)
Completed 200 OK in 74ms (Views: 71.4ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 15:17:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 15:17:44 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 15:17:44 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 15:17:44 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 15:17:44 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 15:17:44 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 15:17:44 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 15:17:44 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 15:17:44 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 15:17:44 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 15:17:44 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 15:17:44 -0500
Started PATCH "/pulitzer/versions/2" for ::1 at 2015-11-05 15:17:46 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"qdnDAsXDyPkNHJXgktsbFo/mlJ9YpFtloFjrFlC4ztfNF0ln/Cd6hh1EFJrku4a9SoBNwKvuCkVCU9LMs81c+Q==", "commit"=>"active", "id"=>"2"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", "2015-11-05 20:17:46.507737"], ["id", 1]]
[1m[36m (324.2ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-05 20:17:46.834875"], ["updated_at", "2015-11-05 20:17:46.834875"]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 3], ["updated_at", "2015-11-05 20:17:46.840936"], ["id", 1]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2015-11-05 20:17:46.844605"], ["id", 2]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-05 20:17:46.848053"], ["id", 2]]
[1m[35m (0.8ms)[0m commit transaction
Completed 500 Internal Server Error in 354ms (ActiveRecord: 329.1ms)
ActionView::MissingTemplate (Missing template pulitzer/versions/update, pulitzer/application/update, application/update with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:8:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (59.8ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 15:17:50 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (11.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (13.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (16.5ms)
Completed 200 OK in 78ms (Views: 77.3ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 15:17:50 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 15:17:50 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 15:17:50 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 15:17:50 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 15:17:50 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 15:17:50 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 15:17:50 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 15:17:50 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 15:17:50 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 15:17:50 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 15:17:50 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 15:17:50 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 15:17:51 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (23.8ms)
Completed 200 OK in 80ms (Views: 76.9ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 15:17:51 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 15:17:51 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 15:17:51 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 15:17:51 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 15:17:51 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 15:17:51 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 15:17:51 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 15:17:51 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 15:17:51 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 15:17:51 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 15:17:51 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 15:17:51 -0500
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::Version Load (324.5ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 16:00:01 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (9.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (71.4ms)
Completed 200 OK in 290ms (Views: 206.5ms | ActiveRecord: 2.5ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:00:01 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:00:01 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:00:01 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:00:01 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:00:01 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:00:01 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:00:01 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:00:01 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:00:01 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:00:01 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:00:01 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:00:01 -0500
Started PATCH "/pulitzer/versions/3" for ::1 at 2015-11-05 16:00:08 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"j9VWj+bHm+db1dH6++SwIIBcRfZO6kh2BRPzU8bBzmjrG9zq3yMpmEuNUICNhC2LRTqcqb2gGVbnGMqJJbRcRg==", "commit"=>"active", "id"=>"3"}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (1.2ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", "2015-11-05 21:00:08.878663"], ["id", 2]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-05 21:00:08.885055"], ["updated_at", "2015-11-05 21:00:08.885055"]]
[1m[35m (1.3ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 4], ["updated_at", "2015-11-05 21:00:08.894487"], ["id", 1]]
[1m[35m (1.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 4], ["updated_at", "2015-11-05 21:00:08.900459"], ["id", 2]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-05 21:00:08.904839"], ["id", 3]]
[1m[35m (0.7ms)[0m commit transaction
Completed 500 Internal Server Error in 53ms (ActiveRecord: 10.0ms)
ActionView::MissingTemplate (Missing template pulitzer/versions/update, pulitzer/application/update, application/update with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:8:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (56.0ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 16:00:11 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 4]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (28.5ms)
Completed 200 OK in 98ms (Views: 94.0ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:00:11 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:00:11 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:00:11 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:00:11 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:00:12 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:00:12 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:00:12 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:00:12 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:00:12 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:00:12 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:00:12 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:00:12 -0500
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35m (0.1ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started GET "/pulitzer/posts/va/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=souB2KCYRLZY%2FjjGiaJnsgkH4FxBGjoevM%2FhGfJRzpTWRQu9mXz2yUimubz%2FwvoZzGE5A7JQaz5exNjDESRcug%3D%3D" for ::1 at 2015-11-05 16:00:33 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"souB2KCYRLZY/jjGiaJnsgkH4FxBGjoevM/hGfJRzpTWRQu9mXz2yUimubz/wvoZzGE5A7JQaz5exNjDESRcug==", "post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Tag Load (0.4ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (903.4ms)
Completed 200 OK in 930ms (Views: 920.3ms | ActiveRecord: 1.0ms)
Started POST "/pulitzer/posts/va/post_tags" for ::1 at 2015-11-05 16:00:37 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"CC/YdERtcU02mKhB/XJm1dj2HuBfMG7ys/QAHhzYAZRs4VIRfYnDMibAKTuLEvt+HZDHv6x6P9JR/znE/62Tug==", "post_tag"=>{"label_id"=>"va", "version_id"=>"4", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1[0m [["name", "va"]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "va"], ["created_at", "2015-11-05 21:00:37.711660"], ["updated_at", "2015-11-05 21:00:37.711660"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label_id", 1], ["version_id", 4], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-05 21:00:37.717306"], ["updated_at", "2015-11-05 21:00:37.717306"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.3ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (10.4ms)
Completed 200 OK in 146ms (Views: 36.1ms | ActiveRecord: 3.5ms)
Started GET "/pulitzer/posts/va/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=souB2KCYRLZY%2FjjGiaJnsgkH4FxBGjoevM%2FhGfJRzpTWRQu9mXz2yUimubz%2FwvoZzGE5A7JQaz5exNjDESRcug%3D%3D" for ::1 at 2015-11-05 16:00:38 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"souB2KCYRLZY/jjGiaJnsgkH4FxBGjoevM/hGfJRzpTWRQu9mXz2yUimubz/wvoZzGE5A7JQaz5exNjDESRcug==", "post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (4.4ms)
Completed 200 OK in 22ms (Views: 19.6ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/va/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=souB2KCYRLZY%2FjjGiaJnsgkH4FxBGjoevM%2FhGfJRzpTWRQu9mXz2yUimubz%2FwvoZzGE5A7JQaz5exNjDESRcug%3D%3D" for ::1 at 2015-11-05 16:00:39 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"souB2KCYRLZY/jjGiaJnsgkH4FxBGjoevM/hGfJRzpTWRQu9mXz2yUimubz/wvoZzGE5A7JQaz5exNjDESRcug==", "post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (3.3ms)
Completed 200 OK in 21ms (Views: 18.3ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/posts/va/post_tags" for ::1 at 2015-11-05 16:00:43 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"VKCjj1XbghT4eklXrO2yLta+ZhYVoKHvRWC6j7yYBs4wbinqbD8wa+giyC3ajS+FE9i/Sebq8M+na4NVX+2U4A==", "post_tag"=>{"label_id"=>"concert", "version_id"=>"4", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1[0m [["name", "concert"]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "concert"], ["created_at", "2015-11-05 21:00:43.547853"], ["updated_at", "2015-11-05 21:00:43.547853"]]
[1m[35m (23.5ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label_id", 2], ["version_id", 4], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-05 21:00:43.576015"], ["updated_at", "2015-11-05 21:00:43.576015"]]
[1m[35m (1.5ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.5ms)
Completed 200 OK in 59ms (Views: 23.5ms | ActiveRecord: 26.4ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 16:00:46 -0500
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.3ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (47.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (52.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (58.3ms)
Completed 200 OK in 244ms (Views: 241.9ms | ActiveRecord: 1.3ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:00:46 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:00:46 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:00:46 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:00:46 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:00:46 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:00:46 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:00:46 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:00:46 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:00:46 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:00:46 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:00:46 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:00:46 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 16:00:48 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (28.4ms)
Completed 200 OK in 93ms (Views: 90.2ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:00:48 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:00:48 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:00:48 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:00:48 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:00:48 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:00:48 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:00:48 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:00:48 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:00:48 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:00:48 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:00:48 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:00:48 -0500
Started PATCH "/pulitzer/versions/4" for ::1 at 2015-11-05 16:00:50 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"9lkiEUyQOZ+lqbEsNSpB/lP/0JG7FTq7WrLMyDFAS9iSl6h0dXSL4LXxMFZDStxVlpkJzkhfa5u4ufUS0jXZ9g==", "commit"=>"active", "id"=>"4"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 4]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", "2015-11-05 21:00:50.625442"], ["id", 3]]
[1m[36m (43.8ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-05 21:00:50.672624"], ["updated_at", "2015-11-05 21:00:50.672624"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 5], ["updated_at", "2015-11-05 21:00:50.677610"], ["id", 1]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 5], ["updated_at", "2015-11-05 21:00:50.680368"], ["id", 2]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.6ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-05 21:00:50.683437"], ["id", 4]]
[1m[35m (0.8ms)[0m commit transaction
Completed 500 Internal Server Error in 76ms (ActiveRecord: 49.2ms)
ActionView::MissingTemplate (Missing template pulitzer/versions/update, pulitzer/application/update, application/update with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:8:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (53.8ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 16:00:52 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 5]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (25.4ms)
Completed 200 OK in 99ms (Views: 96.2ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:00:52 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:00:52 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:00:52 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:00:52 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:00:52 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:00:52 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:00:52 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:00:52 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:00:52 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:00:52 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:00:52 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:00:52 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 16:02:02 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.9ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 16:02:14 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (53.7ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 16:02:15 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (54.3ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 16:02:16 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (56.0ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 16:02:53 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.6ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (80.8ms)
Completed 200 OK in 268ms (Views: 188.0ms | ActiveRecord: 3.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:02:53 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:02:53 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:02:53 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:02:53 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:02:53 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:02:53 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:02:53 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:02:53 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:02:53 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:02:53 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:02:53 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:02:53 -0500
Started GET "/pulitzer/posts/va/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=tAOtBOtpvbI7aLnzSRU3Y%2BsmouOKexwJWtAaPpdPj9zQzSdh0o0PzSswOIk%2FdarILkB7vHkxTSm42yPkdDod8g%3D%3D" for ::1 at 2015-11-05 16:02:56 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"tAOtBOtpvbI7aLnzSRU3Y+smouOKexwJWtAaPpdPj9zQzSdh0o0PzSswOIk/darILkB7vHkxTSm42yPkdDod8g==", "post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags"[0m
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (26.5ms)
Completed 200 OK in 49ms (Views: 40.9ms | ActiveRecord: 0.6ms)
Started POST "/pulitzer/posts/va/post_tags" for ::1 at 2015-11-05 16:03:01 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"0AGBV3o7pUT+dFRWp90vrU/1Un4mBAeXcWkZgOukpnO0zwsyQ98XO+4s1SzRvbIGipOLIdVOVreTYiBaCNE0XQ==", "post_tag"=>{"label_id"=>"2", "version_id"=>"5", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label_id", 2], ["version_id", 5], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-05 21:03:01.185285"], ["updated_at", "2015-11-05 21:03:01.185285"]]
[1m[36m (434.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.4ms)
Completed 200 OK in 470ms (Views: 28.1ms | ActiveRecord: 436.1ms)
Started GET "/pulitzer/posts/va/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=tAOtBOtpvbI7aLnzSRU3Y%2BsmouOKexwJWtAaPpdPj9zQzSdh0o0PzSswOIk%2FdarILkB7vHkxTSm42yPkdDod8g%3D%3D" for ::1 at 2015-11-05 16:03:02 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"tAOtBOtpvbI7aLnzSRU3Y+smouOKexwJWtAaPpdPj9zQzSdh0o0PzSswOIk/darILkB7vHkxTSm42yPkdDod8g==", "post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags"[0m
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (4.0ms)
Completed 200 OK in 25ms (Views: 20.7ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/posts/va/post_tags" for ::1 at 2015-11-05 16:03:04 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"NphFR65RHkG1S6kF1/7QUzGh9bWTngNwwLF7CLIKwXJSVs8il7WsPqUTKH+hnk349Mcs6mDUUlAiukLSUX9TXA==", "post_tag"=>{"label_id"=>"2", "version_id"=>"5", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label_id", 2], ["version_id", 5], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-05 21:03:04.421834"], ["updated_at", "2015-11-05 21:03:04.421834"]]
[1m[36m (578.3ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.5ms)
Completed 200 OK in 613ms (Views: 27.0ms | ActiveRecord: 579.2ms)
Started DELETE "/pulitzer/posts/va/post_tags/4" for ::1 at 2015-11-05 16:03:09 -0500
Processing by Pulitzer::PostTagsController#destroy as */*
Parameters: {"authenticity_token"=>"tAOtBOtpvbI7aLnzSRU3Y+smouOKexwJWtAaPpdPj9zQzSdh0o0PzSswOIk/darILkB7vHkxTSm42yPkdDod8g==", "post_id"=>"va", "id"=>"4"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."id" = ? LIMIT 1 [["version_id", 5], ["id", 4]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m DELETE FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."id" = ? [["id", 4]]
[1m[36m (82.3ms)[0m [1mcommit transaction[0m
Rendered text template (0.0ms)
Completed 200 OK in 92ms (Views: 2.4ms | ActiveRecord: 83.1ms)
Started GET "/pulitzer/posts/va/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=tAOtBOtpvbI7aLnzSRU3Y%2BsmouOKexwJWtAaPpdPj9zQzSdh0o0PzSswOIk%2FdarILkB7vHkxTSm42yPkdDod8g%3D%3D" for ::1 at 2015-11-05 16:03:10 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"tAOtBOtpvbI7aLnzSRU3Y+smouOKexwJWtAaPpdPj9zQzSdh0o0PzSswOIk/darILkB7vHkxTSm42yPkdDod8g==", "post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (5.0ms)
Completed 200 OK in 25ms (Views: 20.9ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/posts/va/post_tags" for ::1 at 2015-11-05 16:03:11 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ReKBOBsSgWaErXKVWCeVn5jGVq0B/jhcWpC/tivn6qMhLAtdIvYzGZT18+8uRwg0XaCP8vK0aXy4m4ZsyJJ4jQ==", "post_tag"=>{"label_id"=>"1", "version_id"=>"5", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.4ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label_id", 1], ["version_id", 5], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-05 21:03:11.675348"], ["updated_at", "2015-11-05 21:03:11.675348"]]
[1m[35m (885.9ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.4ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (11.4ms)
Completed 200 OK in 956ms (Views: 61.8ms | ActiveRecord: 887.7ms)
Started PATCH "/pulitzer/versions/5" for ::1 at 2015-11-05 16:03:14 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"pcgb4GWNw5hH6zto2wztcz+q9urLqSYHurhfWTmaRjbBBpGFXGlx51ezuhKtbHDY+swvtTjjdydYs2aD2u/UGA==", "commit"=>"active", "id"=>"5"}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 5]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", "2015-11-05 21:03:14.803182"], ["id", 4]]
[1m[36m (234.4ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-05 21:03:15.041642"], ["updated_at", "2015-11-05 21:03:15.041642"]]
[1m[35m (1.0ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 6], ["updated_at", "2015-11-05 21:03:15.048148"], ["id", 1]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", "2015-11-05 21:03:15.051698"], ["id", 2]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.3ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 5]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m UPDATE "pulitzer_post_tags" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_post_tags"."id" = ? [["version_id", 6], ["updated_at", "2015-11-05 21:03:15.056775"], ["id", 3]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_post_tags" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_post_tags"."id" = ?[0m [["version_id", 6], ["updated_at", "2015-11-05 21:03:15.061571"], ["id", 5]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-05 21:03:15.065700"], ["id", 5]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Completed 500 Internal Server Error in 278ms (ActiveRecord: 242.5ms)
NoMethodError (undefined method `post_content_element' for #):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:15:in `update'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (58.0ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 16:03:26 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 6], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (18.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (21.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 6], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 6]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (80.3ms)
Completed 200 OK in 274ms (Views: 197.4ms | ActiveRecord: 3.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:03:27 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:03:27 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:03:27 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:03:27 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:03:27 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:03:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:03:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:03:27 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:03:27 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:03:27 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:03:27 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:03:27 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 16:03:28 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 6], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 6], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 6]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (28.1ms)
Completed 200 OK in 115ms (Views: 111.2ms | ActiveRecord: 0.8ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:03:28 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:03:28 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:03:28 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:03:28 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:03:28 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:03:28 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:03:28 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:03:28 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:03:28 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:03:28 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:03:28 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:03:28 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 16:03:30 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 6], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 6], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 6]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (31.0ms)
Completed 200 OK in 122ms (Views: 118.6ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:03:31 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:03:31 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:03:31 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:03:31 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:03:31 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:03:31 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:03:31 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:03:31 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:03:31 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:03:31 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:03:31 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:03:31 -0500
Started GET "/pulitzer/posts/va/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=npww6rsx95E0HJh1bi6prpjUK5CplyR2%2B3BsTG1bAHH6UrqPgtVF7iREGQ8YTjQFXbLyz1rddVYZe1WWji6SXw%3D%3D" for ::1 at 2015-11-05 16:03:32 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"npww6rsx95E0HJh1bi6prpjUK5CplyR2+3BsTG1bAHH6UrqPgtVF7iREGQ8YTjQFXbLyz1rddVYZe1WWji6SXw==", "post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags"[0m
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (18.5ms)
Completed 200 OK in 38ms (Views: 35.0ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/posts/va/post_tags" for ::1 at 2015-11-05 16:03:36 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"WT0CVM+xXzDcQPtAIOzNZqlvtUAyT9GaEbNc6jrDFcQ984gx9lXtT8wYejpWjFDNbAlsH8EFgLrzuGUw2baH6g==", "post_tag"=>{"label_id"=>"pepe", "version_id"=>"6", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1 [["name", "pepe"]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "pepe"], ["created_at", "2015-11-05 21:03:36.473295"], ["updated_at", "2015-11-05 21:03:36.473295"]]
[1m[36m (414.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label_id", 3], ["version_id", 6], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-05 21:03:36.893413"], ["updated_at", "2015-11-05 21:03:36.893413"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 6], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.6ms)
Completed 200 OK in 454ms (Views: 27.2ms | ActiveRecord: 417.2ms)
Started PATCH "/pulitzer/versions/6" for ::1 at 2015-11-05 16:03:38 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"knBs8rswju0RuuuBO05BgAYHaySblKibmUT0hsXgaBD2vuaXgtQ8kgHiavtNLtwrw2Gye2je+bt7T81cJpX6Pg==", "commit"=>"active", "id"=>"6"}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", "2015-11-05 21:03:38.262534"], ["id", 5]]
[1m[36m (734.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-05 21:03:39.001057"], ["updated_at", "2015-11-05 21:03:39.001057"]]
[1m[35m (0.9ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 6]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", "2015-11-05 21:03:39.007831"], ["id", 1]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", "2015-11-05 21:03:39.011380"], ["id", 2]]
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 6]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_post_tags" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_post_tags"."id" = ? [["version_id", 7], ["updated_at", "2015-11-05 21:03:39.015597"], ["id", 3]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_post_tags" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_post_tags"."id" = ?[0m [["version_id", 7], ["updated_at", "2015-11-05 21:03:39.019919"], ["id", 5]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_post_tags" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_post_tags"."id" = ? [["version_id", 7], ["updated_at", "2015-11-05 21:03:39.023545"], ["id", 6]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-05 21:03:39.027425"], ["id", 6]]
[1m[35m (1.1ms)[0m commit transaction
Completed 500 Internal Server Error in 774ms (ActiveRecord: 744.4ms)
ActionController::UrlGenerationError (No route matches {:action=>"show", :controller=>"pulitzer/content_elements", :id=>nil, :post_id=>#} missing required keys: [:id]):
actionpack (4.2.4) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:729:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:760:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:803:in `url_for'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:282:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:225:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:15:in `update'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.2ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 16:04:24 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.6ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 16:04:30 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 7], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (19.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (21.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 7], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 7]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (9.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (83.0ms)
Completed 200 OK in 284ms (Views: 208.8ms | ActiveRecord: 4.2ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:04:31 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:04:31 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:04:31 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:04:31 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:04:31 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:04:31 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:04:31 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:04:31 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:04:31 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:04:31 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:04:31 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:04:31 -0500
Started PATCH "/pulitzer/versions/7" for ::1 at 2015-11-05 16:04:39 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"zjuhSVXNSG3g0GpPOQ4gohbBoB84sr1gla0wz3rVYEKq9SssbCn6EvCI6zVPbr0J06d5QMv47EB3pgkVmaDybA==", "commit"=>"active", "id"=>"7"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 7]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-11-05 21:04:39.985575"], ["id", 6]]
[1m[35m (645.5ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-05 21:04:40.636018"], ["updated_at", "2015-11-05 21:04:40.636018"]]
[1m[36m (4.5ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 7]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 8], ["updated_at", "2015-11-05 21:04:40.647566"], ["id", 1]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 8], ["updated_at", "2015-11-05 21:04:40.651345"], ["id", 2]]
[1m[35m (1.5ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.3ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 7]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (1.0ms)[0m [1mUPDATE "pulitzer_post_tags" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_post_tags"."id" = ?[0m [["version_id", 8], ["updated_at", "2015-11-05 21:04:40.658362"], ["id", 3]]
[1m[35m (1.0ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_post_tags" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_post_tags"."id" = ? [["version_id", 8], ["updated_at", "2015-11-05 21:04:40.663391"], ["id", 5]]
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mUPDATE "pulitzer_post_tags" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_post_tags"."id" = ?[0m [["version_id", 8], ["updated_at", "2015-11-05 21:04:40.667617"], ["id", 6]]
[1m[35m (1.4ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-05 21:04:40.672633"], ["id", 7]]
[1m[36m (12.3ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/va/content_elements
Completed 302 Found in 711ms (ActiveRecord: 673.9ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 16:04:40 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 8], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 8], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 8]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (38.0ms)
Completed 200 OK in 139ms (Views: 133.2ms | ActiveRecord: 1.3ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:04:40 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:04:40 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:04:40 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:04:41 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:04:41 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:04:41 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:04:41 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:04:41 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:04:41 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:04:41 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:04:41 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:04:41 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 16:04:46 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (7.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (38.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (40.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (44.8ms)
Completed 200 OK in 151ms (Views: 150.0ms | ActiveRecord: 1.0ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:04:46 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:04:46 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:04:46 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:04:46 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:04:46 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:04:46 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:04:46 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:04:46 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:04:46 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:04:46 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:04:46 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:04:46 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 16:15:33 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (46.8ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 16:15:43 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (56.8ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 16:15:45 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (54.4ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 16:16:50 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (55.7ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 16:17:04 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 8], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (20.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (22.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 8], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 8]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (85.1ms)
Completed 200 OK in 296ms (Views: 201.7ms | ActiveRecord: 3.5ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:17:05 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:17:05 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:17:05 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:17:05 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:17:05 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:17:05 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:17:05 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:17:05 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:17:05 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:17:05 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:17:05 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:17:05 -0500
Started PATCH "/pulitzer/versions/8" for ::1 at 2015-11-05 16:17:10 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"KdNc1jtYIijqlPeYUd2l4/GmgSKEYuv35N2XJabsMPRNHdazAryQV/rMduInvThINMBYfXcoutcG1q7/RZmi2g==", "button"=>"active", "id"=>"8"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 8]]
Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms)
NoMethodError (undefined method `to_sym' for nil:NilClass):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:5:in `update'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (25.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (91.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:19:44 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:19:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:19:44 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:19:44 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 16:31:19 -0500
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (50.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 16:31:37 -0500
[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"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (11.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (70.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (73.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (86.0ms)
Completed 200 OK in 237ms (Views: 228.0ms | ActiveRecord: 1.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:31:38 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:31:38 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:31:38 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:31:38 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:31:38 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:31:38 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:31:38 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:31:38 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:31:38 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:31:38 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:31:38 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:31:38 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 16:31:40 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 8], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (22.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (25.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 8], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 8]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (65.2ms)
Completed 200 OK in 202ms (Views: 144.9ms | ActiveRecord: 2.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:31:41 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:31:41 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:31:41 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:31:41 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:31:41 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:31:41 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:31:41 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:31:41 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:31:41 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:31:41 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:31:41 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:31:41 -0500
Started PATCH "/pulitzer/versions/8" for ::1 at 2015-11-05 16:31:44 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Y7JQu6CruH1NJ6rp6syU6crlnyRVAUswGUtfL1TbdssHfNremU8KAl1/K5OcrAlCD4NGe6ZLGhD7QGb1t67k5Q==", "commit"=>"active", "id"=>"8"}
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 8]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", "2015-11-05 21:31:44.202473"], ["id", 7]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-05 21:31:44.206590"], ["updated_at", "2015-11-05 21:31:44.206590"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 8]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 9], ["updated_at", "2015-11-05 21:31:44.211886"], ["id", 1]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 9], ["updated_at", "2015-11-05 21:31:44.216364"], ["id", 2]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 8]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_post_tags" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_post_tags"."id" = ? [["version_id", 9], ["updated_at", "2015-11-05 21:31:44.221890"], ["id", 3]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_post_tags" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_post_tags"."id" = ?[0m [["version_id", 9], ["updated_at", "2015-11-05 21:31:44.225464"], ["id", 5]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m UPDATE "pulitzer_post_tags" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_post_tags"."id" = ? [["version_id", 9], ["updated_at", "2015-11-05 21:31:44.229060"], ["id", 6]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-05 21:31:44.233659"], ["id", 8]]
[1m[35m (1.2ms)[0m commit transaction
Redirected to
Completed 500 Internal Server Error in 46ms (ActiveRecord: 10.7ms)
NoMethodError (undefined method `keys' for "Post published":String):
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:128:in `update'
actionpack (4.2.4) lib/action_controller/metal/flash.rb:54:in `redirect_to'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:64:in `block in redirect_to'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:63:in `redirect_to'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:7:in `update'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (49.9ms)
Started PATCH "/pulitzer/versions/8" for ::1 at 2015-11-05 16:32:45 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Y7JQu6CruH1NJ6rp6syU6crlnyRVAUswGUtfL1TbdssHfNremU8KAl1/K5OcrAlCD4NGe6ZLGhD7QGb1t67k5Q==", "commit"=>"active", "id"=>"8"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 8]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-11-05 21:32:45.394237"], ["id", 8]]
[1m[35m (404.9ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-05 21:32:45.803465"], ["updated_at", "2015-11-05 21:32:45.803465"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 8]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 8]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/va/content_elements
Completed 302 Found in 521ms (ActiveRecord: 409.2ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-05 16:32:45 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (17.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (19.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (72.2ms)
Completed 200 OK in 180ms (Views: 175.2ms | ActiveRecord: 2.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:32:46 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:32:46 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:32:46 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:32:46 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:32:46 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:32:46 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:32:46 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:32:46 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:32:46 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:32:46 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:32:46 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:32:46 -0500
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.1ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[36m (1207.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[36m (839.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.2ms)[0m select sqlite_version(*)
[1m[36m (2.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePulitzerPostTypes (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.5ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214842"]]
[1m[35m (1.2ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.8ms)[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (1.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (1.2ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.9ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (2.1ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.8ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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", "20150716214849"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[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-11-05 21:33:29.594471"], ["updated_at", "2015-11-05 21:33:29.594471"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-05 21:33:29.596458"], ["updated_at", "2015-11-05 21:33:29.596458"]]
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-05 21:33:29.597488"], ["updated_at", "2015-11-05 21:33:29.597488"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.6ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (1.1ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.8ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.5ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.6ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer" for ::1 at 2015-11-05 16:33:41 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.4ms)
Completed 200 OK in 126ms (Views: 120.3ms | ActiveRecord: 0.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:33:41 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:33:41 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:33:41 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:33:41 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:33:41 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:33:41 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:33:41 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:33:41 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:33:41 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:33:41 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:33:41 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:33:41 -0500
Started GET "/pulitzer" for ::1 at 2015-11-05 16:33:42 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (1.2ms)
Completed 200 OK in 90ms (Views: 89.1ms | ActiveRecord: 0.1ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:33:44 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:33:44 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:33:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:33:44 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:33:44 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:33:44 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:33:44 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:33:44 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:33:44 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:33:44 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:33:44 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:33:44 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=5GCm%2BwO91IV0LyYcjoW%2FZqGyV160tou6SjoOw7SabWWAriyeOllm%2BmR3p2b45SLNZNSOAUf82pqoMTcZV%2B%2F%2FSw%3D%3D" for ::1 at 2015-11-05 16:33:45 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"5GCm+wO91IV0LyYcjoW/ZqGyV160tou6SjoOw7SabWWAriyeOllm+mR3p2b45SLNZNSOAUf82pqoMTcZV+//Sw=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (39.3ms)
Completed 200 OK in 358ms (Views: 353.6ms | ActiveRecord: 0.2ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-05 16:33:48 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"W0oN3aiMZRoR+Y2It6jJ78pN83xLI6QrM5z5HtebXKc/hIe4kWjXZQGhDPLByFREDysqI7hp9QvRl8DENO7OiQ==", "post_type"=>{"name"=>"about us", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "about us"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-05 21:33:48.596570"], ["updated_at", "2015-11-05 21:33:48.596570"]]
[1m[35m (1335.8ms)[0m commit transaction
[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", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "about-us"]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "about us"], ["post_type_id", 1], ["slug", "about-us"], ["created_at", "2015-11-05 21:33:50.108287"], ["updated_at", "2015-11-05 21:33:50.108287"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-05 21:33:50.123942"], ["updated_at", "2015-11-05 21:33:50.123942"]]
[1m[36m (0.8ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (20.0ms)
Completed 200 OK in 1587ms (Views: 46.1ms | ActiveRecord: 1339.3ms)
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 16:34:16 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.3ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (25.3ms)
Completed 200 OK in 105ms (Views: 77.7ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:34:16 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:34:16 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:34:16 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:34:16 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:34:16 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:34:16 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:34:16 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:34:16 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:34:16 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:34:16 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:34:16 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:34:16 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 16:34:18 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (9.3ms)
Completed 200 OK in 67ms (Views: 66.0ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:34:18 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:34:18 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:34:18 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:34:18 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:34:18 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:34:18 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:34:18 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:34:18 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:34:18 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:34:18 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:34:18 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:34:18 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=uIZvlBGt024TYU%2FeaUB44yXyJD%2FypFkoIL%2B8YohFW6PcSOXxKElhEQM5zqQfIOVI4JT9YAHuCAjCtIW4azDJjQ%3D%3D" for ::1 at 2015-11-05 16:34:20 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"uIZvlBGt024TYU/eaUB44yXyJD/ypFkoIL+8YohFW6PcSOXxKElhEQM5zqQfIOVI4JT9YAHuCAjCtIW4azDJjQ=="}
[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.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (12.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (33.3ms)
Completed 200 OK in 58ms (Views: 49.5ms | ActiveRecord: 0.8ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-05 16:34:23 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"dKiWJowf0u7XgTOIw99u56wzimJ8eelMR6jMayu2lUEQZhxDtftgkcfZsvK1v/NMaVVTPY8zuGylo/WxyMMHbw==", "post_type_content_element_type"=>{"label"=>"header", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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.3ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "header"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-05 21:34:23.622109"], ["updated_at", "2015-11-05 21:34:23.622109"]]
[1m[36m (2108.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "header"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-05 21:34:25.750250"], ["updated_at", "2015-11-05 21:34:25.750250"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.6ms)
Completed 200 OK in 2173ms (Views: 38.4ms | ActiveRecord: 2110.9ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=uIZvlBGt024TYU%2FeaUB44yXyJD%2FypFkoIL%2B8YohFW6PcSOXxKElhEQM5zqQfIOVI4JT9YAHuCAjCtIW4azDJjQ%3D%3D" for ::1 at 2015-11-05 16:34:27 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"uIZvlBGt024TYU/eaUB44yXyJD/ypFkoIL+8YohFW6PcSOXxKElhEQM5zqQfIOVI4JT9YAHuCAjCtIW4azDJjQ=="}
[1m[35mPulitzer::PostType Load (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (20.6ms)
Completed 200 OK in 38ms (Views: 35.6ms | ActiveRecord: 0.7ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-05 16:34:29 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"V0P1LSIvTNe7JZmirE/UjtZuCuB2GzuXZ3qwlSzARV4zjX9IG8v+qKt9GNjaL0klEwjTv4VRareFcYlPz7XXcA==", "post_type_content_element_type"=>{"label"=>"body", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[1m[35mPulitzer::PostType Load (0.2ms)[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.4ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "body"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-05 21:34:30.245624"], ["updated_at", "2015-11-05 21:34:30.245624"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "body"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 2], ["created_at", "2015-11-05 21:34:30.254046"], ["updated_at", "2015-11-05 21:34:30.254046"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (30.2ms)
Completed 200 OK in 67ms (Views: 51.0ms | ActiveRecord: 2.6ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 16:34:32 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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[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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (10.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (18.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3648.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3652.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (3685.6ms)
Completed 200 OK in 3758ms (Views: 3753.8ms | ActiveRecord: 1.2ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 16:34:35 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "about-us"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (43.2ms)
Completed 200 OK in 103ms (Views: 99.8ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:34:36 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:34:36 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:34:36 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:34:36 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:34:36 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:34:36 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:34:36 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:34:36 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:34:36 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:34:36 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:34:36 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:34:36 -0500
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-05 16:35:07 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"m9tqbZrmT/LyZi+4XZ/QL1WvROhIhWX6rAbLnH/44pf/FeAIowL9jeI+rsIr/02EkMmdt7vPNNpODfJGnI1wuQ==", "content_element"=>{"title"=>"", "body"=>"body"}, "commit"=>"Update", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", ""], ["body", "body"], ["updated_at", "2015-11-05 21:35:07.774150"], ["id", 2]]
[1m[36m (204.4ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.9ms)
Completed 200 OK in 242ms (Views: 31.2ms | ActiveRecord: 205.3ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-05 16:35:09 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"f1FxZTpgEFpXoAHVAXh3PhJo4uVR/3Ly07aumJYhoqobn/sAA4SiJUf4gK93GOqV1w47uqK1I9IxvZdCdVQwhA==", "content_element"=>{"title"=>"", "body"=>"header"}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", ""], ["body", "header"], ["updated_at", "2015-11-05 21:35:09.914869"], ["id", 1]]
[1m[35m (354.6ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Completed 200 OK in 389ms (Views: 29.6ms | ActiveRecord: 355.4ms)
Started GET "/pulitzer/posts/about-us/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=%2FneORDvo9Hhrw8irnJ4e3ILYnos8tVwue%2FeUhE%2BSCaSauQQhAgxGB3ubSdHq%2FoN3R75H1M%2F%2FDQ6Z%2FK1erOebig%3D%3D" for ::1 at 2015-11-05 16:35:10 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"/neORDvo9Hhrw8irnJ4e3ILYnos8tVwue/eUhE+SCaSauQQhAgxGB3ubSdHq/oN3R75H1M//DQ6Z/K1erOebig==", "post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (8.9ms)
Completed 200 OK in 34ms (Views: 27.1ms | ActiveRecord: 0.8ms)
Started POST "/pulitzer/posts/about-us/post_tags" for ::1 at 2015-11-05 16:35:16 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"1SXeuT2VRiyGzP6z9Bph+OhnDqRWPgiavk7WaII+jQSx61TcBHH0U5aUf8mCevxTLQHX+6V0WbpcRe+yYUsfKg==", "post_tag"=>{"label_id"=>"jobs", "version_id"=>"1", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1[0m [["name", "jobs"]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "jobs"], ["created_at", "2015-11-05 21:35:16.274017"], ["updated_at", "2015-11-05 21:35:16.274017"]]
[1m[35m (114.4ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label_id", 1], ["version_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-05 21:35:16.393559"], ["updated_at", "2015-11-05 21:35:16.393559"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.4ms)
Completed 200 OK in 158ms (Views: 30.7ms | ActiveRecord: 116.8ms)
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-05 16:35:47 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"jl09VmFRdi/hz8EFLz5NAg07TL4oeMEoW5c1+CvkZOzqk7czWLXEUPGXQH9ZXtCpyF2V4dsykAi5nAwiyJH2wg==", "commit"=>"active", "id"=>"1"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-05 21:35:47.223798"], ["updated_at", "2015-11-05 21:35:47.223798"]]
[1m[36m (144.1ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 2], ["updated_at", "2015-11-05 21:35:47.372946"], ["id", 1]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 2], ["updated_at", "2015-11-05 21:35:47.376305"], ["id", 2]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_post_tags" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_post_tags"."id" = ?[0m [["version_id", 2], ["updated_at", "2015-11-05 21:35:47.381531"], ["id", 1]]
[1m[35m (1.1ms)[0m commit transaction
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-05 21:35:47.385649"], ["id", 1]]
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/about-us/content_elements
Completed 302 Found in 171ms (ActiveRecord: 150.6ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 16:35:47 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.5ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (37.1ms)
Completed 200 OK in 98ms (Views: 91.3ms | ActiveRecord: 1.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:35:47 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:35:47 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:35:47 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:35:47 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:35:47 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:35:47 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:35:47 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:35:47 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:35:47 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:35:47 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:35:47 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:35:47 -0500
[1m[36m (0.1ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started PATCH "/pulitzer/versions/2" for ::1 at 2015-11-05 16:36:10 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"UT+EdQKf1cPwnqu/Js5khME8T6ivHtV261fiMtZ7oGE18Q4QO3tnvODGKsVQrvkvBFqW91xUhFYJXNvoNQ4yTw==", "commit"=>"abandoned", "id"=>"2"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)
NameError (uninitialized constant Pulitzer::VersionsController::CloneVersion):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:6:in `update'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (56.7ms)
Started PATCH "/pulitzer/versions/2" for ::1 at 2015-11-05 16:37:17 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"UT+EdQKf1cPwnqu/Js5khME8T6ivHtV261fiMtZ7oGE18Q4QO3tnvODGKsVQrvkvBFqW91xUhFYJXNvoNQ4yTw==", "commit"=>"active", "id"=>"2"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.3ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-11-05 21:37:17.889628"], ["id", 1]]
[1m[35m (1598.1ms)[0m commit transaction
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-05 21:37:19.492257"], ["updated_at", "2015-11-05 21:37:19.492257"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2015-11-05 21:37:19.535471"], ["id", 1]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 3], ["updated_at", "2015-11-05 21:37:19.538763"], ["id", 2]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_post_tags" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_post_tags"."id" = ?[0m [["version_id", 3], ["updated_at", "2015-11-05 21:37:19.550780"], ["id", 1]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-05 21:37:19.553492"], ["id", 2]]
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/about-us/content_elements
Completed 302 Found in 1731ms (ActiveRecord: 1605.8ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 16:37:19 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (14.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (17.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (73.1ms)
Completed 200 OK in 198ms (Views: 189.2ms | ActiveRecord: 2.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:37:19 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:37:19 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:37:19 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:37:19 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:37:19 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:37:19 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:37:19 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:37:19 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:37:19 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:37:19 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:37:19 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:37:19 -0500
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started PATCH "/pulitzer/versions/3" for ::1 at 2015-11-05 16:37:29 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"iv+pn59AHhH472nRKXOE0YBwkoqVtXzGvLlDptV7vYzuMSP6pqSsbui36KtfExl6RRZL1Wb/LeZesnp8Ng4vog==", "commit"=>"abandoned", "id"=>"3"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.8ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-11-05 21:37:29.412524"], ["id", 2]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-05 21:37:29.415914"], ["updated_at", "2015-11-05 21:37:29.415914"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 4], ["updated_at", "2015-11-05 21:37:29.420509"], ["id", 1]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 4], ["updated_at", "2015-11-05 21:37:29.424435"], ["id", 2]]
[1m[35m (0.5ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 3]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_post_tags" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_post_tags"."id" = ?[0m [["version_id", 4], ["updated_at", "2015-11-05 21:37:29.429123"], ["id", 1]]
[1m[35m (0.9ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-05 21:37:29.433579"], ["id", 3]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/about-us/content_elements
Completed 302 Found in 31ms (ActiveRecord: 7.9ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 16:37:29 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 4]]
[1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (32.9ms)
Completed 200 OK in 125ms (Views: 120.4ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:37:29 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:37:29 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:37:29 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:37:29 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:37:29 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:37:29 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:37:29 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:37:29 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:37:29 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:37:29 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:37:29 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:37:29 -0500
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 16:39:33 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (7.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (36.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (40.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (45.1ms)
Completed 200 OK in 135ms (Views: 133.7ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:39:33 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:39:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:39:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:39:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:39:33 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:39:33 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:39:33 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:39:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:39:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:39:33 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:39:33 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:39:33 -0500
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 16:39:35 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "about-us"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1086.5ms)
Completed 200 OK in 1152ms (Views: 1148.7ms | ActiveRecord: 0.7ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:39:36 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:39:36 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:39:36 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:39:36 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:39:36 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:39:36 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:39:36 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:39:36 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:39:36 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:39:36 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:39:36 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:39:36 -0500
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-05 16:39:59 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "about-us"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (11.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.8ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (47.3ms)
Completed 200 OK in 120ms (Views: 115.9ms | ActiveRecord: 1.1ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:39:59 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:39:59 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:39:59 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:39:59 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:39:59 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:39:59 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:39:59 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:39:59 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:39:59 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:39:59 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:39:59 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:39:59 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-05 16:39:59 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (18.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (21.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (23.8ms)
Completed 200 OK in 88ms (Views: 87.5ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-05 16:40:00 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-05 16:40:00 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-05 16:40:00 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-05 16:40:00 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-05 16:40:00 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-05 16:40:00 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-05 16:40:00 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-05 16:40:00 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-05 16:40:00 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-05 16:40:00 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-05 16:40:00 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-05 16:40:00 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 09:11:38 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[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::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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (65.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (68.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (80.9ms)
Completed 200 OK in 221ms (Views: 210.9ms | ActiveRecord: 2.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:11:38 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:11:38 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:11:38 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:11:38 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:11:38 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:11:38 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:11:38 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:11:38 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:11:38 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:11:38 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:11:38 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:11:38 -0500
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1
[1m[36mPulitzer::Version Load (0.4ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[36m (34.2ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[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", "20150716214842"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214843"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[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", "20150716214844"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[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, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214846"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[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", "20150716214847"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[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" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m ALTER TABLE "pulitzer_post_types" ADD "plural" boolean
[1m[36m (0.1ms)[0m [1mALTER TABLE "pulitzer_post_types" ADD "template" boolean[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-06 14:23:11.857412"], ["updated_at", "2015-11-06 14:23:11.857412"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-06 14:23:11.858976"], ["updated_at", "2015-11-06 14:23:11.858976"]]
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-06 14:23:11.859710"], ["updated_at", "2015-11-06 14:23:11.859710"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.3ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 09:23:21 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.6ms)
Completed 200 OK in 126ms (Views: 119.8ms | ActiveRecord: 0.3ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:23:24 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:23:24 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:23:24 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:23:24 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:23:24 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:23:24 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:23:24 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:23:24 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:23:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:23:25 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:23:25 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:23:25 -0500
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
Started GET "/pulitzer/post_types/new?authenticity_token=V9yx%2FICjsmgY6WG3HU%2FwiBP3%2BujtqkXnTL28Ywud5vMzEjuZuUcAFwix4M1rL20j1pEjtx7gFMeutoW56Oh03Q%3D%3D" for ::1 at 2015-11-06 09:23:31 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"V9yx/ICjsmgY6WG3HU/wiBP3+ujtqkXnTL28Ywud5vMzEjuZuUcAFwix4M1rL20j1pEjtx7gFMeutoW56Oh03Q=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (46.1ms)
Completed 200 OK in 69ms (Views: 63.6ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-06 09:23:37 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"RkQd+j9VS4ZCuadcrITukNLsATqxR441u/THQu/oVMsiipefBrH5+VLhJiba5HM7F4rYZUIN3xVZ//6YDJ3G5Q==", "post_type"=>{"name"=>"news", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "news"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-06 14:23:37.626875"], ["updated_at", "2015-11-06 14:23:37.626875"]]
[1m[36m (1.1ms)[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", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "news"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "news"], ["post_type_id", 1], ["slug", "news"], ["created_at", "2015-11-06 14:23:37.818055"], ["updated_at", "2015-11-06 14:23:37.818055"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 14:23:37.829068"], ["updated_at", "2015-11-06 14:23:37.829068"]]
[1m[35m (0.8ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (20.6ms)
Completed 200 OK in 251ms (Views: 37.9ms | ActiveRecord: 4.7ms)
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:24:15 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (27.2ms)
Completed 200 OK in 115ms (Views: 85.3ms | ActiveRecord: 1.1ms)
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:24:17 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:24:17 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:24:17 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:24:17 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:24:17 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:24:17 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:24:17 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:24:17 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:24:17 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:24:17 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:24:17 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:24:17 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 09:24:18 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (8.5ms)
Completed 200 OK in 58ms (Views: 57.4ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:24:19 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:24:19 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:24:19 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:24:19 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:24:19 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:24:19 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:24:19 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:24:19 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:24:19 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:24:19 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:24:19 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:24:19 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=uZmOrXKIoCrQVih%2F3A%2BgpcN7MM1mO2unRV5kbXgzSBndVwTIS2wSVcAOqQWqbz0OBh3pkpVxOoenVV23m0baNw%3D%3D" for ::1 at 2015-11-06 09:24:20 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"uZmOrXKIoCrQVih/3A+gpcN7MM1mO2unRV5kbXgzSBndVwTIS2wSVcAOqQWqbz0OBh3pkpVxOoenVV23m0baNw=="}
[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::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (12.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (32.4ms)
Completed 200 OK in 59ms (Views: 49.6ms | ActiveRecord: 0.9ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-06 09:24:24 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"isoLuiNV6sEmcjEuKlScgz+EPw0ISKEqjnS06yDw/kTuBIHfGrFYvjYqsFRcNAEo+uLmUvsC8Apsf40xw4Vsag==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "title"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-06 14:24:24.891133"], ["updated_at", "2015-11-06 14:24:24.891133"]]
[1m[35m (1265.5ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 14:24:26.182109"], ["updated_at", "2015-11-06 14:24:26.182109"]]
[1m[35m (0.7ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.0ms)
Completed 200 OK in 1341ms (Views: 44.9ms | ActiveRecord: 1267.8ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=uZmOrXKIoCrQVih%2F3A%2BgpcN7MM1mO2unRV5kbXgzSBndVwTIS2wSVcAOqQWqbz0OBh3pkpVxOoenVV23m0baNw%3D%3D" for ::1 at 2015-11-06 09:24:27 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"uZmOrXKIoCrQVih/3A+gpcN7MM1mO2unRV5kbXgzSBndVwTIS2wSVcAOqQWqbz0OBh3pkpVxOoenVV23m0baNw=="}
[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::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (19.7ms)
Completed 200 OK in 36ms (Views: 34.2ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-06 09:24:35 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"LKCcC7UZGF9fvHKI83BMX3qZGMT26LZw5WbVI+Af4/VIbhZujP2qIE/k8/KFENH0v//BmwWi51AHbez5A2px2w==", "post_type_content_element_type"=>{"label"=>"image", "content_element_type_id"=>"2", "post_type_id"=>"1", "height"=>"100", "width"=>"100"}, "commit"=>"Content element"}
[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[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", "image"], ["content_element_type_id", 2], ["post_type_id", 1], ["created_at", "2015-11-06 14:24:35.391320"], ["updated_at", "2015-11-06 14:24:35.391320"]]
[1m[35m (1553.7ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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.7ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "image"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 2], ["created_at", "2015-11-06 14:24:36.954852"], ["updated_at", "2015-11-06 14:24:36.954852"]]
[1m[35m (4.0ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (16.1ms)
Completed 200 OK in 1607ms (Views: 34.6ms | ActiveRecord: 1559.4ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:24:38 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (20.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (26.5ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (168.6ms)
Completed 200 OK in 232ms (Views: 228.9ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:24:39 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:24:39 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:24:39 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:24:39 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:24:39 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:24:39 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:24:39 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:24:39 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:24:39 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:24:39 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:24:39 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:24:39 -0500
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-06 09:25:18 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"LNWLRhjNwx02kxpTIHw+rrTPq0c7x3YkHwMiN/orJR9IGwEjISlxYibLmylWHKMFcalyGMiNJwT9CBvtGV63MQ==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="demo05.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"demo05.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.1ms)[0m begin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "image" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", ""], ["image", "demo05.jpeg"], ["updated_at", "2015-11-06 14:25:18.157607"], ["id", 2]]
[1m[35m (0.5ms)[0m commit 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", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (6.0ms)
Completed 200 OK in 109ms (Views: 24.7ms | ActiveRecord: 1.8ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-06 09:25:18 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"aklBa4t56sArNTsqyovqMKv29azCsEqgiZDOGsHxy7EOh8sOsp1YvzttulC863ebbpAs8zH6G4Brm/fAIoRZnw==", "content_element"=>{"title"=>"", "body"=>"just a normal title"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", ""], ["body", "just a normal title"], ["updated_at", "2015-11-06 14:25:18.895641"], ["id", 1]]
[1m[36m (515.1ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
Completed 200 OK in 541ms (Views: 22.1ms | ActiveRecord: 515.7ms)
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 09:25:26 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (14.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (16.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (19.6ms)
Completed 200 OK in 84ms (Views: 83.2ms | ActiveRecord: 0.5ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:25:27 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:25:27 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:25:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:25:27 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:25:27 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:25:27 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:25:27 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:25:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:25:27 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:25:27 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:25:27 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:25:27 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:25:28 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (30.6ms)
Completed 200 OK in 83ms (Views: 79.6ms | ActiveRecord: 0.7ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:25:28 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:25:28 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:25:28 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:25:28 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:25:28 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:25:28 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:25:28 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:25:28 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:25:28 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:25:28 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:25:28 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:25:28 -0500
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-06 09:25:54 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"doGxPC74UBDBc7hMZg+R6AIMr9Qk3Bb39siHEz44vqISTztZFxzib9ErOTYQbwxDx2p2i9eWR9cUw77J3U0sjA==", "commit"=>"abandoned", "id"=>"1"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["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::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 14:25:54.014353"], ["updated_at", "2015-11-06 14:25:54.014353"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
Completed 500 Internal Server Error in 8ms (ActiveRecord: 1.3ms)
NoMethodError (undefined method `SetupPostElements' for Pulitzer:Module):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:11:in `update'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.0ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:26:50 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.3ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.6ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (75.1ms)
Completed 200 OK in 267ms (Views: 189.2ms | ActiveRecord: 3.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:26:50 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:26:50 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:26:50 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:26:50 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:26:50 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:26:50 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:26:50 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:26:50 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:26:50 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:26:50 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:26:50 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:26:50 -0500
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-06 09:26:53 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"jbwSEww/DTD2qz6Mta+n90qbk5WlnljebE72VzNLRbTpcph2Ndu/T+bzv/bDzzpcj/1KylbUCf6ORc+N0D7Xmg==", "commit"=>"abandoned", "id"=>"1"}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["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::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 14:26:53.560720"], ["updated_at", "2015-11-06 14:26:53.560720"]]
[1m[35m (132.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 14:26:53.715497"], ["updated_at", "2015-11-06 14:26:53.715497"]]
[1m[35m (0.5ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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", 2]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "image"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 2], ["created_at", "2015-11-06 14:26:53.721073"], ["updated_at", "2015-11-06 14:26:53.721073"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-06 14:26:53.724308"], ["id", 1]]
[1m[35m (0.6ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 173ms (ActiveRecord: 137.5ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:26:53 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (17.8ms)
Completed 200 OK in 87ms (Views: 83.8ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:26:53 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:26:53 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:26:53 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:26:53 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:26:53 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:26:53 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:26:53 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:26:53 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:26:53 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:26:53 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:26:53 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:26:53 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 09:26:58 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.1ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (15.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (17.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (22.1ms)
Completed 200 OK in 87ms (Views: 85.9ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:26:58 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:26:58 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:26:58 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:26:58 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:26:58 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:26:58 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:26:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:26:58 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:26:58 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:26:58 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:26:58 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:26:58 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:27:01 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (17.9ms)
Completed 200 OK in 87ms (Views: 82.3ms | ActiveRecord: 0.7ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:27:01 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:27:01 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:27:01 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:27:01 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:27:01 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:27:01 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:27:01 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:27:01 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:27:01 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:27:01 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:27:01 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:27:01 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 09:28:33 -0500
[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::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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (64.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (67.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (77.6ms)
Completed 200 OK in 195ms (Views: 186.6ms | ActiveRecord: 1.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:28:33 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:28:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:28:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:28:33 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:28:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:28:33 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:28:33 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:28:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:28:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:28:33 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:28:33 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:28:33 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:28:35 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (25.9ms)
Completed 200 OK in 140ms (Views: 98.7ms | ActiveRecord: 1.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:28:35 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:28:35 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:28:35 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:28:35 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:28:35 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:28:35 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:28:35 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:28:35 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:28:35 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:28:35 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:28:35 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:28:35 -0500
Started DELETE "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-11-06 09:28:44 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#destroy as */*
Parameters: {"authenticity_token"=>"M3EzcBWjyfjxdYp5btwQ5fEDofFO7Usltai8GlA8EY5Xv7kVLEd7h+EtCwMYvI1ONGV4rr2nGgVXo4XAs0mDoA==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m DELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? [["id", 1]]
[1m[36m (504.7ms)[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::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["label", "title"]]
Rendered text template (0.0ms)
Completed 200 OK in 516ms (Views: 1.8ms | ActiveRecord: 505.9ms)
Started DELETE "/pulitzer/post_type_content_element_types/2" for ::1 at 2015-11-06 09:28:46 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#destroy as */*
Parameters: {"authenticity_token"=>"M3EzcBWjyfjxdYp5btwQ5fEDofFO7Usltai8GlA8EY5Xv7kVLEd7h+EtCwMYvI1ONGV4rr2nGgVXo4XAs0mDoA==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m DELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? [["id", 2]]
[1m[36m (535.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["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]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["label", "image"]]
Rendered text template (0.0ms)
Completed 200 OK in 543ms (Views: 0.4ms | ActiveRecord: 535.8ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=M3EzcBWjyfjxdYp5btwQ5fEDofFO7Usltai8GlA8EY5Xv7kVLEd7h%2BEtCwMYvI1ONGV4rr2nGgVXo4XAs0mDoA%3D%3D" for ::1 at 2015-11-06 09:28:47 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"M3EzcBWjyfjxdYp5btwQ5fEDofFO7Usltai8GlA8EY5Xv7kVLEd7h+EtCwMYvI1ONGV4rr2nGgVXo4XAs0mDoA=="}
[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.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (18.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (36.8ms)
Completed 200 OK in 57ms (Views: 54.3ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-06 09:28:54 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"0VmHIgqcO+Bww6W/VlIKOX3k3BurmpE2cuPbAcSL3OK1lw1HM3iJn2CbJMUgMpeSuIIFRFjQwBaQ6OLbJ/5OzA==", "post_type_content_element_type"=>{"label"=>"va", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "va"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-06 14:28:54.317633"], ["updated_at", "2015-11-06 14:28:54.317633"]]
[1m[36m (5.1ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 2], ["label", "va"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 3], ["created_at", "2015-11-06 14:28:54.338146"], ["updated_at", "2015-11-06 14:28:54.338146"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (16.1ms)
Completed 200 OK in 59ms (Views: 32.9ms | ActiveRecord: 7.2ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:28:56 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (12.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (16.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (33.7ms)
Completed 200 OK in 100ms (Views: 96.7ms | ActiveRecord: 0.8ms)
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:28:56 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:28:56 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:28:56 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:28:56 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:28:56 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:28:56 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:28:56 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:28:56 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:28:56 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:28:56 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:28:56 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:28:56 -0500
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-06 09:29:00 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"f+4j0ax39JpCGx+XIoNmVvAjMHGZt+5kcNfLAmgNusobIKm0lZNG5VJDnu1U4/v9NUXpLmr9v0SS3PLYi3go5A==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "asdf"], ["body", "asdf"], ["updated_at", "2015-11-06 14:29:00.580116"], ["id", 5]]
[1m[35m (980.1ms)[0m commit 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[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.8ms)
Completed 200 OK in 1008ms (Views: 22.8ms | ActiveRecord: 981.0ms)
Started PATCH "/pulitzer/versions/2" for ::1 at 2015-11-06 09:29:03 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"0eBZV3pqKMUGxvNNZOnrQEKOWtYHmYSIOhfPN+cs52W1LtMyQ46auhaecjcSiXbrh+iDifTT1ajYHPbtBFl1Sw==", "commit"=>"active", "id"=>"2"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 14:29:03.049368"], ["updated_at", "2015-11-06 14:29:03.049368"]]
[1m[36m (123.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 2], ["label", "va"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 3], ["created_at", "2015-11-06 14:29:03.183456"], ["updated_at", "2015-11-06 14:29:03.183456"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-06 14:29:03.187813"], ["id", 2]]
[1m[35m (0.8ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 146ms (ActiveRecord: 127.6ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:29:03 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (19.1ms)
Completed 200 OK in 85ms (Views: 82.5ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:29:03 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:29:03 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:29:03 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:29:03 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:29:03 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:29:03 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:29:03 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:29:03 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:29:03 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:29:03 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:29:03 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:29:03 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:29:45 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (47.1ms)
Completed 200 OK in 227ms (Views: 152.4ms | ActiveRecord: 1.9ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:29:45 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:29:46 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:29:46 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:29:46 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:29:46 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:29:46 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:29:46 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:29:46 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:29:46 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:29:46 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:29:46 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:29:46 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 09:29:47 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (10.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (33.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (36.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (39.7ms)
Completed 200 OK in 116ms (Views: 114.4ms | ActiveRecord: 1.0ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:29:47 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:29:47 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:29:47 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:29:47 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:29:47 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:29:47 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:29:47 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:29:47 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:29:47 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:29:47 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:29:47 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:29:47 -0500
Started DELETE "/pulitzer/post_type_content_element_types/3" for ::1 at 2015-11-06 09:29:52 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#destroy as */*
Parameters: {"authenticity_token"=>"G8XU+AUqSc+YoEg3R2dAmnXCZwYiYZBvg0iGHqulkMh/C16dPM77sIj4yU0xB90xsKS+WdErwU9hQ7/ESNAC5g==", "id"=>"3"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["id", 3]]
[1m[35m (314.3ms)[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::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["label", "va"]]
Rendered text template (0.0ms)
Completed 200 OK in 326ms (Views: 1.5ms | ActiveRecord: 315.4ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=G8XU%2BAUqSc%2BYoEg3R2dAmnXCZwYiYZBvg0iGHqulkMh%2FC16dPM77sIj4yU0xB90xsKS%2BWdErwU9hQ7%2FESNAC5g%3D%3D" for ::1 at 2015-11-06 09:29:53 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"G8XU+AUqSc+YoEg3R2dAmnXCZwYiYZBvg0iGHqulkMh/C16dPM77sIj4yU0xB90xsKS+WdErwU9hQ7/ESNAC5g=="}
[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::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (19.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (35.7ms)
Completed 200 OK in 53ms (Views: 50.1ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-06 09:29:55 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"1YxyH1rfe/rfjJWlu4fWWfgUYcxi95nCsRsiLHZAzsGxQvh6YzvJhc/UFN/N50vyPXK4k5G9yOJTEBv2lTVc7w==", "post_type_content_element_type"=>{"label"=>"toes", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "toes"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-06 14:29:55.362411"], ["updated_at", "2015-11-06 14:29:55.362411"]]
[1m[35m (54.0ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 3], ["label", "toes"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 4], ["created_at", "2015-11-06 14:29:55.433599"], ["updated_at", "2015-11-06 14:29:55.433599"]]
[1m[35m (0.8ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.2ms)
Completed 200 OK in 113ms (Views: 36.7ms | ActiveRecord: 56.1ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:29:56 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (33.3ms)
Completed 200 OK in 96ms (Views: 93.5ms | ActiveRecord: 0.7ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:29:56 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:29:56 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:29:56 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:29:56 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:29:56 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:29:56 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:29:56 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:29:56 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:29:56 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:29:56 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:29:56 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:29:56 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:29:57 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (28.7ms)
Completed 200 OK in 90ms (Views: 87.6ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:29:57 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:29:57 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:29:57 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:29:57 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:29:57 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:29:57 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:29:57 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:29:57 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:29:57 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:29:57 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:29:57 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:29:57 -0500
Started PATCH "/pulitzer/content_elements/7" for ::1 at 2015-11-06 09:29:58 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"JF73Q5iD/BRs4Rb6UydRdsRWa30Q6WVAZC9Qx6rGPEJAkH0moWdOa3y5l4AlR8zdATCyIuOjNGCGJGkdSbOubA==", "content_element"=>{"title"=>"", "body"=>"asdf"}, "commit"=>"Update", "id"=>"7"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 7]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", ""], ["body", "asdf"], ["updated_at", "2015-11-06 14:29:58.754504"], ["id", 7]]
[1m[35m (3391.9ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (8.2ms)
Completed 200 OK in 3425ms (Views: 28.3ms | ActiveRecord: 3392.9ms)
Started PATCH "/pulitzer/content_elements/7" for ::1 at 2015-11-06 09:30:02 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"JF73Q5iD/BRs4Rb6UydRdsRWa30Q6WVAZC9Qx6rGPEJAkH0moWdOa3y5l4AlR8zdATCyIuOjNGCGJGkdSbOubA==", "content_element"=>{"title"=>"", "body"=>"asdf"}, "commit"=>"Update", "id"=>"7"}
[1m[35mPulitzer::ContentElement Load (0.4ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 7]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Completed 200 OK in 30ms (Views: 25.1ms | ActiveRecord: 0.8ms)
Started PATCH "/pulitzer/versions/3" for ::1 at 2015-11-06 09:30:04 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"UBhCSfZ5Gkf5WCXviadppIXQtQvzBZ/931USs5zTGM401sgsz52oOOkApJX/x/QPQLZsVABPzt09Xitpf6aK4A==", "commit"=>"active", "id"=>"3"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-11-06 14:30:04.374913"], ["id", 2]]
[1m[35m (333.3ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 14:30:04.710841"], ["updated_at", "2015-11-06 14:30:04.710841"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (7.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::Version Load (1.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::Version Load (0.6ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::Version Load (1.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostType Load (0.9ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::PostTypeContentElementType Load (0.6ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (3.6ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.9ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (5.2ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 3], ["label", "toes"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 4], ["created_at", "2015-11-06 14:31:14.480306"], ["updated_at", "2015-11-06 14:31:14.480306"]]
[1m[35m (1293.8ms)[0m commit transaction
[1m[36mPulitzer::Version Load (1.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Version Load (0.6ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-06 14:31:32.964863"], ["id", 3]]
[1m[35m (471.3ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 89069ms (ActiveRecord: 2112.8ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:31:33 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.1ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 4]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (26.4ms)
Completed 200 OK in 108ms (Views: 102.1ms | ActiveRecord: 1.6ms)
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:31:33 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:31:33 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:31:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:31:33 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:31:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:31:33 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:31:33 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:31:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:31:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:31:33 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:31:33 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:31:33 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:31:42 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.5ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:31:49 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (46.3ms)
Completed 200 OK in 218ms (Views: 147.1ms | ActiveRecord: 1.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:31:49 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:31:49 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:31:49 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:31:49 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:31:49 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:31:49 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:31:49 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:31:49 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:31:49 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:31:49 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:31:49 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:31:49 -0500
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 09:32:31 -0500
[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"
[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (57.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (59.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (70.0ms)
Completed 200 OK in 202ms (Views: 192.9ms | ActiveRecord: 1.6ms)
Started DELETE "/pulitzer/post_type_content_element_types/4" for ::1 at 2015-11-06 09:32:34 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#destroy as */*
Parameters: {"authenticity_token"=>"+xZg967Bwt2/UIxjFvwf9IvdD69I+8dutgjc47qZUyif2OqSlyVwoq8IDRlgnIJfTrvW8Luxlk5UA+U5WezBBg==", "id"=>"4"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 4]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m DELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? [["id", 4]]
[1m[36m (886.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostType Load (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["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]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4], ["label", "toes"]]
Rendered text template (0.0ms)
Completed 200 OK in 939ms (Views: 1.2ms | ActiveRecord: 888.0ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=%2BxZg967Bwt2%2FUIxjFvwf9IvdD69I%2B8dutgjc47qZUyif2OqSlyVwoq8IDRlgnIJfTrvW8Luxlk5UA%2BU5WezBBg%3D%3D" for ::1 at 2015-11-06 09:32:36 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"+xZg967Bwt2/UIxjFvwf9IvdD69I+8dutgjc47qZUyif2OqSlyVwoq8IDRlgnIJfTrvW8Luxlk5UA+U5WezBBg=="}
[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
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (18.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (36.9ms)
Completed 200 OK in 55ms (Views: 52.0ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-06 09:32:38 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"irpWWjWhLIO8E2cbLcGG2VRh0RsULqFXuOY4yoUnbXjudNw/DEWe/KxL5mFboRtykQcIROdk8Hda7QEQZlL/Vg==", "post_type_content_element_type"=>{"label"=>"va", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "va"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-06 14:32:38.086342"], ["updated_at", "2015-11-06 14:32:38.086342"]]
[1m[36m (6.4ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.5ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "va"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 5], ["created_at", "2015-11-06 14:32:38.116874"], ["updated_at", "2015-11-06 14:32:38.116874"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.9ms)
Completed 200 OK in 78ms (Views: 40.9ms | ActiveRecord: 9.1ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:32:39 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.0ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 5]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (45.0ms)
Completed 200 OK in 103ms (Views: 98.8ms | ActiveRecord: 1.1ms)
Started PATCH "/pulitzer/content_elements/9" for ::1 at 2015-11-06 09:32:41 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"iLQKWs2IJ8cjAqIfIU7ZCI/1dj+XjXJOUL/aBX9xOMzseoA/9GyVuDNaI2VXLkSjSpOvYGTHI26ytOPfnASq4g==", "content_element"=>{"title"=>"", "body"=>"asfasdf"}, "commit"=>"Update", "id"=>"9"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 9]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", ""], ["body", "asfasdf"], ["updated_at", "2015-11-06 14:32:41.897930"], ["id", 9]]
[1m[35m (288.5ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.5ms)
Completed 200 OK in 314ms (Views: 20.9ms | ActiveRecord: 289.3ms)
Started PATCH "/pulitzer/versions/4" for ::1 at 2015-11-06 09:32:47 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"zGi6nd386k4jrtaXs6xHcfLhQtmJNwcb0uJQTPNapxmopjD45BhYMTP2V+3FzNraN4ebhnp9Vjsw6WmWEC81Nw==", "commit"=>"abandoned", "id"=>"4"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-11-06 14:32:47.744112"], ["id", 3]]
[1m[35m (33.8ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 14:32:47.780708"], ["updated_at", "2015-11-06 14:32:47.780708"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "va"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 5], ["created_at", "2015-11-06 14:32:47.792264"], ["updated_at", "2015-11-06 14:32:47.792264"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.9ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::Version Load (1.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mPulitzer::Version Load (0.9ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Post Load (1.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.4ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Version Load (0.4ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-06 14:34:22.521146"], ["id", 4]]
[1m[36m (86.2ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 94870ms (ActiveRecord: 123.8ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:34:22 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (50.8ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:35:38 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (12.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (113.1ms)
Completed 200 OK in 287ms (Views: 218.6ms | ActiveRecord: 1.9ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:35:39 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:35:39 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:35:39 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:35:39 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:35:39 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:35:39 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:35:39 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:35:39 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:35:39 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:35:39 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:35:39 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:35:39 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 09:35:43 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (33.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (36.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (41.2ms)
Completed 200 OK in 99ms (Views: 98.0ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:35:43 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:35:43 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:35:43 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:35:43 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:35:43 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:35:43 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:35:43 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:35:43 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:35:43 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:35:43 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:35:43 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:35:43 -0500
Started DELETE "/pulitzer/post_type_content_element_types/5" for ::1 at 2015-11-06 09:36:02 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#destroy as */*
Parameters: {"authenticity_token"=>"75TdXYLqj0vh3JwGGEnDuEBIydM2Y/HfA9stxVLj8vqLWlc4uw49NPGEHXxuKV4ThS4QjMUpoP/h0BQfsZZg1A==", "id"=>"5"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["id", 5]]
[1m[35m (284.4ms)[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::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 5], ["label", "va"]]
Rendered text template (0.0ms)
Completed 200 OK in 296ms (Views: 1.5ms | ActiveRecord: 285.5ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=75TdXYLqj0vh3JwGGEnDuEBIydM2Y%2FHfA9stxVLj8vqLWlc4uw49NPGEHXxuKV4ThS4QjMUpoP%2Fh0BQfsZZg1A%3D%3D" for ::1 at 2015-11-06 09:36:03 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"75TdXYLqj0vh3JwGGEnDuEBIydM2Y/HfA9stxVLj8vqLWlc4uw49NPGEHXxuKV4ThS4QjMUpoP/h0BQfsZZg1A=="}
[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::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (18.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (36.0ms)
Completed 200 OK in 54ms (Views: 51.3ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-06 09:36:05 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"rtLMsmP6FnVIv9jEpIgDv74o+S2jv5LW06fdRhkane3KHEbXWh6kCljnWb7S6J4Ue04gclD1w/YxrOSc+m8Pww==", "post_type_content_element_type"=>{"label"=>"va", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "va"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-06 14:36:05.319015"], ["updated_at", "2015-11-06 14:36:05.319015"]]
[1m[35m (84.6ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 5], ["label", "va"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 6], ["created_at", "2015-11-06 14:36:05.420741"], ["updated_at", "2015-11-06 14:36:05.420741"]]
[1m[35m (0.6ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.2ms)
Completed 200 OK in 143ms (Views: 35.8ms | ActiveRecord: 86.5ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:36:07 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 5]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 6]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (12.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (16.2ms)
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (36.7ms)
Completed 200 OK in 100ms (Views: 97.3ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:36:07 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:36:07 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:36:07 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:36:07 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:36:07 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:36:08 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:36:08 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:36:08 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:36:08 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:36:08 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:36:08 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:36:08 -0500
Started PATCH "/pulitzer/content_elements/11" for ::1 at 2015-11-06 09:36:10 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"20JRs28CapbxB4gf7c7eCCu+q/bq6ErqtDAAONd73yy/jNvWVubY6eFfCWWbrkOj7thyqRmiG8pWOzniNA5NAg==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"11"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 11]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "asdf"], ["body", "asdf"], ["updated_at", "2015-11-06 14:36:10.832288"], ["id", 11]]
[1m[36m (32.3ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 5]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Completed 200 OK in 61ms (Views: 23.3ms | ActiveRecord: 33.2ms)
Started PATCH "/pulitzer/versions/5" for ::1 at 2015-11-06 09:36:12 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"TnDhpE8zHW50JIWF1wiZo71xsRVRcXnWmdMu6CGMXGMqvmvBdtevEWR8BP+haAQIeBdoSqI7KPZ72BcywvnOTQ==", "commit"=>"active", "id"=>"5"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 5]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 14:36:12.637662"], ["updated_at", "2015-11-06 14:36:12.637662"]]
[1m[35m (284.2ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostType Load (0.2ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 5], ["label", "va"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 6], ["created_at", "2015-11-06 14:36:12.933382"], ["updated_at", "2015-11-06 14:36:12.933382"]]
[1m[35m (1.0ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-06 14:36:12.937476"], ["id", 5]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 308ms (ActiveRecord: 288.3ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:36:12 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 6], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 6], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 6]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (19.9ms)
Completed 200 OK in 84ms (Views: 81.3ms | ActiveRecord: 0.6ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:36:13 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:36:13 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:36:13 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:36:13 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:36:13 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:36:13 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:36:13 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:36:13 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:36:13 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:36:13 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:36:13 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:36:13 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 09:36:21 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (12.8ms)
Completed 200 OK in 75ms (Views: 74.5ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:36:21 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:36:21 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:36:21 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:36:21 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:36:21 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:36:21 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:36:21 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:36:21 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:36:21 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:36:21 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:36:21 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:36:21 -0500
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (294.7ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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", "20150716214842"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[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, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214846"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[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", "20150716214847"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[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" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[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.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-06 14:37:18.205856"], ["updated_at", "2015-11-06 14:37:18.205856"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-06 14:37:18.207563"], ["updated_at", "2015-11-06 14:37:18.207563"]]
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-06 14:37:18.208827"], ["updated_at", "2015-11-06 14:37:18.208827"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.4ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (1.1ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (1.6ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.3ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.2ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 09:38:03 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.5ms)
Completed 200 OK in 129ms (Views: 122.1ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:38:06 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:38:06 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:38:06 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:38:06 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:38:06 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:38:06 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:38:06 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:38:06 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:38:06 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:38:06 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:38:06 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:38:06 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=978S%2BKW%2FwOV8Po%2BYxFc17wxJ8oGzpyxJxnFUnTuKI2%2BTcZidnFtymmxmDuKyN6hEyS8r3kDtfWkkem1H2P%2BxQQ%3D%3D" for ::1 at 2015-11-06 09:38:08 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"978S+KW/wOV8Po+YxFc17wxJ8oGzpyxJxnFUnTuKI2+TcZidnFtymmxmDuKyN6hEyS8r3kDtfWkkem1H2P+xQQ=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (36.6ms)
Completed 200 OK in 59ms (Views: 54.4ms | ActiveRecord: 0.2ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-06 09:38:10 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"J9gP1waqQABCAjH8GrKy9k1ejLhuPLWbGf+9cAukAbNDFoWyP07yf1JasIZs0i9diDhV55125Lv79ISq6NGTnQ==", "post_type"=>{"name"=>"news", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-06 14:38:10.914841"], ["updated_at", "2015-11-06 14:38:10.914841"]]
[1m[36m (2425.7ms)[0m [1mcommit transaction[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]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "news"]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "news"], ["post_type_id", 1], ["slug", "news"], ["created_at", "2015-11-06 14:38:13.490442"], ["updated_at", "2015-11-06 14:38:13.490442"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 14:38:13.501392"], ["updated_at", "2015-11-06 14:38:13.501392"]]
[1m[35m (124.2ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (19.4ms)
Completed 200 OK in 2757ms (Views: 36.1ms | ActiveRecord: 2552.1ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=978S%2BKW%2FwOV8Po%2BYxFc17wxJ8oGzpyxJxnFUnTuKI2%2BTcZidnFtymmxmDuKyN6hEyS8r3kDtfWkkem1H2P%2BxQQ%3D%3D" for ::1 at 2015-11-06 09:38:16 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"978S+KW/wOV8Po+YxFc17wxJ8oGzpyxJxnFUnTuKI2+TcZidnFtymmxmDuKyN6hEyS8r3kDtfWkkem1H2P+xQQ=="}
[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"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (11.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (31.2ms)
Completed 200 OK in 57ms (Views: 46.2ms | ActiveRecord: 0.8ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-06 09:38:19 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"DgxkuK4Fly/BOzdRrvF84upQBf5jFEoiTLWxHFhQxjdqwu7dl+ElUNFjtivYkeFJLzbcoZBeGwKuvojGuyVUGQ==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "title"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-06 14:38:19.786433"], ["updated_at", "2015-11-06 14:38:19.786433"]]
[1m[35m (789.6ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 14:38:20.620878"], ["updated_at", "2015-11-06 14:38:20.620878"]]
[1m[35m (0.6ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (16.7ms)
Completed 200 OK in 873ms (Views: 32.3ms | ActiveRecord: 791.8ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:38:23 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (38.5ms)
Completed 200 OK in 90ms (Views: 86.5ms | ActiveRecord: 1.0ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:38:23 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:38:23 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:38:23 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:38:23 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:38:23 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:38:23 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:38:23 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:38:23 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:38:23 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:38:23 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:38:23 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:38:23 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-06 09:38:26 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b05HxAefhW4fUNSEYUIjQ5k/YUh45eP1QHGKRmHh7uMLgM2hPns3EQ8IVf4XIr7oXFm4F4uvstWierOcgpR8zQ==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "asdf"], ["body", "asdf"], ["updated_at", "2015-11-06 14:38:26.678886"], ["id", 1]]
[1m[36m (4000.7ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.5ms)
Completed 200 OK in 4040ms (Views: 33.0ms | ActiveRecord: 4001.8ms)
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-06 09:38:57 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"7xv3wO/HFaB3p7YEbOYHvQ8H0id4dHTxM8WnXVhvTieL1X2l1iOn32f/N34ahpoWymELeIs+JdHRzp6HuxrcCQ==", "commit"=>"active", "id"=>"1"}
Completed 500 Internal Server Error in 19735ms (ActiveRecord: 0.0ms)
SystemExit (exit):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:5:in `exit'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:5:in `update'
byebug (8.0.0) lib/byebug/helpers/eval.rb:52:in `eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:52:in `safe_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:46:in `warning_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:22:in `single_thread_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:13:in `block in thread_safe_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:86:in `block in allowing_other_threads'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (16.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (79.8ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 09:39:26 -0500
[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::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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (57.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (59.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (72.0ms)
Completed 200 OK in 196ms (Views: 188.5ms | ActiveRecord: 1.7ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:39:26 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:39:26 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:39:26 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:39:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:39:27 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:39:27 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:39:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:39:27 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:39:27 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:39:27 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:39:27 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:39:27 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:39:27 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (38.9ms)
Completed 200 OK in 149ms (Views: 95.9ms | ActiveRecord: 1.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:39:29 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:39:29 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:39:29 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:39:29 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:39:29 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:39:29 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:39:29 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:39:29 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:39:29 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:39:29 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:39:29 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:39:29 -0500
[1m[35m (0.1ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-06 09:39:36 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"tMRu2SdMAiF4EL/EqEzViD/402AKuCdR5iY9XJNZho/QCuS8HqiwXmhIPr7eLEgj+p4KP/nydnEELQSGcCwUoQ==", "commit"=>"active", "id"=>"1"}
[1m[35mPulitzer::Version Load (0.9ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Post Load (0.9ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.6ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
[1m[35mSQL (1.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 14:39:50.154475"], ["updated_at", "2015-11-06 14:39:50.154475"]]
[1m[36m (1170.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mPulitzer::Version Load (1.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (1.0ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Completed 500 Internal Server Error in 116010ms (ActiveRecord: 1175.4ms)
SystemExit (exit):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:9:in `exit'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:9:in `update'
byebug (8.0.0) lib/byebug/helpers/eval.rb:52:in `eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:52:in `safe_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:46:in `warning_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:22:in `single_thread_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:13:in `block in thread_safe_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:86:in `block in allowing_other_threads'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (84.5ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:41:39 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (8.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (62.7ms)
Completed 200 OK in 242ms (Views: 172.6ms | ActiveRecord: 2.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:41:39 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:41:39 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:41:39 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:41:39 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:41:39 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:41:39 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:41:39 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:41:39 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:41:39 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:41:39 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:41:39 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:41:39 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:41:40 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (20.1ms)
Completed 200 OK in 81ms (Views: 78.4ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:41:40 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:41:40 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:41:40 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:41:40 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:41:40 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:41:40 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:41:40 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:41:40 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:41:40 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:41:40 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:41:40 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:41:40 -0500
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-06 09:42:10 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"8I8kCvwtA6ucRH1pAEzNaxdzh776yHRDlEvVGH/Pg3WUQa5vxcmx1Iwc/BN2LFDA0hVe4QmCJWN2QOzCnLoRWw==", "commit"=>"active", "id"=>"1"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 14:42:13.804409"], ["updated_at", "2015-11-06 14:42:13.804409"]]
[1m[36m (355.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.0ms)[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 14:42:14.233246"], ["updated_at", "2015-11-06 14:42:14.233246"]]
[1m[36m (2329.4ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-06 14:42:16.565969"], ["id", 1]]
[1m[35m (0.6ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 5740ms (ActiveRecord: 2689.5ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:42:16 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (26.7ms)
Completed 200 OK in 138ms (Views: 131.3ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:42:16 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:42:16 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:42:16 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:42:16 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:42:16 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:42:16 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:42:16 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:42:16 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:42:16 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:42:16 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:42:16 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:42:16 -0500
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status", "pulitzer_versions"."id" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35m (0.3ms)[0m SELECT "pulitzer_versions"."id", "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (1297.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (3.4ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePulitzerPostTypes (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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", "20150716214842"]]
[1m[35m (1.4ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[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, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214846"]]
[1m[35m (0.5ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[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", "20150716214847"]]
[1m[35m (1.6ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[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" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-06 14:43:07.465776"], ["updated_at", "2015-11-06 14:43:07.465776"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-06 14:43:07.467751"], ["updated_at", "2015-11-06 14:43:07.467751"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-06 14:43:07.469317"], ["updated_at", "2015-11-06 14:43:07.469317"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.5ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (1.1ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 09:43:29 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
Completed 404 Not Found in 17ms (ActiveRecord: 0.5ms)
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:23:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:5:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.7ms)
[1m[36m (595.2ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214842"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214843"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.0ms)[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", "20150716214844"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[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, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (1.5ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (1.0ms)[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.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-06 14:43:41.679253"], ["updated_at", "2015-11-06 14:43:41.679253"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-06 14:43:41.680861"], ["updated_at", "2015-11-06 14:43:41.680861"]]
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-06 14:43:41.681771"], ["updated_at", "2015-11-06 14:43:41.681771"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (3.2ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 09:43:59 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 122ms (Views: 113.6ms | ActiveRecord: 0.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:43:59 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:43:59 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:43:59 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:43:59 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:43:59 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:43:59 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:43:59 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:43:59 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:43:59 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:43:59 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:43:59 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:43:59 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 09:44:04 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (0.9ms)
Completed 200 OK in 83ms (Views: 82.8ms | ActiveRecord: 0.1ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:44:05 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:44:05 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:44:05 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:44:05 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:44:05 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:44:05 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:44:05 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:44:05 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:44:05 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:44:05 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:44:05 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:44:05 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=19h2WpkKwgV7qfiLrb3e%2B14MS6tGlx8vz%2BCrRUc%2Bx%2FSzFvw%2FoO5wemvxefHb3UNQm2qS9LXdTg8t65KfpEtV2g%3D%3D" for ::1 at 2015-11-06 09:44:06 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"19h2WpkKwgV7qfiLrb3e+14MS6tGlx8vz+CrRUc+x/SzFvw/oO5wemvxefHb3UNQm2qS9LXdTg8t65KfpEtV2g=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (33.8ms)
Completed 200 OK in 55ms (Views: 50.3ms | ActiveRecord: 0.2ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-06 09:44:08 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"yfdafUDBWAMY1IqBr9ZmA7ysEfdqbGKHqYUaANkVZputOdAYeSXqfAiMC/vZtvuoecrIqJkmM6dLjiPaOmD0tQ==", "post_type"=>{"name"=>"va", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "va"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-06 14:44:08.461489"], ["updated_at", "2015-11-06 14:44:08.461489"]]
[1m[35m (603.7ms)[0m commit transaction
[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", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "va"]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "va"], ["post_type_id", 1], ["slug", "va"], ["created_at", "2015-11-06 14:44:09.202664"], ["updated_at", "2015-11-06 14:44:09.202664"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 14:44:09.215573"], ["updated_at", "2015-11-06 14:44:09.215573"]]
[1m[36m (814.7ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (21.6ms)
Completed 200 OK in 1618ms (Views: 39.1ms | ActiveRecord: 1420.8ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 09:44:12 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (25.0ms)
Completed 200 OK in 108ms (Views: 84.0ms | ActiveRecord: 1.1ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:44:12 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:44:12 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:44:12 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:44:12 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:44:12 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:44:12 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:44:12 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:44:12 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:44:12 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:44:12 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:44:12 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:44:12 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 09:44:13 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (9.2ms)
Completed 200 OK in 62ms (Views: 61.7ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:44:14 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:44:14 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:44:14 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:44:14 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:44:14 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:44:14 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:44:14 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:44:14 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:44:14 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:44:14 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:44:14 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:44:14 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=%2BMG6CZ6eyIz80s7LewbCwgWpcpsb5BXyDox0G64lX1WcDzBsp3p68%2ByKT7ENZl9pwM%2BrxOiuRNLsh03BTVDNew%3D%3D" for ::1 at 2015-11-06 09:44:19 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"+MG6CZ6eyIz80s7LewbCwgWpcpsb5BXyDox0G64lX1WcDzBsp3p68+yKT7ENZl9pwM+rxOiuRNLsh03BTVDNew=="}
[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
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (11.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (29.5ms)
Completed 200 OK in 52ms (Views: 44.6ms | ActiveRecord: 0.7ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-06 09:44:21 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"xYDpv7oUGEn+0g7Pp4T/nqPATHFSU0/1NtRCKS03fi6hTmPag/CqNu6Kj7XR5GI1ZqaVLqEZHtXU33vzzkLsAA==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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.3ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "title"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-06 14:44:21.888301"], ["updated_at", "2015-11-06 14:44:21.888301"]]
[1m[36m (67.1ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.5ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 14:44:21.973348"], ["updated_at", "2015-11-06 14:44:21.973348"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (18.5ms)
Completed 200 OK in 125ms (Views: 34.8ms | ActiveRecord: 69.2ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=%2BMG6CZ6eyIz80s7LewbCwgWpcpsb5BXyDox0G64lX1WcDzBsp3p68%2ByKT7ENZl9pwM%2BrxOiuRNLsh03BTVDNew%3D%3D" for ::1 at 2015-11-06 09:44:24 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"+MG6CZ6eyIz80s7LewbCwgWpcpsb5BXyDox0G64lX1WcDzBsp3p68+yKT7ENZl9pwM+rxOiuRNLsh03BTVDNew==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (20.6ms)
Completed 200 OK in 62ms (Views: 61.3ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types/1?authenticity_token=%2BMG6CZ6eyIz80s7LewbCwgWpcpsb5BXyDox0G64lX1WcDzBsp3p68%2ByKT7ENZl9pwM%2BrxOiuRNLsh03BTVDNew%3D%3D" for ::1 at 2015-11-06 09:44:26 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"+MG6CZ6eyIz80s7LewbCwgWpcpsb5BXyDox0G64lX1WcDzBsp3p68+yKT7ENZl9pwM+rxOiuRNLsh03BTVDNew==", "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[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (41.3ms)
Completed 200 OK in 57ms (Views: 55.6ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 09:44:38 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (15.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (34.2ms)
Completed 200 OK in 110ms (Views: 106.3ms | ActiveRecord: 0.8ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:44:38 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:44:38 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:44:38 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:44:38 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:44:38 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:44:38 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:44:38 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:44:38 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:44:38 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:44:38 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:44:38 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:44:38 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-06 09:44:42 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"MyUrqgexAeXdvpi/gx/cnAE85vTJ+kA2UPHeRtqISXVX66HPPlWzms3mGcX1f0E3xFo/qzqwERay+uecOf3bWw==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "asdf"], ["body", "asdf"], ["updated_at", "2015-11-06 14:44:42.338706"], ["id", 1]]
[1m[36m (313.1ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Completed 200 OK in 340ms (Views: 21.5ms | ActiveRecord: 314.0ms)
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-06 09:44:46 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"u9QzSQiTspvb2dP66TaPhrsnLG8JKC9Pz0cO1juT5GzfGrksMXcA5MuBUoCfVhItfkH1MPpifm8tTDcM2OZ2Qg==", "commit"=>"active", "id"=>"1"}
[1m[36mPulitzer::Version Load (0.4ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.8ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.9ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.7ms)[0m begin transaction
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 14:44:53.857854"], ["updated_at", "2015-11-06 14:44:53.857854"]]
[1m[35m (163.8ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.8ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (1.2ms)[0m SELECT "pulitzer_versions"."id", "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mPulitzer::Version Load (0.5ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::Version Load (0.9ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mPulitzer::Post Load (1.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.5ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 14:48:43.709672"], ["updated_at", "2015-11-06 14:48:43.709672"]]
[1m[36m (84.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-06 14:48:43.797057"], ["id", 1]]
[1m[35m (0.7ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/va/content_elements
Completed 302 Found in 237562ms (ActiveRecord: 254.6ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 09:48:43 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (47.2ms)
[1m[36m (381.2ms)[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 (20150716214842)
[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", "20150716214842"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214843"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[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", "20150716214844"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[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, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[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", "20150716214847"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[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.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[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-11-06 14:48:54.747992"], ["updated_at", "2015-11-06 14:48:54.747992"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-06 14:48:54.749495"], ["updated_at", "2015-11-06 14:48:54.749495"]]
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-06 14:48:54.750443"], ["updated_at", "2015-11-06 14:48:54.750443"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.4ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_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", "20151029221443"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 09:48:59 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
Completed 404 Not Found in 20ms (ActiveRecord: 0.5ms)
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:23:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:5:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (57.6ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 09:49:00 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:23:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:5:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.7ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 09:49:04 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:23:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:5:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.0ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 09:49:11 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:23:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:5:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.8ms)
Started GET "/pulitzer" for ::1 at 2015-11-06 09:51:47 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (2.1ms)
Completed 200 OK in 107ms (Views: 102.7ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:51:49 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:51:49 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:51:49 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:51:49 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:51:49 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:51:49 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:51:49 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:51:49 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:51:49 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:51:49 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:51:49 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:51:49 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=jzTchCzJ9Q%2BEQ9vnVu1%2BKvddZjjJBmcEO9o8CeO%2F8Avr%2BlbhFS1HcJQbWp0gjeOBMju%2FZzpMNiTZ0QXTAMpiJQ%3D%3D" for ::1 at 2015-11-06 09:51:54 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"jzTchCzJ9Q+EQ9vnVu1+KvddZjjJBmcEO9o8CeO/8Avr+lbhFS1HcJQbWp0gjeOBMju/ZzpMNiTZ0QXTAMpiJQ=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (37.2ms)
Completed 200 OK in 59ms (Views: 53.7ms | ActiveRecord: 0.1ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-06 09:52:10 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"taQG7RNS3+cJv9p3eGVXuqibqd7ikDYb9dYtVXbrqs3RaoyIKrZtmBnnWw0OBcoRbf1wgRHaZzsX3RSPlZ444w==", "post_type"=>{"name"=>"va", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "va"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-06 14:52:10.604476"], ["updated_at", "2015-11-06 14:52:10.604476"]]
[1m[36m (117.0ms)[0m [1mcommit transaction[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]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "va"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "va"], ["post_type_id", 1], ["slug", "va"], ["created_at", "2015-11-06 14:52:10.853948"], ["updated_at", "2015-11-06 14:52:10.853948"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 14:52:10.866868"], ["updated_at", "2015-11-06 14:52:10.866868"]]
[1m[35m (625.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (20.5ms)
Completed 200 OK in 936ms (Views: 39.1ms | ActiveRecord: 744.6ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 09:52:13 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (10.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (35.7ms)
Completed 200 OK in 118ms (Views: 92.3ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:52:13 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:52:13 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:52:13 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:52:13 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:52:13 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:52:13 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:52:13 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:52:13 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:52:13 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:52:13 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:52:13 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:52:13 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 09:52:16 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (10.0ms)
Completed 200 OK in 68ms (Views: 67.5ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:52:18 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:52:18 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:52:18 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:52:18 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:52:18 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:52:18 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:52:18 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:52:18 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:52:18 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:52:18 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:52:18 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:52:18 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=iPm2SUbOS2j9n6PQ75V7Mk2Ual5Y%2BFDdT%2F9PdDzL1iHsNzwsfyr5F%2B3HIqqZ9eaZiPKzAauyAf2t9Hau375EDw%3D%3D" for ::1 at 2015-11-06 09:52:20 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"iPm2SUbOS2j9n6PQ75V7Mk2Ual5Y+FDdT/9PdDzL1iHsNzwsfyr5F+3HIqqZ9eaZiPKzAauyAf2t9Hau375EDw=="}
[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::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (13.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (33.2ms)
Completed 200 OK in 58ms (Views: 48.2ms | ActiveRecord: 0.9ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-06 09:52:28 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"wX249b48sUC61RY4A3Fx6RE2p+yR70ElQKVfSeFbgIelszKQh9gDP6qNl0J1EexC1FB+s2KlEAWirmaTAi4SqQ==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "title"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-06 14:52:28.216806"], ["updated_at", "2015-11-06 14:52:28.216806"]]
[1m[35m (144.8ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 14:52:28.380308"], ["updated_at", "2015-11-06 14:52:28.380308"]]
[1m[35m (0.6ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (23.0ms)
Completed 200 OK in 209ms (Views: 39.5ms | ActiveRecord: 146.8ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 09:52:55 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (35.1ms)
Completed 200 OK in 95ms (Views: 92.2ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:52:55 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:52:55 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:52:55 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:52:55 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:52:55 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:52:55 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:52:55 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:52:55 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:52:55 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:52:55 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:52:55 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:52:55 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-06 09:52:57 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"y5tFJq41VsfV5J6K5TibG3zq5uWSgOJcW2KQO8lJ2ZmvVc9Dl9HkuMW8H/CTWAawuYw/umHKs3y5aanhKjxLtw==", "content_element"=>{"title"=>"", "body"=>"asdf"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", ""], ["body", "asdf"], ["updated_at", "2015-11-06 14:52:57.356783"], ["id", 1]]
[1m[36m (394.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.3ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.8ms)
Completed 200 OK in 423ms (Views: 21.9ms | ActiveRecord: 395.8ms)
Started GET "/pulitzer/posts/va/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=NXvYyaOI5U0gBZkBiSnGAlSJxMAjUCUybPmmYHLSMr1RtVKsmmxXMjBdGHv%2FSVupke8dn9AadBKO8p%2B6kaegkw%3D%3D" for ::1 at 2015-11-06 09:53:02 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"NXvYyaOI5U0gBZkBiSnGAlSJxMAjUCUybPmmYHLSMr1RtVKsmmxXMjBdGHv/SVupke8dn9AadBKO8p+6kaegkw==", "post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags"[0m
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (8.2ms)
Completed 200 OK in 34ms (Views: 26.0ms | ActiveRecord: 0.6ms)
Started POST "/pulitzer/posts/va/post_tags" for ::1 at 2015-11-06 09:53:05 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"RlEE2QEzghuIzGv19X3wU3aChWFX7qPR0p6hFO0cSdQin468ONcwZJiU6o+DHW34s+RcPqSk8vEwlZjODmnb+g==", "post_tag"=>{"label_id"=>"sadf", "version_id"=>"1", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1 [["name", "sadf"]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (1.0ms)[0m INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "sadf"], ["created_at", "2015-11-06 14:53:06.669502"], ["updated_at", "2015-11-06 14:53:06.669502"]]
[1m[36m (2.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m INSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label_id", 1], ["version_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-06 14:53:06.679260"], ["updated_at", "2015-11-06 14:53:06.679260"]]
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.9ms)
Completed 200 OK in 1135ms (Views: 25.0ms | ActiveRecord: 6.2ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 09:53:08 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (9.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (11.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (13.6ms)
Completed 200 OK in 75ms (Views: 74.5ms | ActiveRecord: 0.5ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:53:08 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:53:08 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:53:08 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:53:08 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:53:08 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:53:08 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:53:08 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:53:08 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:53:08 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:53:08 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:53:08 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:53:08 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 09:53:09 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (24.8ms)
Completed 200 OK in 78ms (Views: 75.0ms | ActiveRecord: 0.7ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:53:09 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:53:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:53:10 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:53:10 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:53:10 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:53:10 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:53:10 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:53:10 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:53:10 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:53:10 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:53:10 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:53:10 -0500
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-06 09:53:14 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"wYTXPLKNMMrDNY7YC1DkHrLdimDkTgG73Su1W8aHx5SlSl1Zi2mCtdNtD6J9MHm1d7tTPxcEUJs/IIyBJfJVug==", "commit"=>"active", "id"=>"1"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 14:53:20.240630"], ["updated_at", "2015-11-06 14:53:20.240630"]]
[1m[36m (908.7ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-06 14:53:21.152809"], ["id", 1]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 2], ["updated_at", "2015-11-06 14:53:21.162812"], ["id", 1]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_post_tags" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_post_tags"."id" = ? [["version_id", 2], ["updated_at", "2015-11-06 14:53:21.169703"], ["id", 1]]
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/va/content_elements
Completed 302 Found in 6849ms (ActiveRecord: 914.6ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 09:53:21 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.4ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (27.9ms)
Completed 200 OK in 97ms (Views: 92.8ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:53:21 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:53:21 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:53:21 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:53:21 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:53:21 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:53:21 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:53:21 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:53:21 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:53:21 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:53:21 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:53:21 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:53:21 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 09:53:24 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (12.6ms)
Completed 200 OK in 66ms (Views: 65.3ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:53:24 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:53:24 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:53:24 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:53:24 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:53:24 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:53:24 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:53:24 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:53:24 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:53:24 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:53:24 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:53:24 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:53:24 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 09:53:25 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (20.5ms)
Completed 200 OK in 84ms (Views: 81.2ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:53:25 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:53:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:53:25 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:53:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:53:25 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:53:25 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:53:25 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:53:25 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:53:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:53:25 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:53:25 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:53:25 -0500
Started GET "/pulitzer/posts/va/content_elements/1/edit?authenticity_token=WY76gXb0TN1Zj%2FReJvddvmWL5jOaH9fCxXGHTd196MI9QHDkTxD%2BoknXdSRQl8AVoO0%2FbGlVhuIner6XPgh67A%3D%3D" for ::1 at 2015-11-06 09:53:33 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"WY76gXb0TN1Zj/ReJvddvmWL5jOaH9fCxXGHTd196MI9QHDkTxD+oknXdSRQl8AVoO0/bGlVhuIner6XPgh67A==", "post_id"=>"va", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (18.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (56.2ms)
Completed 200 OK in 73ms (Views: 71.8ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-06 09:53:37 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"+6bygi9Mv5oaxggVhHEibfWz5Z0lbwY+SqcwyoMNSz2faHjnFqgN5QqeiW/yEb/GMNU8wtYlVx6orAkQYHjZEw==", "content_element"=>{"title"=>"", "body"=>"let's see"}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.7ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "let's see"], ["updated_at", "2015-11-06 14:53:37.716839"], ["id", 1]]
[1m[35m (2139.0ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Completed 200 OK in 2166ms (Views: 21.8ms | ActiveRecord: 2140.1ms)
Started PATCH "/pulitzer/versions/2" for ::1 at 2015-11-06 09:53:44 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"sRko723aA9FelXwpJcPan8Nqr93zGsDXzCvadrvrwwPV16KKVD6xrk7N/VNTo0c0Bgx2ggBQkfcuIOOsWJ5RLQ==", "commit"=>"active", "id"=>"2"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-11-06 14:53:46.375158"], ["id", 1]]
[1m[35m (67.8ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 14:53:46.445991"], ["updated_at", "2015-11-06 14:53:46.445991"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-06 14:53:46.448981"], ["id", 2]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2015-11-06 14:53:46.456096"], ["id", 1]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_post_tags" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_post_tags"."id" = ? [["version_id", 3], ["updated_at", "2015-11-06 14:53:46.461755"], ["id", 1]]
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/va/content_elements
Completed 302 Found in 1953ms (ActiveRecord: 73.8ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 09:53:46 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (22.5ms)
Completed 200 OK in 84ms (Views: 80.5ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:53:46 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:53:46 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:53:46 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:53:46 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:53:46 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:53:46 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:53:46 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:53:46 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:53:46 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:53:46 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:53:46 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:53:46 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 09:53:51 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (12.6ms)
Completed 200 OK in 62ms (Views: 61.4ms | ActiveRecord: 0.4ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:53:52 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:53:52 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:53:52 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:53:52 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:53:52 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:53:52 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:53:52 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:53:52 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:53:52 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:53:52 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:53:52 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:53:52 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 09:53:53 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (20.1ms)
Completed 200 OK in 85ms (Views: 82.3ms | ActiveRecord: 0.6ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:53:53 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:53:53 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:53:53 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:53:53 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:53:53 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:53:53 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:53:53 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:53:53 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:53:53 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:53:53 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:53:53 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:53:53 -0500
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."id", "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started GET "/pulitzer/posts/va/content_elements/1/edit?authenticity_token=yk5d8GbC0c9ASElLhXTxR6guJw1CH%2FTQRST490t8zu6ugNeVXyZjsFAQyDHzFGzsbUj%2BUrFVpfCnL8EtqAlcwA%3D%3D" for ::1 at 2015-11-06 09:54:28 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"yk5d8GbC0c9ASElLhXTxR6guJw1CH/TQRST490t8zu6ugNeVXyZjsFAQyDHzFGzsbUj+UrFVpfCnL8EtqAlcwA==", "post_id"=>"va", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (18.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (51.5ms)
Completed 200 OK in 67ms (Views: 65.8ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-06 09:54:33 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"htUrdeQXs0JdsIgBYNziBmQ79KAwfAxdC3P1tABmu6TiG6EQ3fMBPU3oCXsWvH+toV0t/8M2XX3peMxu4xMpig==", "content_element"=>{"title"=>"", "body"=>"este no"}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.4ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "este no"], ["updated_at", "2015-11-06 14:54:33.127889"], ["id", 1]]
[1m[35m (825.6ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Completed 200 OK in 853ms (Views: 22.6ms | ActiveRecord: 826.5ms)
Started PATCH "/pulitzer/versions/3" for ::1 at 2015-11-06 09:54:38 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"W4S1PSrG3Fzz2Gk05zHp4Q8CMzuDFNRrCSL9L863Y8Q/Sj9YEyJuI+OA6E6RUXRKymTqZHBehUvrKcT1LcLx6g==", "commit"=>"abandoned", "id"=>"3"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-11-06 14:54:41.852347"], ["id", 2]]
[1m[35m (1291.3ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (1.6ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 14:54:43.147009"], ["updated_at", "2015-11-06 14:54:43.147009"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-06 14:54:43.151574"], ["id", 3]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 14:54:43.161953"], ["updated_at", "2015-11-06 14:54:43.161953"]]
[1m[35m (0.6ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/va/content_elements
Completed 302 Found in 4598ms (ActiveRecord: 1296.6ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 09:54:43 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 4]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (29.5ms)
Completed 200 OK in 92ms (Views: 88.7ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 09:54:43 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 09:54:43 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 09:54:43 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 09:54:43 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 09:54:43 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 09:54:43 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 09:54:43 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 09:54:43 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 09:54:43 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 09:54:43 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 09:54:43 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 09:54:43 -0500
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."id", "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 09:59:18 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (50.7ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 10:01:14 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (53.2ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 10:01:19 -0500
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (61.7ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 10:01:25 -0500
[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"
[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (61.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (63.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (73.5ms)
Completed 200 OK in 195ms (Views: 185.3ms | ActiveRecord: 1.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:01:26 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:01:26 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:01:26 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:01:26 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:01:26 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:01:26 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:01:26 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:01:26 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:01:26 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:01:26 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:01:26 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:01:26 -0500
Started DELETE "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-11-06 10:01:30 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#destroy as */*
Parameters: {"authenticity_token"=>"hB5EpEjXTdOkpPJf/A3BwjGmLtRme5l7Jfs6eZFFc9bg0M7BcTP/rLT8cyWKbVxp9MD3i5UxyFvH8AOjcjDh+A==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m DELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? [["id", 1]]
[1m[36m (264.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4], ["label", "title"]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 2]]
[1m[35m (0.7ms)[0m commit transaction
Rendered text template (0.0ms)
Completed 200 OK in 332ms (Views: 1.5ms | ActiveRecord: 267.7ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=hB5EpEjXTdOkpPJf%2FA3BwjGmLtRme5l7Jfs6eZFFc9bg0M7BcTP%2FrLT8cyWKbVxp9MD3i5UxyFvH8AOjcjDh%2BA%3D%3D" for ::1 at 2015-11-06 10:01:32 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"hB5EpEjXTdOkpPJf/A3BwjGmLtRme5l7Jfs6eZFFc9bg0M7BcTP/rLT8cyWKbVxp9MD3i5UxyFvH8AOjcjDh+A=="}
[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::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (21.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (41.2ms)
Completed 200 OK in 59ms (Views: 56.6ms | ActiveRecord: 0.6ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-06 10:01:35 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"cBZ/e/0CR784zLfce6ZFQckBuqpJjktyu0SLoVZPwEgU2PUexOb1wCiUNqYNxtjqDGdj9brEGlJZT7J7tTpSZg==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "title"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-06 15:01:35.803891"], ["updated_at", "2015-11-06 15:01:35.803891"]]
[1m[35m (245.1ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 2], ["created_at", "2015-11-06 15:01:36.058518"], ["updated_at", "2015-11-06 15:01:36.058518"]]
[1m[35m (0.8ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.3ms)
Completed 200 OK in 301ms (Views: 40.1ms | ActiveRecord: 247.3ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 10:01:37 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (10.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.3ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 4]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (15.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (21.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (53.2ms)
Completed 200 OK in 132ms (Views: 127.6ms | ActiveRecord: 1.2ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:01:38 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:01:38 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:01:38 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:01:38 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:01:38 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:01:38 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:01:38 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:01:38 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:01:38 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:01:38 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:01:38 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:01:38 -0500
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-11-06 10:01:40 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"7zTmD+tgwBmn69neZYZNAIJ0iDBmmSP/rTh+VXhOwg+L+mxq0oRyZrezWKQT5tCrRxJRb5XTct9PM0ePmztQIQ==", "content_element"=>{"title"=>"", "body"=>"asdf"}, "commit"=>"Update", "id"=>"3"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", ""], ["body", "asdf"], ["updated_at", "2015-11-06 15:01:40.272393"], ["id", 3]]
[1m[36m (33.7ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 4]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.4ms)
Completed 200 OK in 62ms (Views: 22.5ms | ActiveRecord: 34.6ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 10:01:44 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (12.4ms)
Completed 200 OK in 77ms (Views: 76.2ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:01:44 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:01:44 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:01:44 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:01:44 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:01:44 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:01:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:01:44 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:01:44 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:01:44 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:01:44 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:01:44 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:01:44 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 10:01:46 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 4]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (23.3ms)
Completed 200 OK in 88ms (Views: 84.5ms | ActiveRecord: 0.7ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:01:47 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:01:47 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:01:47 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:01:47 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:01:47 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:01:47 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:01:47 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:01:47 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:01:47 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:01:47 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:01:48 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:01:48 -0500
Started PATCH "/pulitzer/versions/4" for ::1 at 2015-11-06 10:02:02 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Va8FsVRrshKEHnUuDjD0AFVEAsgH5Y9DWjdbrDgj8dIxYY/UbY8AbZRG9FR4UGmrkCLbl/Sv3mO4PGJ221Zj/A==", "commit"=>"active", "id"=>"4"}
[1m[36mPulitzer::Version Load (1.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 4]]
[1m[35mPulitzer::Post Load (3.9ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.6ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.3ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.7ms)[0m [1mbegin transaction[0m
[1m[35mSQL (1.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 15:02:12.141326"], ["updated_at", "2015-11-06 15:02:12.141326"]]
[1m[36m (186.5ms)[0m [1mcommit transaction[0m
[1m[35m (0.8ms)[0m begin transaction
[1m[36mSQL (1.1ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-06 15:02:13.722255"], ["id", 4]]
[1m[35m (304.3ms)[0m commit transaction
[1m[36mPulitzer::PostType Load (0.7ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.6ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.6ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.7ms)[0m begin transaction
[1m[36mPulitzer::ContentElementType Load (0.6ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mSQL (0.9ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 5], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 2], ["created_at", "2015-11-06 15:02:22.087794"], ["updated_at", "2015-11-06 15:02:22.087794"]]
[1m[36m (28.0ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/va/content_elements
Completed 302 Found in 21515ms (ActiveRecord: 532.4ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 10:02:23 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (29.9ms)
Completed 200 OK in 92ms (Views: 88.7ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:02:24 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:02:24 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:02:24 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:02:24 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:02:24 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:02:24 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:02:24 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:02:24 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:02:24 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:02:24 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:02:24 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:02:24 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 10:07:06 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (12.3ms)
Completed 200 OK in 76ms (Views: 75.3ms | ActiveRecord: 0.4ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:07:07 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:07:07 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:07:07 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:07:07 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:07:07 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:07:07 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:07:07 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:07:07 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:07:07 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:07:07 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:07:07 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:07:07 -0500
[1m[36m (63.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.2ms)[0m select sqlite_version(*)
[1m[36m (1.0ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[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", "20150716214842"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214843"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[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", "20150716214844"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[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, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.0ms)[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", "20150716214846"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[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.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[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-11-06 15:07:19.821195"], ["updated_at", "2015-11-06 15:07:19.821195"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-06 15:07:19.823388"], ["updated_at", "2015-11-06 15:07:19.823388"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-06 15:07:19.824801"], ["updated_at", "2015-11-06 15:07:19.824801"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.6ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 10:07:36 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (5.5ms)
Completed 200 OK in 131ms (Views: 123.9ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:07:37 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:07:37 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:07:37 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:07:37 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:07:37 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:07:37 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:07:37 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:07:37 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:07:37 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:07:37 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:07:37 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:07:37 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=ZmP0Sbo4dQ1LpO%2Bls9gFlnsYVqpVygOzxD7Y8kaXMhECrX4sg9zHclv8bt%2FFuJg9vn6P9aaAUpMmNeEopeKgPw%3D%3D" for ::1 at 2015-11-06 10:07:38 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"ZmP0Sbo4dQ1LpO+ls9gFlnsYVqpVygOzxD7Y8kaXMhECrX4sg9zHclv8bt/FuJg9vn6P9aaAUpMmNeEopeKgPw=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (38.0ms)
Completed 200 OK in 60ms (Views: 55.7ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-06 10:07:41 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"PDBquJsk4TizyXrexsKV+8uaZ4LJkDt3MtK/RsjuXh1Y/uDdosBTR6OR+6SwoghQDvy+3TraalfQ2YacK5vMMw==", "post_type"=>{"name"=>"va", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "va"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-06 15:07:41.222723"], ["updated_at", "2015-11-06 15:07:41.222723"]]
[1m[36m (1111.4ms)[0m [1mcommit transaction[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]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "va"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "va"], ["post_type_id", 1], ["slug", "va"], ["created_at", "2015-11-06 15:07:42.499126"], ["updated_at", "2015-11-06 15:07:42.499126"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 15:07:42.510822"], ["updated_at", "2015-11-06 15:07:42.510822"]]
[1m[35m (254.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (21.7ms)
Completed 200 OK in 1593ms (Views: 39.8ms | ActiveRecord: 1368.6ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=ZmP0Sbo4dQ1LpO%2Bls9gFlnsYVqpVygOzxD7Y8kaXMhECrX4sg9zHclv8bt%2FFuJg9vn6P9aaAUpMmNeEopeKgPw%3D%3D" for ::1 at 2015-11-06 10:07:45 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"ZmP0Sbo4dQ1LpO+ls9gFlnsYVqpVygOzxD7Y8kaXMhECrX4sg9zHclv8bt/FuJg9vn6P9aaAUpMmNeEopeKgPw=="}
[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"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (11.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (30.4ms)
Completed 200 OK in 53ms (Views: 44.4ms | ActiveRecord: 0.9ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-06 10:07:49 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"uSXM1yUZ0EHbCNwyR1V0nTNrOS8IzXHeuRwHdWjqyEvd60ayHP1iPstQXUgxNek29g3gcPuHIP5bFz6vi59aZQ==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "title"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-06 15:07:49.961993"], ["updated_at", "2015-11-06 15:07:49.961993"]]
[1m[35m (1159.1ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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", 1]]
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 15:07:51.162983"], ["updated_at", "2015-11-06 15:07:51.162983"]]
[1m[35m (0.6ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.2ms)
Completed 200 OK in 1243ms (Views: 36.2ms | ActiveRecord: 1161.5ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 10:07:54 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (15.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (42.0ms)
Completed 200 OK in 94ms (Views: 90.4ms | ActiveRecord: 1.3ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:07:54 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:07:54 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:07:54 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:07:54 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:07:54 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:07:54 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:07:54 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:07:54 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:07:54 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:07:54 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:07:54 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:07:54 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-06 10:08:01 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"coZ7D2EBNs5MmRw5Ms6I1btK5w1OFSOb4CdC1WmrXqEWSPFqWOWEsVzBnUNErhV+fiw+Ur1fcrsCLHsPit7Mjw==", "content_element"=>{"title"=>"", "body"=>"vamos a ver que pasa"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", ""], ["body", "vamos a ver que pasa"], ["updated_at", "2015-11-06 15:08:01.489259"], ["id", 1]]
[1m[36m (1928.9ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.9ms)
Completed 200 OK in 1956ms (Views: 22.1ms | ActiveRecord: 1929.9ms)
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-06 10:08:49 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"nhgDtOh+Unu/wrSQ492OpJ7UaG+bP3WdGJMz2oBfd1r61onR0ZrgBK+aNeqVvRMPW7KxMGh1JL36mAoAYyrldA==", "commit"=>"abandoned", "id"=>"1"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["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::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 15:09:01.341839"], ["updated_at", "2015-11-06 15:09:01.341839"]]
[1m[36m (448.2ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-06 15:09:01.792137"], ["id", 1]]
[1m[35m (0.6ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.6ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 2], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 15:09:01.800221"], ["updated_at", "2015-11-06 15:09:01.800221"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/va/content_elements
Completed 302 Found in 11832ms (ActiveRecord: 451.7ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 10:09:01 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (33.6ms)
Completed 200 OK in 127ms (Views: 124.3ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:09:02 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:09:02 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:09:02 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:09:02 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:09:02 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:09:02 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:09:02 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:09:02 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:09:02 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:09:02 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:09:02 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:09:02 -0500
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-06 10:09:12 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"DYJgCEtLT3fPeEloCeghLBIOM/gmbI+CerTtTxNGBJVpTOptcq/9CN8gyBJ/iLyH12jqp9Um3qKYv9SV8DOWuw==", "content_element"=>{"title"=>"title", "body"=>"some content"}, "commit"=>"Update", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "title"], ["body", "some content"], ["updated_at", "2015-11-06 15:09:12.300982"], ["id", 2]]
[1m[35m (1555.0ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.1ms)
Completed 200 OK in 1585ms (Views: 25.2ms | ActiveRecord: 1555.8ms)
Started PATCH "/pulitzer/versions/2" for ::1 at 2015-11-06 10:09:16 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"n2B7VbS0KJezDpoT9xnuSbUdcS2G0hHRbhSlbIGgaW/7rvEwjVCa6KNWG2mBeXPicHuocnWYQPGMH5y2YtX7QQ==", "commit"=>"active", "id"=>"2"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 15:09:19.488211"], ["updated_at", "2015-11-06 15:09:19.488211"]]
[1m[35m (316.8ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-06 15:09:19.807434"], ["id", 2]]
[1m[36m (0.6ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 3], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 15:09:19.815767"], ["updated_at", "2015-11-06 15:09:19.815767"]]
[1m[35m (0.7ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/va/content_elements
Completed 302 Found in 3756ms (ActiveRecord: 319.9ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 10:09:19 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (29.0ms)
Completed 200 OK in 85ms (Views: 82.0ms | ActiveRecord: 0.8ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:09:20 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:09:20 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:09:20 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:09:20 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:09:20 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:09:20 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:09:20 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:09:20 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:09:20 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:09:20 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:09:20 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:09:20 -0500
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."id", "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-06 10:10:04 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (310.2ms)
Completed 200 OK in 364ms (Views: 360.9ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:10:04 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:10:04 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:10:04 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:10:04 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:10:04 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:10:04 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:10:04 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:10:04 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:10:04 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:10:04 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:10:04 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:10:04 -0500
[1m[36m (458.4ms)[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 (20150716214842)
[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", "20150716214842"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214843"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.0ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214846"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.0ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[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" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214849"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[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-11-06 15:10:42.659101"], ["updated_at", "2015-11-06 15:10:42.659101"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-06 15:10:42.661441"], ["updated_at", "2015-11-06 15:10:42.661441"]]
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-06 15:10:42.662688"], ["updated_at", "2015-11-06 15:10:42.662688"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (2.3ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_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", "20151029221443"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 10:10:48 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (4.3ms)
Completed 200 OK in 129ms (Views: 121.3ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:10:49 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:10:49 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:10:49 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:10:49 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:10:49 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:10:49 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:10:49 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:10:49 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:10:49 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:10:49 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:10:49 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:10:49 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=AE0vWXB7osl%2FolMIDnxDtAHZcgUzL5uVdfF%2B0qFhyENkg6U8SZ8Qtm%2F60nJ4HN4fxL%2BrWsBlyrWX%2BkcIQhRabQ%3D%3D" for ::1 at 2015-11-06 10:10:50 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"AE0vWXB7osl/olMIDnxDtAHZcgUzL5uVdfF+0qFhyENkg6U8SZ8Qtm/60nJ4HN4fxL+rWsBlyrWX+kcIQhRabQ=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (39.5ms)
Completed 200 OK in 61ms (Views: 56.6ms | ActiveRecord: 0.2ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-06 10:10:54 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"XRhjUQ4rZkknLz0HxXLgROKdYqQgioyDphtw2qGy2sk51uk0N8/UNjd3vH2zEn3vJ/u7+9PA3aNEEEkAQsdI5w==", "post_type"=>{"name"=>"news", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-06 15:10:54.223810"], ["updated_at", "2015-11-06 15:10:54.223810"]]
[1m[36m (1213.1ms)[0m [1mcommit transaction[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]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "news"]]
[1m[36mSQL (582.1ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "news"], ["post_type_id", 1], ["slug", "news"], ["created_at", "2015-11-06 15:10:55.633365"], ["updated_at", "2015-11-06 15:10:55.633365"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 15:10:56.235275"], ["updated_at", "2015-11-06 15:10:56.235275"]]
[1m[35m (0.9ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (21.2ms)
Completed 200 OK in 2073ms (Views: 46.3ms | ActiveRecord: 1798.6ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=AE0vWXB7osl%2FolMIDnxDtAHZcgUzL5uVdfF%2B0qFhyENkg6U8SZ8Qtm%2F60nJ4HN4fxL%2BrWsBlyrWX%2BkcIQhRabQ%3D%3D" for ::1 at 2015-11-06 10:10:57 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"AE0vWXB7osl/olMIDnxDtAHZcgUzL5uVdfF+0qFhyENkg6U8SZ8Qtm/60nJ4HN4fxL+rWsBlyrWX+kcIQhRabQ=="}
[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.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (37.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (57.4ms)
Completed 200 OK in 82ms (Views: 72.4ms | ActiveRecord: 0.8ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-06 10:10:59 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"CeXrAfUbLKvhupWXym5qaatWm7zHtO4Aa0spDHcHf4BtK2FkzP+e1PHiFO28DvfCbjBC4zT+vyCJQBDWlHLtrg==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "title"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-06 15:10:59.777326"], ["updated_at", "2015-11-06 15:10:59.777326"]]
[1m[35m (122.1ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 15:10:59.941646"], ["updated_at", "2015-11-06 15:10:59.941646"]]
[1m[35m (0.6ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (18.8ms)
Completed 200 OK in 207ms (Views: 36.1ms | ActiveRecord: 124.6ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:11:00 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (15.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (40.2ms)
Completed 200 OK in 100ms (Views: 96.9ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:11:02 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:11:03 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:11:03 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:11:03 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:11:03 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:11:03 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:11:03 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:11:03 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:11:03 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:11:03 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:11:03 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:11:03 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-06 10:11:11 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"yXVcHSM4E/UjQ2n+o3CzyhfOJPmXeQFQhxbH3e+DJvmtu9Z4GtyhijMb6ITVEC5h0qj9pmQzUHBlHf4HDPa01w==", "content_element"=>{"title"=>"title", "body"=>"some title"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "title"], ["body", "some title"], ["updated_at", "2015-11-06 15:11:11.670935"], ["id", 1]]
[1m[36m (584.8ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.1ms)
Completed 200 OK in 616ms (Views: 26.3ms | ActiveRecord: 585.7ms)
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."id" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."id", "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 10:11:47 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (10.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (12.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (14.8ms)
Completed 200 OK in 69ms (Views: 68.6ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:11:48 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:11:48 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:11:48 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:11:48 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:11:48 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:11:48 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:11:48 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:11:48 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:11:48 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:11:48 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:11:48 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:11:48 -0500
[1m[36m (0.1ms)[0m [1mSELECT "pulitzer_versions"."id", "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:11:55 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.9ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (43.7ms)
Completed 200 OK in 196ms (Views: 191.6ms | ActiveRecord: 1.1ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:11:55 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:11:55 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:11:55 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:11:55 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:11:55 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:11:55 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:11:55 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:11:55 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:11:55 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:11:55 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:11:55 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:11:55 -0500
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-06 10:14:13 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"MK0pkHh0HPhsqgn/qOMVpi81dA6TeNz9vLcvziVCBdtUY6P1QZCuh3zyiIXeg4gN6lOtUWAyjd1evBYUxjeX9Q==", "commit"=>"active", "id"=>"1"}
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.7ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 15:14:25.138559"], ["updated_at", "2015-11-06 15:14:25.138559"]]
[1m[36m (2119.5ms)[0m [1mcommit transaction[0m
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."id", "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-06 15:15:46.088243"], ["id", 1]]
[1m[35m (110.6ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 2], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 15:15:46.207485"], ["updated_at", "2015-11-06 15:15:46.207485"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 92620ms (ActiveRecord: 2234.4ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:15:46 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (58.9ms)
[1m[36m (132.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (3.0ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[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", "20150716214842"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.6ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[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, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214846"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[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", "20150716214847"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (1.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-06 15:15:58.338364"], ["updated_at", "2015-11-06 15:15:58.338364"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-06 15:15:58.341292"], ["updated_at", "2015-11-06 15:15:58.341292"]]
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-06 15:15:58.343143"], ["updated_at", "2015-11-06 15:15:58.343143"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (1.4ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/" for ::1 at 2015-11-06 10:16:08 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.2ms)
Completed 200 OK in 124ms (Views: 117.4ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:16:09 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:16:09 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:16:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:16:09 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:16:09 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:16:09 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:16:09 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:16:09 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:16:09 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:16:09 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:16:09 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:16:09 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=NT0eanxO10Mi1NGfc3sO2XFbVe%2BJV8%2FiV%2BzAtgOfARJR85QPRaplPDKMUOUFG5NytD2MsHodnsK15%2Fls4OqTPA%3D%3D" for ::1 at 2015-11-06 10:16:10 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"NT0eanxO10Mi1NGfc3sO2XFbVe+JV8/iV+zAtgOfARJR85QPRaplPDKMUOUFG5NytD2MsHodnsK15/ls4OqTPA=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (40.6ms)
Completed 200 OK in 61ms (Views: 57.2ms | ActiveRecord: 0.2ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-06 10:16:13 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"18qiL7bXoRV/ffcidHXuJZkItbxhixz28H+5bE6toqGzBChKjzMTam8ldlgCFXOOXG5s45LBTdYSdIC2rdgwjw==", "post_type"=>{"name"=>"news", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-06 15:16:13.916070"], ["updated_at", "2015-11-06 15:16:13.916070"]]
[1m[36m (1471.7ms)[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", 1]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "news"]]
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "news"], ["post_type_id", 1], ["slug", "news"], ["created_at", "2015-11-06 15:16:15.556698"], ["updated_at", "2015-11-06 15:16:15.556698"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 15:16:15.567668"], ["updated_at", "2015-11-06 15:16:15.567668"]]
[1m[35m (113.8ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (18.7ms)
Completed 200 OK in 1811ms (Views: 35.4ms | ActiveRecord: 1588.0ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=NT0eanxO10Mi1NGfc3sO2XFbVe%2BJV8%2FiV%2BzAtgOfARJR85QPRaplPDKMUOUFG5NytD2MsHodnsK15%2Fls4OqTPA%3D%3D" for ::1 at 2015-11-06 10:16:19 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"NT0eanxO10Mi1NGfc3sO2XFbVe+JV8/iV+zAtgOfARJR85QPRaplPDKMUOUFG5NytD2MsHodnsK15/ls4OqTPA=="}
[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.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (12.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (32.0ms)
Completed 200 OK in 56ms (Views: 47.1ms | ActiveRecord: 0.9ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-06 10:16:21 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2X0JQsHrtupgTEbkK8i39V+ZEjydYOqddTKzfISY8UTq35AMuMcpLnZsGHmz790EBi9FwE/0oqX3/MXEWfx6w==", "post_type_content_element_type"=>{"label"=>"va", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "va"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-06 15:16:21.338613"], ["updated_at", "2015-11-06 15:16:21.338613"]]
[1m[35m (364.7ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "va"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 15:16:21.759658"], ["updated_at", "2015-11-06 15:16:21.759658"]]
[1m[35m (0.9ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.7ms)
Completed 200 OK in 467ms (Views: 39.9ms | ActiveRecord: 367.6ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:16:40 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (15.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (38.6ms)
Completed 200 OK in 96ms (Views: 92.0ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:16:40 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:16:40 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:16:40 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:16:40 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:16:40 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:16:40 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:16:40 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:16:40 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:16:40 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:16:40 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:16:40 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:16:41 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-06 10:16:51 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"KwLzeR5QGf1RL66d7lriWub+idvJiy2ts3vrqnFKCdhPzHkcJ7SrgkF3L+eYOn/xI5hQhDrBfI1RcNJwkj+b9g==", "content_element"=>{"title"=>"title", "body"=>"some title"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "title"], ["body", "some title"], ["updated_at", "2015-11-06 15:16:51.153220"], ["id", 1]]
[1m[36m (1217.2ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.4ms)
Completed 200 OK in 1247ms (Views: 24.5ms | ActiveRecord: 1218.1ms)
Started GET "/pulitzer/posts/news/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=yEAID67exrzX3fcs2aJ8SV119ixg6scuHn9HV5b5AUasjoJqlzp0w8eFdlavwuHimBMvc5Oglg78dH6NdYyTaA%3D%3D" for ::1 at 2015-11-06 10:16:53 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"yEAID67exrzX3fcs2aJ8SV119ixg6scuHn9HV5b5AUasjoJqlzp0w8eFdlavwuHimBMvc5Oglg78dH6NdYyTaA==", "post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags"[0m
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (10.0ms)
Completed 200 OK in 36ms (Views: 27.8ms | ActiveRecord: 0.7ms)
Started POST "/pulitzer/posts/news/post_tags" for ::1 at 2015-11-06 10:16:56 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"8aMgO7WW7WBGYC0oZUe0grCeJCH5Oqsh2zCanT+CXtWVbapejHJfH1Y4rFITJykpdfj9fgpw+gE5O6NH3PfM+w==", "post_tag"=>{"label_id"=>"veamos", "version_id"=>"1", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1 [["name", "veamos"]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "veamos"], ["created_at", "2015-11-06 15:16:56.590294"], ["updated_at", "2015-11-06 15:16:56.590294"]]
[1m[36m (641.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label_id", 1], ["version_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-06 15:16:57.236804"], ["updated_at", "2015-11-06 15:16:57.236804"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.3ms)
Completed 200 OK in 678ms (Views: 23.3ms | ActiveRecord: 643.9ms)
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-06 10:17:02 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"8Ms1uUCMs2czwqssjHaYta2vMVTipr74wkI2AT2tPcqUBb/ceWgBGCOaKlb6FgUeaMnoCxHs79ggSQ/b3tiv5A==", "commit"=>"abandoned", "id"=>"1"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["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::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 15:17:02.142814"], ["updated_at", "2015-11-06 15:17:02.142814"]]
[1m[35m (164.0ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-06 15:17:02.309563"], ["id", 1]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 2], ["label", "va"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 15:17:02.320073"], ["updated_at", "2015-11-06 15:17:02.320073"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 185ms (ActiveRecord: 167.4ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:17:02 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (33.8ms)
Completed 200 OK in 92ms (Views: 89.5ms | ActiveRecord: 0.8ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:17:02 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:17:02 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:17:02 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:17:02 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:17:02 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:17:02 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:17:02 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:17:02 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:17:02 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:17:02 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:17:02 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:17:02 -0500
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."id", "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-06 10:18:26 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"TO0UWftTg+frtNLM13NJ9y4NLpVF5SnvKmDH17CF25ooI548wrcxmPvsU7ahE9Rc62v3yraveM/Ia/4NU/BJtA==", "content_element"=>{"title"=>"va", "body"=>"va"}, "commit"=>"Update", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "va"], ["body", "va"], ["updated_at", "2015-11-06 15:18:26.024099"], ["id", 2]]
[1m[35m (443.6ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Completed 200 OK in 472ms (Views: 23.6ms | ActiveRecord: 444.2ms)
Started PATCH "/pulitzer/versions/2" for ::1 at 2015-11-06 10:18:28 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"x+yZhRYaa1tFXjlFzh1PXHXuNOPf2JOx+QULXa/PfUCjIhPgL/7ZJFUGuD+4fdL3sIjtvCySwpEbDjKHTLrvbg==", "commit"=>"active", "id"=>"2"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 15:18:28.841235"], ["updated_at", "2015-11-06 15:18:28.841235"]]
[1m[36m (1606.2ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-06 15:18:30.449996"], ["id", 2]]
[1m[35m (1.1ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2015-11-06 15:18:36.162983"], ["id", 2]]
[1m[36m (103.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 2]]
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 7437ms (ActiveRecord: 1712.3ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:18:36 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (22.2ms)
Completed 200 OK in 86ms (Views: 83.1ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:18:36 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:18:36 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:18:36 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:18:36 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:18:36 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:18:36 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:18:36 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:18:36 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:18:36 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:18:36 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:18:36 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:18:36 -0500
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."id", "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 10:19:37 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (10.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (12.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (15.6ms)
Completed 200 OK in 64ms (Views: 63.5ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:19:38 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:19:38 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:19:38 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:19:38 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:19:38 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:19:38 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:19:38 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:19:38 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:19:38 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:19:38 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:19:38 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:19:38 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 10:22:55 -0500
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (49.8ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 10:23:14 -0500
[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::Post Load (0.4ms)[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (64.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (67.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (77.2ms)
Completed 200 OK in 206ms (Views: 196.8ms | ActiveRecord: 1.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:23:14 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:23:14 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:23:14 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:23:14 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:23:14 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:23:14 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:23:14 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:23:14 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:23:14 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:23:14 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:23:14 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:23:14 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:23:16 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (44.3ms)
Completed 200 OK in 165ms (Views: 122.8ms | ActiveRecord: 1.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:23:16 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:23:16 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:23:16 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:23:16 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:23:16 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:23:16 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:23:16 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:23:18 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:23:18 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:23:18 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:23:18 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:23:18 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 10:23:28 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (12.0ms)
Completed 200 OK in 69ms (Views: 68.1ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:23:29 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:23:29 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:23:29 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:23:29 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:23:29 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:23:29 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:23:29 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:23:29 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:23:29 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:23:29 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:23:29 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:23:29 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:23:33 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (22.6ms)
Completed 200 OK in 81ms (Views: 77.7ms | ActiveRecord: 0.6ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:23:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:23:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:23:33 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:23:33 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:23:33 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:23:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:23:33 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:23:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:23:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:23:33 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:23:33 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:23:33 -0500
Started GET "/pulitzer/posts/news/content_elements/2/edit?authenticity_token=CfkZiwMb7Qu0S8PYMaaVRmygjY8Nb3byBHQU6SHKr3JtN5PuOv9fdKQTQqJHxgjtqcZU0P4lJ9Lmfy0zwr89XA%3D%3D" for ::1 at 2015-11-06 10:23:43 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"CfkZiwMb7Qu0S8PYMaaVRmygjY8Nb3byBHQU6SHKr3JtN5PuOv9fdKQTQqJHxgjtqcZU0P4lJ9Lmfy0zwr89XA==", "post_id"=>"news", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (22.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (76.0ms)
Completed 200 OK in 95ms (Views: 93.3ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-06 10:23:48 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"D/5C7F2cPgRi7L3dqjV/SORh6+az++ZykFwr8/MwpeFrMMiJZHiMe3K0PKfcVeLjIQcyuUCxt1JyVxIpEEU3zw==", "content_element"=>{"title"=>"va", "body"=>"not published"}, "commit"=>"Update", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "not published"], ["updated_at", "2015-11-06 15:23:48.266090"], ["id", 2]]
[1m[35m (174.6ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.5ms)
Completed 200 OK in 203ms (Views: 23.3ms | ActiveRecord: 175.4ms)
Started PATCH "/pulitzer/versions/3" for ::1 at 2015-11-06 10:23:50 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"lqIwSkmdzn2QbiExj3aDZGfYP6+cBgE4MTqQJyrmV2zybLovcHl8AoA2oEv5Fh7Por7m8G9MUBjTMan9yZPFQg==", "commit"=>"abandoned", "id"=>"3"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-11-06 15:23:50.212833"], ["id", 2]]
[1m[35m (1156.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 15:23:51.372312"], ["updated_at", "2015-11-06 15:23:51.372312"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-06 15:23:51.375076"], ["id", 3]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "va"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 15:23:51.386058"], ["updated_at", "2015-11-06 15:23:51.386058"]]
[1m[35m (0.5ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 1180ms (ActiveRecord: 1160.5ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:23:51 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 4]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (31.5ms)
Completed 200 OK in 98ms (Views: 95.3ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:23:51 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:23:51 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:23:51 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:23:51 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:23:51 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:23:51 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:23:51 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:23:51 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:23:51 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:23:51 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:23:51 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:23:51 -0500
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."id", "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-11-06 10:24:39 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"crJ9lB3mfz3cZoRWi5OwDzJ81MeDsc5Pyv9OIMCWQzcWfPfxJALNQsw+BSz98y2k9xoNmHD7n28o9Hf6I+PRGQ==", "content_element"=>{"title"=>"title", "body"=>"published"}, "commit"=>"Update", "id"=>"3"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "title"], ["body", "published"], ["updated_at", "2015-11-06 15:24:39.702690"], ["id", 3]]
[1m[36m (1.3ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 4]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
Completed 200 OK in 32ms (Views: 23.7ms | ActiveRecord: 2.2ms)
Started PATCH "/pulitzer/versions/4" for ::1 at 2015-11-06 10:24:42 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"T2o5QvAIYtRdlUUeXtUhGyBBnBhnYN8FFQuOH9wt2EIrpLMnyezQq03NxGQotbyw5SdFR5QqjiX3ALfFP1hKbA==", "commit"=>"active", "id"=>"4"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 4]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 15:24:42.310235"], ["updated_at", "2015-11-06 15:24:42.310235"]]
[1m[35m (43.8ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-06 15:24:42.356321"], ["id", 4]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 5], ["updated_at", "2015-11-06 15:24:46.729460"], ["id", 3]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 4]]
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 4427ms (ActiveRecord: 46.8ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:24:46 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (26.5ms)
Completed 200 OK in 90ms (Views: 86.2ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:24:46 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:24:46 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:24:46 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:24:46 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:24:46 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:24:47 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:24:47 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:24:47 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:24:47 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:24:47 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:24:47 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:24:47 -0500
Started GET "/pulitzer/posts/news/content_elements/3/edit?authenticity_token=Yoht1t4S75qguobj4cM5ST0MvZMIN%2B6Se6CkG%2F2YcY8GRuez5%2FZd5bDiB5mXo6Ti%2BGpkzPt9v7KZq53BHu3joQ%3D%3D" for ::1 at 2015-11-06 10:25:03 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"Yoht1t4S75qguobj4cM5ST0MvZMIN+6Se6CkG/2YcY8GRuez5/Zd5bDiB5mXo6Ti+GpkzPt9v7KZq53BHu3joQ==", "post_id"=>"news", "id"=>"3"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (57.3ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:25:05 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (54.6ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:25:11 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (8.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (59.8ms)
Completed 200 OK in 904ms (Views: 833.3ms | ActiveRecord: 2.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:25:12 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:25:12 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:25:12 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:25:12 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:25:12 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:25:12 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:25:12 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:25:12 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:25:12 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:25:13 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:25:13 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:25:13 -0500
Started GET "/pulitzer/posts/news/content_elements/3/edit?authenticity_token=TcxkqL8p%2BJvgZKPrAgx0wjU5k9GhCaZUyY1h1p4sfvIpAu7Nhs1K5PA8IpF0bOlp8F9KjlJD93QrhlgMfVns3A%3D%3D" for ::1 at 2015-11-06 10:25:15 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"TcxkqL8p+JvgZKPrAgx0wjU5k9GhCaZUyY1h1p4sfvIpAu7Nhs1K5PA8IpF0bOlp8F9KjlJD93QrhlgMfVns3A==", "post_id"=>"news", "id"=>"3"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 3]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (25.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (73.4ms)
Completed 200 OK in 89ms (Views: 87.6ms | ActiveRecord: 0.6ms)
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-11-06 10:25:17 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"JsZmUic/Dj3SSkE2sbW5/ivOax0ijAErMhQFZMnqSchCCOw3Htu8QsISwEzH1SRV7qiyQtHGUAvQHzy+Kp/b5g==", "content_element"=>{"title"=>"title", "body"=>"published 2"}, "commit"=>"Update", "id"=>"3"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "published 2"], ["updated_at", "2015-11-06 15:25:17.849698"], ["id", 3]]
[1m[35m (1085.5ms)[0m commit 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[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 5]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.7ms)
Completed 200 OK in 1114ms (Views: 21.9ms | ActiveRecord: 1086.5ms)
Started PATCH "/pulitzer/versions/5" for ::1 at 2015-11-06 10:25:21 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"DKgVu3m249R0dLiBynxn4/qvFhS1w7MptlSzKGIZMI5oZp/eQFJRq2QsOfu8HPpIP8nPS0aJ4glUX4rygWyioA==", "commit"=>"active", "id"=>"5"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 5]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-11-06 15:25:21.523945"], ["id", 4]]
[1m[35m (204.2ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 15:25:21.731066"], ["updated_at", "2015-11-06 15:25:21.731066"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-06 15:25:21.733957"], ["id", 5]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 5]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", "2015-11-06 15:25:21.742014"], ["id", 3]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 5]]
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 228ms (ActiveRecord: 208.3ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:25:21 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.5ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 6], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 6], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 6]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (30.7ms)
Completed 200 OK in 121ms (Views: 116.2ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:25:22 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:25:22 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:25:22 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:25:22 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:25:22 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:25:22 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:25:22 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:25:22 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:25:22 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:25:22 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:25:22 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:25:22 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 10:25:26 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (16.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (20.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (25.6ms)
Completed 200 OK in 104ms (Views: 103.0ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:25:27 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:25:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:25:27 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:25:27 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:25:27 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:25:27 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:25:27 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:25:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:25:27 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:25:27 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:25:27 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:25:27 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:25:28 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 6], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 6], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 6]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (20.8ms)
Completed 200 OK in 85ms (Views: 81.8ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:25:29 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:25:29 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:25:29 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:25:29 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:25:29 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:25:29 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:25:29 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:25:29 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:25:29 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:25:29 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:25:29 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:25:29 -0500
Started GET "/pulitzer/posts/news/content_elements/3/edit?authenticity_token=ruKx9FU8Xs8tVZvgpyw4IROMUejLGejDTuJeYaRMUPnKLDuRbNjssD0NGprRTKWK1uqItzhTueOs6We7RznC1w%3D%3D" for ::1 at 2015-11-06 10:25:48 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"ruKx9FU8Xs8tVZvgpyw4IROMUejLGejDTuJeYaRMUPnKLDuRbNjssD0NGprRTKWK1uqItzhTueOs6We7RznC1w==", "post_id"=>"news", "id"=>"3"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 3]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (18.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (52.4ms)
Completed 200 OK in 68ms (Views: 66.7ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-11-06 10:25:53 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"G9y1EOpAfi6KxzXNfEkw5pJW9+H3xABcye+DhIB63yR/Ej9106TMUZqftLcKKa1NVzAuvgSOUXwr5LpeYw9NCg==", "content_element"=>{"title"=>"title", "body"=>"some changes to abandon"}, "commit"=>"Update", "id"=>"3"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "some changes to abandon"], ["updated_at", "2015-11-06 15:25:53.355026"], ["id", 3]]
[1m[36m (301.9ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Completed 200 OK in 332ms (Views: 25.6ms | ActiveRecord: 302.5ms)
Started PATCH "/pulitzer/versions/6" for ::1 at 2015-11-06 10:25:55 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"fxp68rAFXO7QFOJIHZj7PWxU6EetW624qYj00S+K4Tkb1PCXieHukcBMYzJr+GaWqTIxGF4R/JhLg80LzP9zFw==", "commit"=>"abandoned", "id"=>"6"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", "2015-11-06 15:25:55.233546"], ["id", 5]]
[1m[36m (204.4ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 15:25:55.440971"], ["updated_at", "2015-11-06 15:25:55.440971"]]
[1m[35m (1.1ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-06 15:25:55.445568"], ["id", 6]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 7], ["label", "va"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 15:25:55.458698"], ["updated_at", "2015-11-06 15:25:55.458698"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 233ms (ActiveRecord: 210.0ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:25:55 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 7], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 7], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 7]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (38.9ms)
Completed 200 OK in 102ms (Views: 98.0ms | ActiveRecord: 1.0ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:25:55 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:25:55 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:25:55 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:25:55 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:25:55 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:25:55 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:25:55 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:25:55 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:25:55 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:25:55 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:25:55 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:25:55 -0500
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."id", "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started PATCH "/pulitzer/content_elements/4" for ::1 at 2015-11-06 10:29:50 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"AZUUmsmfQigjvLsr3P/CUi86xUfKhkAmf/KNz6AQxNllW57/8HvwVzPkOlGqn1/56lwcGDnMEQad+bQVQ2VW9w==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"4"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 4]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "asdf"], ["body", "asdf"], ["updated_at", "2015-11-06 15:29:50.826718"], ["id", 4]]
[1m[35m (83.2ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 7]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Completed 200 OK in 113ms (Views: 22.1ms | ActiveRecord: 83.8ms)
Started PATCH "/pulitzer/versions/7" for ::1 at 2015-11-06 10:29:51 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"pI/a3xLKVBoeZ0rxZN3bK+hY2jV3eAJEcQ2v7qO07ETAQVC6Ky7mZQ4/y4sSvUaALT4DaoQyU2STBpY0QMF+ag==", "commit"=>"active", "id"=>"7"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 7]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 15:29:51.815388"], ["updated_at", "2015-11-06 15:29:51.815388"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-06 15:29:51.817734"], ["id", 7]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 7]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 8], ["updated_at", "2015-11-06 15:29:51.823282"], ["id", 4]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 7]]
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 16ms (ActiveRecord: 3.3ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:29:51 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 8], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 8], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 8]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (20.5ms)
Completed 200 OK in 93ms (Views: 89.8ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:29:52 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:29:52 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:29:52 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:29:52 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:29:52 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:29:52 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:29:52 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:29:52 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:29:52 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:29:52 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:29:52 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:29:52 -0500
[1m[35m (0.1ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.1ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35m (0.1ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (318.6ms)[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 (20150716214842)
[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", "20150716214842"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.0ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (1.6ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[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", "20150716214844"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[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, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[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", "20150716214846"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[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", "20150716214847"]]
[1m[35m (0.5ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[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" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-06 15:35:29.386098"], ["updated_at", "2015-11-06 15:35:29.386098"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-06 15:35:29.387837"], ["updated_at", "2015-11-06 15:35:29.387837"]]
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-06 15:35:29.388773"], ["updated_at", "2015-11-06 15:35:29.388773"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.4ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.6ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.3ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 10:36:19 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 138ms (Views: 130.9ms | ActiveRecord: 0.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:36:21 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:36:21 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:36:21 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:36:21 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:36:21 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:36:21 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:36:21 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:36:21 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:36:21 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:36:21 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:36:21 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:36:21 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=SwX1DRRwfbvoz%2B3UhtFjIVSvlE0NotanLbTut9cus0svy39oLZTPxPiXbK7wsf6KkclNEv7oh4fPv9dtNFshZQ%3D%3D" for ::1 at 2015-11-06 10:36:30 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"SwX1DRRwfbvoz+3UhtFjIVSvlE0NotanLbTut9cus0svy39oLZTPxPiXbK7wsf6KkclNEv7oh4fPv9dtNFshZQ=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (43.7ms)
Completed 200 OK in 66ms (Views: 61.9ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-06 10:36:33 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZvgGiKeqhffREYgH0n48eKnEwvN4GBYznAj6qtLgCPoCNoztnk43iMFJCX2kHqHTbKIbrItSRxN+A8NwMZWa1A==", "post_type"=>{"name"=>"news", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-06 15:36:33.802313"], ["updated_at", "2015-11-06 15:36:33.802313"]]
[1m[36m (2565.3ms)[0m [1mcommit transaction[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]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "news"]]
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "news"], ["post_type_id", 1], ["slug", "news"], ["created_at", "2015-11-06 15:36:36.535072"], ["updated_at", "2015-11-06 15:36:36.535072"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 15:36:36.548014"], ["updated_at", "2015-11-06 15:36:36.548014"]]
[1m[35m (1015.0ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (21.1ms)
Completed 200 OK in 3809ms (Views: 38.3ms | ActiveRecord: 3583.2ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=SwX1DRRwfbvoz%2B3UhtFjIVSvlE0NotanLbTut9cus0svy39oLZTPxPiXbK7wsf6KkclNEv7oh4fPv9dtNFshZQ%3D%3D" for ::1 at 2015-11-06 10:36:42 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"SwX1DRRwfbvoz+3UhtFjIVSvlE0NotanLbTut9cus0svy39oLZTPxPiXbK7wsf6KkclNEv7oh4fPv9dtNFshZQ=="}
[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.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (12.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (32.5ms)
Completed 200 OK in 60ms (Views: 50.9ms | ActiveRecord: 0.8ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-06 10:36:44 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"fnpcj+VgTxA/46Ly/jM372e3SFmhernuMTSol/J1Fq4atNbq3IT9by+7I4iIU6pEotGRBlIw6M7TP5FNEQCEgA==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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.5ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "title"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-06 15:36:44.014603"], ["updated_at", "2015-11-06 15:36:44.014603"]]
[1m[35m (357.3ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 15:36:44.417328"], ["updated_at", "2015-11-06 15:36:44.417328"]]
[1m[35m (0.7ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.9ms)
Completed 200 OK in 458ms (Views: 47.3ms | ActiveRecord: 360.1ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:36:48 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (16.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (40.6ms)
Completed 200 OK in 101ms (Views: 97.6ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:36:49 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:36:49 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:36:49 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:36:49 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:36:49 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:36:49 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:36:49 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:36:49 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:36:49 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:36:49 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:36:49 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:36:49 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-06 10:36:54 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"uRx/3IQ01y7m7UqP8+zyyr8E/xjE/QvqqdShLYoyiujd0vW5vdBlUfa1y/WFjG9hemImRze3WspL35j3aUcYxg==", "content_element"=>{"title"=>"va", "body"=>"va"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "va"], ["body", "va"], ["updated_at", "2015-11-06 15:36:54.031586"], ["id", 1]]
[1m[36m (392.1ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Completed 200 OK in 426ms (Views: 28.8ms | ActiveRecord: 393.0ms)
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-06 10:37:21 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b0cryyV9i1HsGVnyXIWv/BgSSbrgDRWP24y+YK6DFbILiaGuHJk5LvxB2Igq5TJX3XSQ5RNHRK85h4e6TfaHnA==", "commit"=>"abandoned", "id"=>"1"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-06 15:37:21.373353"], ["id", 1]]
[1m[36m (224.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 15:37:21.602275"], ["updated_at", "2015-11-06 15:37:21.602275"]]
[1m[35m (2.5ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 2], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 15:37:21.614164"], ["updated_at", "2015-11-06 15:37:21.614164"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 247ms (ActiveRecord: 229.1ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:37:21 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (30.8ms)
Completed 200 OK in 99ms (Views: 95.1ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:37:21 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:37:21 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:37:21 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:37:21 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:37:21 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:37:21 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:37:21 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:37:21 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:37:21 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:37:21 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:37:21 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:37:21 -0500
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-06 10:37:37 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"y4UkIMYLaWiC518/Wm3/u7HXHcdGjOc4+CroqL3a/iavS65F/+/bF5K/3kUsDWIQdLHEmLXGthgaIdFyXq9sCA==", "content_element"=>{"title"=>"asf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "asf"], ["body", "asdf"], ["updated_at", "2015-11-06 15:37:37.398985"], ["id", 2]]
[1m[35m (293.3ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Completed 200 OK in 320ms (Views: 22.0ms | ActiveRecord: 294.0ms)
Started PATCH "/pulitzer/versions/2" for ::1 at 2015-11-06 10:37:39 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"x3LRgqtgQ8H08tRXUZ3zZRtIhc9rrLN2fHMBJVfaQgyjvFvnkoTxvuSqVS0n/W7O3i5ckJjm4laeeDj/tK/QIg==", "commit"=>"active", "id"=>"2"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-06 15:37:39.238435"], ["id", 2]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-11-06 15:37:39.244143"], ["id", 2]]
[1m[35m (0.5ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 15:37:39.247685"], ["updated_at", "2015-11-06 15:37:39.247685"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2015-11-06 15:37:39.255560"], ["id", 2]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 2]]
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 24ms (ActiveRecord: 4.4ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:37:39 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (22.1ms)
Completed 200 OK in 94ms (Views: 90.9ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:37:39 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:37:39 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:37:39 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:37:39 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:37:39 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:37:39 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:37:39 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:37:39 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:37:39 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:37:39 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:37:39 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:37:39 -0500
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:37:51 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (19.0ms)
Completed 200 OK in 77ms (Views: 74.2ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:37:51 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:37:51 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:37:51 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:37:51 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:37:51 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:37:51 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:37:51 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:37:51 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:37:51 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:37:51 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:37:51 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:37:51 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:41:24 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (19.1ms)
Completed 200 OK in 74ms (Views: 71.1ms | ActiveRecord: 0.6ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:41:24 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:41:24 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:41:24 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:41:24 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:41:24 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:41:24 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:41:24 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:41:24 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:41:24 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:41:24 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:41:24 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:41:24 -0500
[1m[36m (13.5ms)[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 (20150716214842)
[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", "20150716214842"]]
[1m[35m (1.5ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214846"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.0ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[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-11-06 15:48:39.093611"], ["updated_at", "2015-11-06 15:48:39.093611"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-06 15:48:39.095723"], ["updated_at", "2015-11-06 15:48:39.095723"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-06 15:48:39.096786"], ["updated_at", "2015-11-06 15:48:39.096786"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.5ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 10:48:44 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 10:48:50 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.5ms)
Completed 200 OK in 132ms (Views: 124.7ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:48:53 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:48:53 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:48:53 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:48:53 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:48:53 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:48:53 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:48:53 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:48:53 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:48:53 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:48:53 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:48:53 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:48:53 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=6HWt4deMizngwTD56H15MNLaqYl4BGAB5AgaC8W77hSMuyeE7mg5RvCZsYOeHeSbF7xw1otOMSEGAyPRJs58Og%3D%3D" for ::1 at 2015-11-06 10:50:37 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"6HWt4deMizngwTD56H15MNLaqYl4BGAB5AgaC8W77hSMuyeE7mg5RvCZsYOeHeSbF7xw1otOMSEGAyPRJs58Og=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (40.3ms)
Completed 200 OK in 62ms (Views: 57.7ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-06 10:50:40 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"7LRfGnTSms2Or380fVy8UflEd5B85nBx5pQW56v9Ll2IetV/TTYosp73/k4LPCH6PCKuz4+sIVEEny89SIi8cw==", "post_type"=>{"name"=>"news", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "news"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-06 15:50:40.745790"], ["updated_at", "2015-11-06 15:50:40.745790"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[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]]
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "news"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "news"], ["post_type_id", 1], ["slug", "news"], ["created_at", "2015-11-06 15:50:40.916811"], ["updated_at", "2015-11-06 15:50:40.916811"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 15:50:40.928589"], ["updated_at", "2015-11-06 15:50:40.928589"]]
[1m[35m (1748.2ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (20.8ms)
Completed 200 OK in 1981ms (Views: 38.6ms | ActiveRecord: 1751.6ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=6HWt4deMizngwTD56H15MNLaqYl4BGAB5AgaC8W77hSMuyeE7mg5RvCZsYOeHeSbF7xw1otOMSEGAyPRJs58Og%3D%3D" for ::1 at 2015-11-06 10:50:48 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"6HWt4deMizngwTD56H15MNLaqYl4BGAB5AgaC8W77hSMuyeE7mg5RvCZsYOeHeSbF7xw1otOMSEGAyPRJs58Og=="}
[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::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (10.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (29.1ms)
Completed 200 OK in 55ms (Views: 46.3ms | ActiveRecord: 0.8ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-06 10:50:51 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/MzW0tAZh3x3eKqCOvdgkkZYda0dVnRfpkq5N0M6D0qYAly36f01A2cgK/hMl/05gz6s8u4cJX9EQYDtoE+dZA==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "title"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-06 15:50:51.795383"], ["updated_at", "2015-11-06 15:50:51.795383"]]
[1m[35m (669.2ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 15:50:52.502564"], ["updated_at", "2015-11-06 15:50:52.502564"]]
[1m[35m (0.6ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.4ms)
Completed 200 OK in 750ms (Views: 37.3ms | ActiveRecord: 671.3ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=6HWt4deMizngwTD56H15MNLaqYl4BGAB5AgaC8W77hSMuyeE7mg5RvCZsYOeHeSbF7xw1otOMSEGAyPRJs58Og%3D%3D" for ::1 at 2015-11-06 10:50:54 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"6HWt4deMizngwTD56H15MNLaqYl4BGAB5AgaC8W77hSMuyeE7mg5RvCZsYOeHeSbF7xw1otOMSEGAyPRJs58Og=="}
[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::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (21.9ms)
Completed 200 OK in 40ms (Views: 38.2ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-06 10:50:59 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"l4NQzPBfjgbKGnApiG/siTgW32rNRdWnB5WOhitJS2PzTdqpybs8edpC8VP+D3Ei/XAGNT4PhIflnrdcyDzZTQ==", "post_type_content_element_type"=>{"label"=>"image", "content_element_type_id"=>"2", "post_type_id"=>"1", "height"=>"100", "width"=>"100"}, "commit"=>"Content element"}
[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[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", "image"], ["content_element_type_id", 2], ["post_type_id", 1], ["created_at", "2015-11-06 15:50:59.321308"], ["updated_at", "2015-11-06 15:50:59.321308"]]
[1m[35m (558.3ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "image"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 2], ["created_at", "2015-11-06 15:50:59.887510"], ["updated_at", "2015-11-06 15:50:59.887510"]]
[1m[35m (1.0ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.0ms)
Completed 200 OK in 607ms (Views: 35.1ms | ActiveRecord: 560.6ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:51:01 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.7ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (48.5ms)
Completed 200 OK in 101ms (Views: 96.5ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:51:02 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:51:02 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:51:02 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:51:02 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:51:02 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:51:02 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:51:02 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:51:02 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:51:02 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:51:02 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:51:02 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:51:02 -0500
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-06 10:51:12 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"DSHCP5wiVKYboZtQMZEwtekRvrYB9NEWuMFpt4Mx7QJp70hapcbm2Qv5GipH8a0eLHdn6fK+gDZaylBtYER/LA==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="pic07.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"pic07.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.1ms)[0m begin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "image" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", ""], ["image", "pic07.jpeg"], ["updated_at", "2015-11-06 15:51:12.079304"], ["id", 2]]
[1m[35m (0.6ms)[0m commit 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", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.0ms)
Completed 200 OK in 93ms (Views: 22.3ms | ActiveRecord: 1.7ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-06 10:51:13 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"nBoz+xoCf/B29rHK8xP3KD7kQaUJIT7kS/099NCHEGf41LmeI+bNj2auMLCFc2qD+4KY+vprb8Sp9gQuM/KCSQ==", "content_element"=>{"title"=>"", "body"=>"title"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", ""], ["body", "title"], ["updated_at", "2015-11-06 15:51:13.431474"], ["id", 1]]
[1m[36m (1557.9ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Completed 200 OK in 1587ms (Views: 24.0ms | ActiveRecord: 1558.8ms)
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-06 10:51:35 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"30iuArEW9rzhnJHmj56YdgtT6rZBelCJwQOMA86x+dq7hiRniPJEw/HEEJz5/gXdzjUz6bIwAakjCLXZLcRr9A==", "commit"=>"active", "id"=>"1"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["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::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 15:51:36.316602"], ["updated_at", "2015-11-06 15:51:36.316602"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-06 15:51:36.320856"], ["id", 1]]
[1m[35m (0.7ms)[0m commit transaction
Completed 500 Internal Server Error in 377ms (ActiveRecord: 3.1ms)
NoMethodError (undefined method `content_elements' for nil:NilClass):
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/clone_version.rb:10:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:10:in `update'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (9.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (76.1ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:52:45 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (10.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (11.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (49.7ms)
Completed 200 OK in 234ms (Views: 162.6ms | ActiveRecord: 2.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:52:46 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:52:46 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:52:46 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:52:46 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:52:46 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:52:46 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:52:46 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:52:46 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:52:46 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:52:46 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:52:46 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:52:46 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 10:52:48 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (10.7ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (35.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (38.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (41.9ms)
Completed 200 OK in 119ms (Views: 116.9ms | ActiveRecord: 1.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:52:48 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:52:48 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:52:48 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:52:48 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:52:48 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:52:48 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:52:48 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:52:48 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:52:48 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:52:48 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:52:48 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:52:48 -0500
Started DELETE "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-11-06 10:52:53 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#destroy as */*
Parameters: {"authenticity_token"=>"JLpZ3BSZ51Ez7cUNbQilZw60chcMzzkA3bc08KGeqkdAdNO5LX1VLiO1RHcbaDjMy9KrSP+FaCA/vA0qQus4aQ==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m DELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? [["id", 1]]
[1m[36m (1908.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["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]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["label", "title"]]
Rendered text template (0.0ms)
Completed 200 OK in 1926ms (Views: 2.3ms | ActiveRecord: 1910.3ms)
Started DELETE "/pulitzer/post_type_content_element_types/2" for ::1 at 2015-11-06 10:52:55 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#destroy as */*
Parameters: {"authenticity_token"=>"JLpZ3BSZ51Ez7cUNbQilZw60chcMzzkA3bc08KGeqkdAdNO5LX1VLiO1RHcbaDjMy9KrSP+FaCA/vA0qQus4aQ==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m DELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? [["id", 2]]
[1m[36m (0.8ms)[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::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["label", "image"]]
Rendered text template (0.0ms)
Completed 200 OK in 11ms (Views: 0.6ms | ActiveRecord: 1.8ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=JLpZ3BSZ51Ez7cUNbQilZw60chcMzzkA3bc08KGeqkdAdNO5LX1VLiO1RHcbaDjMy9KrSP%2BFaCA%2FvA0qQus4aQ%3D%3D" for ::1 at 2015-11-06 10:52:57 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"JLpZ3BSZ51Ez7cUNbQilZw60chcMzzkA3bc08KGeqkdAdNO5LX1VLiO1RHcbaDjMy9KrSP+FaCA/vA0qQus4aQ=="}
[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
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (20.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (39.8ms)
Completed 200 OK in 57ms (Views: 54.6ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-06 10:52:59 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"L1DvuKi9qBqbHSkNbdPwM2ksPCgE7+pNkO0EHCCbNwJLnmXdkVkaZYtFqHcbs22YrErld/elu21y5j3Gw+6lLA==", "post_type_content_element_type"=>{"label"=>"asdf", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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.3ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "asdf"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-06 15:52:59.122312"], ["updated_at", "2015-11-06 15:52:59.122312"]]
[1m[36m (1368.1ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 2], ["label", "asdf"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 3], ["created_at", "2015-11-06 15:53:00.508899"], ["updated_at", "2015-11-06 15:53:00.508899"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.8ms)
Completed 200 OK in 1435ms (Views: 42.8ms | ActiveRecord: 1370.0ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:53:02 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (15.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (34.6ms)
Completed 200 OK in 111ms (Views: 108.1ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:53:02 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:53:02 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:53:02 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:53:02 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:53:02 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:53:02 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:53:02 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:53:02 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:53:02 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:53:02 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:53:02 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:53:02 -0500
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-11-06 10:53:05 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"lLEAjj2QsXI++jxM2Dn4/TeuJ7d0h5AteVmMHydJY3bwf4rrBHQDDS6ivTauWWVW8sj+6IfNwQ2bUrXFxDzxWA==", "content_element"=>{"title"=>"", "body"=>"asdf"}, "commit"=>"Update", "id"=>"3"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", ""], ["body", "asdf"], ["updated_at", "2015-11-06 15:53:05.326117"], ["id", 3]]
[1m[35m (695.3ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Completed 200 OK in 724ms (Views: 23.0ms | ActiveRecord: 696.2ms)
Started PATCH "/pulitzer/versions/2" for ::1 at 2015-11-06 10:53:07 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"3HyiBuEd9f6dssHi8c0MGxMKgm68wRnwYYRH6jgdvFS4sihj2PlHgY3qQJiHrZGw1mxbMU+LSNCDj34w22gueg==", "commit"=>"active", "id"=>"2"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", "2015-11-06 15:53:07.716265"], ["id", 1]]
[1m[36m (733.9ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 15:53:08.453511"], ["updated_at", "2015-11-06 15:53:08.453511"]]
[1m[35m (3.1ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-06 15:53:08.459730"], ["id", 2]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2015-11-06 15:53:57.304012"], ["id", 1]]
[1m[36m (387.5ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 3], ["updated_at", "2015-11-06 15:53:57.695197"], ["id", 2]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 1]]
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 49988ms (ActiveRecord: 1128.4ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:53:57 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.3ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (28.8ms)
Completed 200 OK in 93ms (Views: 89.9ms | ActiveRecord: 0.7ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:53:57 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:53:57 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:53:57 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:53:57 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:53:57 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:53:57 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:53:57 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:53:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:53:58 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:53:58 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:53:58 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:53:58 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 10:54:02 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (12.8ms)
Completed 200 OK in 75ms (Views: 74.1ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:54:03 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:54:03 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:54:03 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:54:03 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:54:03 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:54:03 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:54:03 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:54:03 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:54:03 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:54:03 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:54:03 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:54:03 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:54:04 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (25.5ms)
Completed 200 OK in 83ms (Views: 80.5ms | ActiveRecord: 0.6ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:54:05 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:54:05 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:54:05 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:54:05 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:54:05 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:54:05 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:54:05 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:54:05 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:54:05 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:54:05 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:54:05 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:54:05 -0500
Started GET "/pulitzer/posts/news/content_elements/1/edit?authenticity_token=c7FKBT6pk%2BeMZQqPM6HLGNV2LI%2FlK4A%2BsQUadkUTpLYXf8BgB00hmJw9i%2FVFwVazEBD10BZh0R5TDiOspmY2mA%3D%3D" for ::1 at 2015-11-06 10:54:06 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"c7FKBT6pk+eMZQqPM6HLGNV2LI/lK4A+sQUadkUTpLYXf8BgB00hmJw9i/VFwVazEBD10BZh0R5TDiOspmY2mA==", "post_id"=>"news", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (19.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (40.5ms)
Completed 500 Internal Server Error in 59ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (Pulitzer::ContentElement#text_editor delegated to post_type_content_element_type.text_editor, but post_type_content_element_type is nil: #):
1: <% text_editor = Pulitzer.text_editor_toolbars.detect { |toolbar| toolbar[:name] == content_element.text_editor } %>
2: <% data_rich_text = { "rich-text-editor" => true } unless text_editor[:name] == "None" %>
3:
4: <%= render partial: text_editor[:template] %>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/content_element.rb:8:in `rescue in text_editor'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/content_element.rb:8:in `text_editor'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:1:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__text_fields_html_erb___604828215243871527_70299029629480'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:1:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:1:in `detect'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__text_fields_html_erb___604828215243871527_70299029629480'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__4034356696088669809_70299025034500'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__4034356696088669809_70299025034500'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `edit'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (30.4ms)
Started GET "/pulitzer/posts/news/content_elements/1/edit?authenticity_token=c7FKBT6pk%2BeMZQqPM6HLGNV2LI%2FlK4A%2BsQUadkUTpLYXf8BgB00hmJw9i%2FVFwVazEBD10BZh0R5TDiOspmY2mA%3D%3D" for ::1 at 2015-11-06 10:54:15 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"c7FKBT6pk+eMZQqPM6HLGNV2LI/lK4A+sQUadkUTpLYXf8BgB00hmJw9i/VFwVazEBD10BZh0R5TDiOspmY2mA==", "post_id"=>"news", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (25.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (72.5ms)
Completed 500 Internal Server Error in 136ms (ActiveRecord: 1.4ms)
ActionView::Template::Error (Pulitzer::ContentElement#text_editor delegated to post_type_content_element_type.text_editor, but post_type_content_element_type is nil: #):
1: <% text_editor = Pulitzer.text_editor_toolbars.detect { |toolbar| toolbar[:name] == content_element.text_editor } %>
2: <% data_rich_text = { "rich-text-editor" => true } unless text_editor[:name] == "None" %>
3:
4: <%= render partial: text_editor[:template] %>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/content_element.rb:8:in `rescue in text_editor'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/content_element.rb:8:in `text_editor'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:1:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__text_fields_html_erb__1694874750729213937_70218262185280'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:1:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:1:in `detect'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__text_fields_html_erb__1694874750729213937_70218262185280'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__199881784572308138_70218245982640'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__199881784572308138_70218245982640'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `edit'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (8.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (36.5ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:54:36 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (45.9ms)
Completed 200 OK in 189ms (Views: 156.2ms | ActiveRecord: 1.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:54:37 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:54:37 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:54:37 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:54:37 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:54:37 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:54:37 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:54:37 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:54:37 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:54:37 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:54:37 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:54:37 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:54:37 -0500
Started GET "/pulitzer/posts/news/content_elements/1/edit?authenticity_token=pcGKArwa2MMBUGbwHjwcwfN36VmAR7vPkw1e2pMLFbfBDwBnhf5qvBEI54poXIFqNhEwBnMN6u9xBmcAcH6HmQ%3D%3D" for ::1 at 2015-11-06 10:54:39 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"pcGKArwa2MMBUGbwHjwcwfN36VmAR7vPkw1e2pMLFbfBDwBnhf5qvBEI54poXIFqNhEwBnMN6u9xBmcAcH6HmQ==", "post_id"=>"news", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (17.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (35.0ms)
Completed 500 Internal Server Error in 52ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (Pulitzer::ContentElement#text_editor delegated to post_type_content_element_type.text_editor, but post_type_content_element_type is nil: #):
1: <% text_editor = Pulitzer.text_editor_toolbars.detect { |toolbar| toolbar[:name] == content_element.text_editor } %>
2: <% data_rich_text = { "rich-text-editor" => true } unless text_editor[:name] == "None" %>
3:
4: <%= render partial: text_editor[:template] %>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/content_element.rb:8:in `rescue in text_editor'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/content_element.rb:8:in `text_editor'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:1:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__text_fields_html_erb__1694874750729213937_70218262185280'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:1:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:1:in `detect'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__text_fields_html_erb__1694874750729213937_70218262185280'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__199881784572308138_70218245982640'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__199881784572308138_70218245982640'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `edit'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (31.6ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 10:54:43 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (7.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (23.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (25.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (29.1ms)
Completed 200 OK in 118ms (Views: 116.9ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:54:43 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:54:43 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:54:43 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:54:43 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:54:43 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:54:43 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:54:43 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:54:43 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:54:43 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:54:43 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:54:43 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:54:43 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:54:45 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (27.1ms)
Completed 200 OK in 93ms (Views: 90.1ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:54:45 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:54:45 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:54:45 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:54:45 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:54:45 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:54:45 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:54:45 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:54:45 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:54:45 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:54:45 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:54:45 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:54:45 -0500
Started GET "/pulitzer/posts/news/content_elements/1/edit?authenticity_token=bMKzx%2B3xlNQN85BkUZ%2FB8cb%2BtBNu8zXFtcqkV5DOlWIIDDmi1BUmqx2rER4n%2F1xaA5htTJ25ZOVXwZ2Nc7sHTA%3D%3D" for ::1 at 2015-11-06 10:54:47 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"bMKzx+3xlNQN85BkUZ/B8cb+tBNu8zXFtcqkV5DOlWIIDDmi1BUmqx2rER4n/1xaA5htTJ25ZOVXwZ2Nc7sHTA==", "post_id"=>"news", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (17.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (38.3ms)
Completed 500 Internal Server Error in 57ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (Pulitzer::ContentElement#text_editor delegated to post_type_content_element_type.text_editor, but post_type_content_element_type is nil: #):
1: <% text_editor = Pulitzer.text_editor_toolbars.detect { |toolbar| toolbar[:name] == content_element.text_editor } %>
2: <% data_rich_text = { "rich-text-editor" => true } unless text_editor[:name] == "None" %>
3:
4: <%= render partial: text_editor[:template] %>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/content_element.rb:8:in `rescue in text_editor'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/content_element.rb:8:in `text_editor'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:1:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__text_fields_html_erb__1694874750729213937_70218262185280'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:1:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:1:in `detect'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__text_fields_html_erb__1694874750729213937_70218262185280'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__199881784572308138_70218245982640'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__199881784572308138_70218245982640'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `edit'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (31.6ms)
[1m[36m (1197.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.2ms)[0m select sqlite_version(*)
[1m[36m (2.0ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.8ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214842"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214843"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.0ms)[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", "20150716214844"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[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, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[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" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214849"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[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-11-06 15:56:49.249224"], ["updated_at", "2015-11-06 15:56:49.249224"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-06 15:56:49.251242"], ["updated_at", "2015-11-06 15:56:49.251242"]]
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-06 15:56:49.252188"], ["updated_at", "2015-11-06 15:56:49.252188"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "search_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150901153531"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.3ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer" for ::1 at 2015-11-06 10:56:53 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 125ms (Views: 118.2ms | ActiveRecord: 0.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:56:54 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:56:54 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:56:54 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:56:54 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:56:54 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:56:54 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:56:54 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:56:54 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:56:54 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:56:54 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:56:54 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:56:54 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=Sk%2B7U%2Fherh65RdrCko9NPek4mXGRLsD4lUJHyvgANI8ugTE2wbocYakdW7jk79CWLF5ALmJkkdh3SX4QG3WmoQ%3D%3D" for ::1 at 2015-11-06 10:56:55 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"Sk+7U/herh65RdrCko9NPek4mXGRLsD4lUJHyvgANI8ugTE2wbocYakdW7jk79CWLF5ALmJkkdh3SX4QG3WmoQ=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (40.7ms)
Completed 200 OK in 65ms (Views: 60.5ms | ActiveRecord: 0.2ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-06 10:56:58 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6Gbi+EWN9y0dtbkXkdx9oBWsssEc6doiwO3ZzFa7HTGMqGidfGlFUg3tOG3nvOAL0Mprnu+jiwIi5uAWtc6PHw==", "post_type"=>{"name"=>"news", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-06 15:56:58.842956"], ["updated_at", "2015-11-06 15:56:58.842956"]]
[1m[36m (2373.5ms)[0m [1mcommit transaction[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]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "news"]]
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "news"], ["post_type_id", 1], ["slug", "news"], ["created_at", "2015-11-06 15:57:01.370748"], ["updated_at", "2015-11-06 15:57:01.370748"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 15:57:01.382628"], ["updated_at", "2015-11-06 15:57:01.382628"]]
[1m[35m (134.2ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (20.4ms)
Completed 200 OK in 2721ms (Views: 37.1ms | ActiveRecord: 2510.1ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:57:13 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (27.1ms)
Completed 200 OK in 110ms (Views: 85.3ms | ActiveRecord: 1.1ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:57:13 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:57:13 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:57:13 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:57:13 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:57:13 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:57:13 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:57:13 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:57:13 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:57:13 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:57:13 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:57:13 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:57:14 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 10:57:16 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (8.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (11.4ms)
Completed 200 OK in 67ms (Views: 65.9ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:57:16 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:57:16 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:57:16 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:57:16 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:57:16 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:57:16 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:57:16 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:57:16 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:57:16 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:57:16 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:57:16 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:57:16 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=uu0TWpCy1QrgJnrUS0ZspbYs%2BYIttGXGPvfCNN%2BmgV3eI5k%2FqVZndfB%2B%2B649JvEOc0og3d7%2BNObc%2FPvuPNMTcw%3D%3D" for ::1 at 2015-11-06 10:57:18 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"uu0TWpCy1QrgJnrUS0ZspbYs+YIttGXGPvfCNN+mgV3eI5k/qVZndfB++649JvEOc0og3d7+NObc/PvuPNMTcw=="}
[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::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (14.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (35.5ms)
Completed 200 OK in 60ms (Views: 52.0ms | ActiveRecord: 0.9ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-06 10:57:23 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"x1C/j+VRASehAE6MfzBF7XIYZ84drjw0fXB7vY4cBDSjnjXq3LWzWLFYz/YJUNhGt36+ke7kbRSfe0JnbWmWGg==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "title"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-06 15:57:23.440760"], ["updated_at", "2015-11-06 15:57:23.440760"]]
[1m[35m (1.7ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 15:57:23.459176"], ["updated_at", "2015-11-06 15:57:23.459176"]]
[1m[35m (1.6ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.8ms)
Completed 200 OK in 61ms (Views: 36.5ms | ActiveRecord: 4.7ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:57:24 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (14.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (18.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (39.4ms)
Completed 200 OK in 115ms (Views: 111.8ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:57:25 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:57:25 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:57:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:57:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:57:25 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:57:25 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:57:25 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:57:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:57:25 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:57:25 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:57:25 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:57:25 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-06 10:57:28 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"VHGe57U6zFYfBeU1H7bUNcbIUQrz0sLEUy0yQ1fCMFwwvxSCjN5+KQ9dZE9p1kmeA66IVQCYk+SxJguZtLeicg==", "content_element"=>{"title"=>"va", "body"=>"va"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "va"], ["body", "va"], ["updated_at", "2015-11-06 15:57:28.598431"], ["id", 1]]
[1m[36m (110.2ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Completed 200 OK in 138ms (Views: 22.4ms | ActiveRecord: 111.1ms)
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-06 10:58:19 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMZnOoEBG1q4PyjmVy7NNjVqIYc2OCa8hSv0leUHT0J0CO1fuOWpJahnqZwhTlCd8Az42MVyd5xnIM1PBnLdbA==", "commit"=>"active", "id"=>"1"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["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::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 15:58:19.444069"], ["updated_at", "2015-11-06 15:58:19.444069"]]
[1m[36m (183.9ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-06 15:58:19.630080"], ["id", 1]]
[1m[35m (1.6ms)[0m commit transaction
Completed 500 Internal Server Error in 195ms (ActiveRecord: 186.5ms)
NoMethodError (undefined method `content_elements' for nil:NilClass):
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/clone_version.rb:10:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:10:in `update'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (50.0ms)
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:59:18 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (17.2ms)
Completed 200 OK in 72ms (Views: 69.0ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:59:18 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:59:18 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:59:18 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:59:18 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:59:18 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:59:18 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:59:19 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:59:19 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:59:19 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:59:19 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:59:19 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:59:19 -0500
Started PATCH "/pulitzer/versions/2" for ::1 at 2015-11-06 10:59:25 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"P5W1N9f15usfpfHB1+u1tqBUfMGmSj0GLd+Ao8L151pbWz9S7hFUlA/9cLuhiygdZTKlnlUAbCbP1Ll5IYB1dA==", "commit"=>"active", "id"=>"2"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", "2015-11-06 15:59:25.486563"], ["id", 1]]
[1m[36m (53.5ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 15:59:25.543002"], ["updated_at", "2015-11-06 15:59:25.543002"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-06 15:59:25.546379"], ["id", 2]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2015-11-06 15:59:25.551775"], ["id", 1]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 1]]
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 74ms (ActiveRecord: 57.8ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:59:25 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (22.4ms)
Completed 200 OK in 94ms (Views: 91.4ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:59:25 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:59:25 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:59:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:59:25 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:59:25 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:59:25 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:59:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:59:25 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:59:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:59:25 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:59:25 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:59:25 -0500
Started PATCH "/pulitzer/versions/3" for ::1 at 2015-11-06 10:59:28 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"PO5oG48Tx9B0q9dtth3ujQVEWKflahK2Zo7pHADTQEVYIOJ+tvd1r2TzVhfAfXMmwCKB+BYgQ5aEhdDG46bSaw==", "commit"=>"abandoned", "id"=>"3"}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-11-06 15:59:28.971012"], ["id", 2]]
[1m[35m (3031.0ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 15:59:32.004770"], ["updated_at", "2015-11-06 15:59:32.004770"]]
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-06 15:59:32.007591"], ["id", 3]]
[1m[35m (0.5ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 2]]
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 3047ms (ActiveRecord: 3033.6ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:59:32 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.3ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.6ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 4]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (27.6ms)
Completed 200 OK in 87ms (Views: 83.7ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:59:32 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:59:32 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:59:32 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:59:32 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:59:32 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:59:32 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:59:32 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:59:32 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:59:32 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:59:32 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:59:32 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:59:32 -0500
Started PATCH "/pulitzer/versions/4" for ::1 at 2015-11-06 10:59:36 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"gCuJ6l69PFNm3FZDgF3alOawBQVctTNDpvsxS/cx7zzk5QOPZ1mOLHaE1zn2PUc/I9bcWq//YmNE8AiRFER9Eg==", "commit"=>"abandoned", "id"=>"4"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 15:59:36.898965"], ["updated_at", "2015-11-06 15:59:36.898965"]]
[1m[35m (815.9ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-06 15:59:37.717510"], ["id", 4]]
[1m[36m (0.6ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 5], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 15:59:37.725517"], ["updated_at", "2015-11-06 15:59:37.725517"]]
[1m[35m (0.8ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 834ms (ActiveRecord: 819.4ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:59:37 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 5]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (27.2ms)
Completed 200 OK in 80ms (Views: 77.1ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:59:37 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:59:37 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:59:37 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:59:37 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:59:37 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:59:37 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:59:37 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:59:37 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:59:37 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:59:37 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:59:37 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:59:37 -0500
Started PATCH "/pulitzer/versions/5" for ::1 at 2015-11-06 10:59:40 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"KthhHpxsaeOboKua+q+HPGSFwL/s+bXx+VYYYVwPe5NOFut7pYjbnIv4KuCMzxqXoeMZ4B+z5NEbXSG7v3rpvQ==", "commit"=>"abandoned", "id"=>"5"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 5]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 15:59:40.571139"], ["updated_at", "2015-11-06 15:59:40.571139"]]
[1m[35m (34.1ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-06 15:59:40.607349"], ["id", 5]]
[1m[36m (0.9ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 6], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 15:59:40.619011"], ["updated_at", "2015-11-06 15:59:40.619011"]]
[1m[35m (1.0ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 57ms (ActiveRecord: 37.9ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:59:40 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 6], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 6], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 6]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (29.6ms)
Completed 200 OK in 88ms (Views: 84.9ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:59:40 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:59:40 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:59:40 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:59:40 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:59:40 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:59:40 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:59:40 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:59:40 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:59:40 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:59:40 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:59:40 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:59:40 -0500
Started PATCH "/pulitzer/versions/6" for ::1 at 2015-11-06 10:59:43 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"8248PkHO9/y6Ju10pbGMAnM5DmIJEfw3J1MW+PAGDP6XoLZbeCpFg6p+bA7T0RGptl/XPfpbrRfFWC8iE3Oe0A==", "commit"=>"abandoned", "id"=>"6"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 6]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 15:59:43.058628"], ["updated_at", "2015-11-06 15:59:43.058628"]]
[1m[35m (827.5ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-06 15:59:43.888631"], ["id", 6]]
[1m[36m (2.3ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 7], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 15:59:43.901627"], ["updated_at", "2015-11-06 15:59:43.901627"]]
[1m[35m (0.7ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 851ms (ActiveRecord: 832.4ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:59:43 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.4ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 7], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 7], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 7]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (30.5ms)
Completed 200 OK in 94ms (Views: 90.5ms | ActiveRecord: 1.1ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:59:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:59:44 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:59:44 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:59:44 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:59:44 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:59:44 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:59:44 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:59:44 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:59:44 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:59:44 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:59:44 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:59:44 -0500
Started PATCH "/pulitzer/content_elements/4" for ::1 at 2015-11-06 10:59:45 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"bX6NCFG3YSRgGaxDqNJr7IhP+VpiNmW4/ilFmwidQy4JsAdtaFPTW3BBLTnesvZHTSkgBZF8NJgcInxB6+jRAA==", "content_element"=>{"title"=>"", "body"=>"asdf"}, "commit"=>"Update", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", ""], ["body", "asdf"], ["updated_at", "2015-11-06 15:59:45.296505"], ["id", 4]]
[1m[36m (274.3ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Completed 200 OK in 300ms (Views: 21.7ms | ActiveRecord: 274.9ms)
Started PATCH "/pulitzer/versions/7" for ::1 at 2015-11-06 10:59:47 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"NdKBO7QB5H0ndPia/Rabh0JVRzlceq4wHGYaYcV0GI9RHAtejeVWAjcseeCLdgYshzOeZq8w/xD+bSO7JgGKoQ==", "commit"=>"abandoned", "id"=>"7"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 15:59:47.118718"], ["updated_at", "2015-11-06 15:59:47.118718"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-06 15:59:47.121129"], ["id", 7]]
[1m[35m (0.5ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 8], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 15:59:47.127953"], ["updated_at", "2015-11-06 15:59:47.127953"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 17ms (ActiveRecord: 3.6ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 10:59:47 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 8], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 8], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 8]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (27.3ms)
Completed 200 OK in 89ms (Views: 86.1ms | ActiveRecord: 0.6ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 10:59:47 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 10:59:47 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 10:59:47 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 10:59:47 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 10:59:47 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 10:59:47 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 10:59:47 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 10:59:47 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 10:59:47 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 10:59:47 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 10:59:47 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 10:59:47 -0500
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-06 10:59:49 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"xRo0DOEWZllpiJ9APBa8SyCLtATkzVuEC3VyknnMwI+h1L5p2PLUJnnQHjpKdiHg5e1tWxeHCqTpfktImrlSoQ==", "content_element"=>{"title"=>"", "body"=>"asdf"}, "commit"=>"Update", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", ""], ["body", "asdf"], ["updated_at", "2015-11-06 15:59:49.384095"], ["id", 5]]
[1m[35m (493.1ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 8]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Completed 200 OK in 519ms (Views: 21.6ms | ActiveRecord: 493.7ms)
Started PATCH "/pulitzer/versions/8" for ::1 at 2015-11-06 10:59:50 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"pYEPJKdoq50ABr1JAty2oS7mIOblFu3g7C5XDn0fmmbBT4VBnowZ4hBePDN0vCsK64D5uRZcvMAOJW7UnmoISA==", "commit"=>"active", "id"=>"8"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 8]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 15:59:50.575798"], ["updated_at", "2015-11-06 15:59:50.575798"]]
[1m[35m (615.3ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-06 15:59:51.193579"], ["id", 8]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Completed 500 Internal Server Error in 624ms (ActiveRecord: 616.8ms)
NoMethodError (undefined method `content_elements' for nil:NilClass):
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/clone_version.rb:10:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:10:in `update'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.1ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 11:14:24 -0500
[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::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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (67.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (70.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (81.6ms)
Completed 200 OK in 212ms (Views: 204.1ms | ActiveRecord: 1.7ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:14:25 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:14:25 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:14:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:14:25 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:14:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:14:25 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:14:25 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:14:25 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:14:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:14:25 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:14:25 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:14:25 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 11:14:27 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (10.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 9]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (30.5ms)
Completed 200 OK in 198ms (Views: 123.5ms | ActiveRecord: 1.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:14:28 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:14:28 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:14:28 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:14:28 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:14:28 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:14:28 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:14:28 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:14:28 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:14:28 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:14:28 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:14:28 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:14:28 -0500
Started PATCH "/pulitzer/versions/9" for ::1 at 2015-11-06 11:14:31 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"wLeCtG3dPlxugjI4xr3OpCDbpNld3hRcdGqBUX4xerykeQjRVDmMI37as0Kw3VMP5b19hq6URXyWYbiLnUTokg==", "commit"=>"abandoned", "id"=>"9"}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 9]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-11-06 16:14:31.945703"], ["id", 8]]
[1m[35m (154.1ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 16:14:32.103318"], ["updated_at", "2015-11-06 16:14:32.103318"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-06 16:14:32.106065"], ["id", 9]]
[1m[35m (0.5ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 8]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 10], ["updated_at", "2015-11-06 16:14:32.121416"], ["id", 5]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.4ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 8]]
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 188ms (ActiveRecord: 158.5ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 11:14:32 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 10], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 10], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 10]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (29.9ms)
Completed 200 OK in 105ms (Views: 100.3ms | ActiveRecord: 0.9ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:14:32 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:14:32 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:14:32 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:14:32 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:14:32 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:14:32 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:14:32 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:14:32 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:14:32 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:14:32 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:14:32 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:14:32 -0500
Started PATCH "/pulitzer/versions/10" for ::1 at 2015-11-06 11:14:34 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"iwpvSsg/WqNWd6a5YyOemrh6LafXLW94iaT0aaOwKOTvxOUv8dvo3EYvJ8MVQwMxfRz0+CRnPlhrr82zQMW6yg==", "commit"=>"abandoned", "id"=>"10"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 10]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 16:14:34.810395"], ["updated_at", "2015-11-06 16:14:34.810395"]]
[1m[35m (430.4ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-06 16:14:35.243559"], ["id", 10]]
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostType Load (0.3ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 11], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 16:14:35.258978"], ["updated_at", "2015-11-06 16:14:35.258978"]]
[1m[35m (1.0ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 457ms (ActiveRecord: 434.9ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 11:14:35 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 11], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 11], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 11]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (27.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (29.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (52.8ms)
Completed 200 OK in 127ms (Views: 121.9ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:14:36 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:14:36 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:14:36 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:14:36 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:14:36 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:14:36 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:14:36 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:14:36 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:14:36 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:14:36 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:14:36 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:14:36 -0500
Started GET "/pulitzer/content_elements/6?authenticity_token=FE23T6wRA%2FbjZj%2F8R0zXfCAssHW6qCkyRv5fnpfTxvVwgz0qlfWxifM%2BvoYxLErX5UppKknieBKk9WZEdKZU2w%3D%3D" for ::1 at 2015-11-06 11:14:39 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"FE23T6wRA/bjZj/8R0zXfCAssHW6qCkyRv5fnpfTxvVwgz0qlfWxifM+voYxLErX5UppKknieBKk9WZEdKZU2w==", "id"=>"6"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 6]]
[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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 11]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Completed 200 OK in 20ms (Views: 18.8ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/versions/11" for ::1 at 2015-11-06 11:14:41 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"aYr0S6zc9xgSb1RS5Lq77vPSPe4cBP2P7t9VFQFkdkENRH4ulThFZwI31SiS2iZFNrTkse9OrK8M1GzP4hHkbw==", "commit"=>"abandoned", "id"=>"11"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 11]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 16:14:41.503438"], ["updated_at", "2015-11-06 16:14:41.503438"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-06 16:14:41.505979"], ["id", 11]]
[1m[36m (0.6ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 12], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 16:14:41.513567"], ["updated_at", "2015-11-06 16:14:41.513567"]]
[1m[35m (0.7ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 18ms (ActiveRecord: 3.5ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 11:14:41 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 12], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 12], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 12]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (28.6ms)
Completed 200 OK in 95ms (Views: 92.6ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:14:41 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:14:41 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:14:41 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:14:41 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:14:41 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:14:41 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:14:41 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:14:41 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:14:41 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:14:41 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:14:41 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:14:41 -0500
Started GET "/pulitzer/content_elements/7?authenticity_token=KtH0hDnw5weJrqu1k6aqxPtgrX9K38yHKW147t%2FhYJFOH37hABRVeJn2Ks%2FlxjdvPgZ0ILmVnafLZkE0PJTyvw%3D%3D" for ::1 at 2015-11-06 11:14:43 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"KtH0hDnw5weJrqu1k6aqxPtgrX9K38yHKW147t/hYJFOH37hABRVeJn2Ks/lxjdvPgZ0ILmVnafLZkE0PJTyvw==", "id"=>"7"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 7]]
[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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 12]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Completed 200 OK in 19ms (Views: 17.7ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/versions/12" for ::1 at 2015-11-06 11:14:44 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"zMEpgcMeIxX8g1cGeJqO72kXVt+IRQxqqAlmICkj+z2oD6Pk+vqRauzb1nwO+hNErHGPgHsPXUpKAl/6ylZpEw==", "commit"=>"abandoned", "id"=>"12"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 12]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 16:14:44.302707"], ["updated_at", "2015-11-06 16:14:44.302707"]]
[1m[35m (324.5ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-06 16:14:44.629265"], ["id", 12]]
[1m[36m (0.8ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 13], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 16:14:44.639366"], ["updated_at", "2015-11-06 16:14:44.639366"]]
[1m[35m (0.7ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 344ms (ActiveRecord: 327.8ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 11:14:44 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 13], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 13], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 13]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (16.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (36.3ms)
Completed 200 OK in 98ms (Views: 94.7ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:14:44 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:14:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:14:44 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:14:44 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:14:44 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:14:44 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:14:44 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:14:44 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:14:44 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:14:44 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:14:44 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:14:44 -0500
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started PATCH "/pulitzer/content_elements/8" for ::1 at 2015-11-06 11:15:33 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"gvjbGqYZMcYiDCYm7WSeO43pTA2x7bbOQeponVoGe7zmNlF/n/2DuTJUp1ybBAOQSI+VUkKn5+6j4VFHuXPpkg==", "content_element"=>{"title"=>"sadf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"8"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 8]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "sadf"], ["body", "asdf"], ["updated_at", "2015-11-06 16:15:33.541741"], ["id", 8]]
[1m[36m (36.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 13]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (52.1ms)
Completed 200 OK in 174ms (Views: 77.8ms | ActiveRecord: 39.2ms)
Started GET "/pulitzer/posts/news/content_elements/8/edit?authenticity_token=2fn%2F8xvFuRkTmTpHYGiyYvIXEb7fRbN0QbpQlO5vLwS9N3WWIiELZgPBuz0WCC%2FJN3HI4SwP4lSjsWlODRq9Kg%3D%3D" for ::1 at 2015-11-06 11:15:36 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"2fn/8xvFuRkTmTpHYGiyYvIXEb7fRbN0QbpQlO5vLwS9N3WWIiELZgPBuz0WCC/JN3HI4SwP4lSjsWlODRq9Kg==", "post_id"=>"news", "id"=>"8"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 8]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (35.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (91.0ms)
Completed 200 OK in 111ms (Views: 109.2ms | ActiveRecord: 0.7ms)
Started PATCH "/pulitzer/content_elements/8" for ::1 at 2015-11-06 11:15:44 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"MAqF2VgEtug+V4ieTSYeWf0TooonEXphIREIpZ28FUhUxA+8YeAEly4PCeQ7RoPyOHV71dRbK0HDGjF/fsmHZg==", "content_element"=>{"title"=>"activate", "body"=>"activate"}, "commit"=>"Update", "id"=>"8"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 8]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "activate"], ["body", "activate"], ["updated_at", "2015-11-06 16:15:44.399463"], ["id", 8]]
[1m[36m (877.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 13]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.3ms)
Completed 200 OK in 909ms (Views: 26.7ms | ActiveRecord: 878.4ms)
Started PATCH "/pulitzer/versions/13" for ::1 at 2015-11-06 11:16:11 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"TicLlI/EFdJ2SkIwbfmkwYhRGFJar3Hv9wmtYch9j54q6YHxtiCnrWYSw0obmTlqTTfBDanlIM8VApS7KwgdsA==", "commit"=>"active", "id"=>"13"}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 13]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 16:16:11.488283"], ["updated_at", "2015-11-06 16:16:11.488283"]]
[1m[36m (274.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-06 16:16:11.765048"], ["id", 13]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (1.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
Completed 500 Internal Server Error in 61655ms (ActiveRecord: 275.8ms)
NoMethodError (undefined method `content_elements' for nil:NilClass):
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/clone_version.rb:10:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:11:in `update'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.9ms)
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started PATCH "/pulitzer/versions/13" for ::1 at 2015-11-06 11:17:28 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"TicLlI/EFdJ2SkIwbfmkwYhRGFJar3Hv9wmtYch9j54q6YHxtiCnrWYSw0obmTlqTTfBDanlIM8VApS7KwgdsA==", "commit"=>"abandoned", "id"=>"13"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 13]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", "2015-11-06 16:17:28.597729"], ["id", 13]]
[1m[36m (357.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.2ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 16:17:28.959027"], ["updated_at", "2015-11-06 16:17:28.959027"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-06 16:17:28.962265"], ["id", 13]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
Completed 500 Internal Server Error in 436ms (ActiveRecord: 361.0ms)
NoMethodError (undefined method `content_elements' for nil:NilClass):
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/clone_version.rb:10:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:10:in `update'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (59.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 11:17:35 -0500
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]]
[1m[36mPulitzer::PostTypeContentElementType Load (0.6ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (26.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (29.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (40.2ms)
Completed 200 OK in 150ms (Views: 142.3ms | ActiveRecord: 1.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:17:37 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:17:37 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:17:37 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:17:37 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:17:37 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:17:37 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:17:37 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:17:37 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:17:37 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:17:37 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:17:37 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:17:37 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 11:17:38 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (12.9ms)
Completed 200 OK in 93ms (Views: 92.5ms | ActiveRecord: 0.4ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:17:38 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:17:38 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:17:38 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:17:38 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:17:38 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:17:38 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:17:38 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:17:38 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:17:38 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:17:38 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:17:38 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:17:38 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 11:17:42 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 14], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (14.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (16.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 14], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 14]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (32.8ms)
Completed 200 OK in 122ms (Views: 90.8ms | ActiveRecord: 1.2ms)
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:17:44 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:17:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:17:44 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:17:44 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:17:44 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:17:44 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:17:44 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:17:44 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:17:44 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:17:44 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:17:44 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:17:44 -0500
[1m[36m (469.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (1.2ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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", "20150716214842"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[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", "20150716214843"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[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", "20150716214844"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[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, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.0ms)[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", "20150716214846"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[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", "20150716214847"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (2.6ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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", "20150716214849"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.3ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-06 16:17:59.454623"], ["updated_at", "2015-11-06 16:17:59.454623"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-06 16:17:59.456191"], ["updated_at", "2015-11-06 16:17:59.456191"]]
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-06 16:17:59.457117"], ["updated_at", "2015-11-06 16:17:59.457117"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (1.1ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_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", "20151029221443"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 11:18:29 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (4.1ms)
Completed 200 OK in 128ms (Views: 121.6ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:18:30 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:18:30 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:18:30 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:18:30 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:18:30 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:18:30 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:18:30 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:18:30 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:18:30 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:18:30 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:18:30 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:18:30 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=NSOkRJs%2FeyUbYlnZmmsv0nTA11cGbhVjwbJJYjJUKW5R7S4hotvJWgs62KPsC7J5saYOCPUkREMjuXC40SG7QA%3D%3D" for ::1 at 2015-11-06 11:18:35 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"NSOkRJs/eyUbYlnZmmsv0nTA11cGbhVjwbJJYjJUKW5R7S4hotvJWgs62KPsC7J5saYOCPUkREMjuXC40SG7QA=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (38.0ms)
Completed 200 OK in 62ms (Views: 57.6ms | ActiveRecord: 0.2ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-06 11:18:38 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"tNwhVSZaO3F/dL4AP5BQPXNi7CpWphqUSXRKllOHe7rQEqswH76JDm8sP3pJ8M2WtgQ1daXsS7Srf3NMsPLplA==", "post_type"=>{"name"=>"news", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-06 16:18:38.688491"], ["updated_at", "2015-11-06 16:18:38.688491"]]
[1m[36m (13.0ms)[0m [1mcommit transaction[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]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "news"]]
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "news"], ["post_type_id", 1], ["slug", "news"], ["created_at", "2015-11-06 16:18:38.870655"], ["updated_at", "2015-11-06 16:18:38.870655"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 16:18:38.884741"], ["updated_at", "2015-11-06 16:18:38.884741"]]
[1m[35m (144.3ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (19.9ms)
Completed 200 OK in 391ms (Views: 38.7ms | ActiveRecord: 159.9ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=NSOkRJs%2FeyUbYlnZmmsv0nTA11cGbhVjwbJJYjJUKW5R7S4hotvJWgs62KPsC7J5saYOCPUkREMjuXC40SG7QA%3D%3D" for ::1 at 2015-11-06 11:18:45 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"NSOkRJs/eyUbYlnZmmsv0nTA11cGbhVjwbJJYjJUKW5R7S4hotvJWgs62KPsC7J5saYOCPUkREMjuXC40SG7QA=="}
[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"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (19.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (39.1ms)
Completed 200 OK in 70ms (Views: 56.5ms | ActiveRecord: 0.9ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-06 11:18:47 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"iicSZPkUBuE/VaIQbleANZTxYDyUHnRowbSZTj7+abPu6ZgBwPC0ni8NI2oYNx2eUZe5Y2dUJUgjv6CU3Yv7nQ==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "title"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-06 16:18:47.345302"], ["updated_at", "2015-11-06 16:18:47.345302"]]
[1m[35m (271.3ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.4ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.3ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 16:18:47.679670"], ["updated_at", "2015-11-06 16:18:47.679670"]]
[1m[35m (383.6ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.7ms)
Completed 200 OK in 766ms (Views: 41.0ms | ActiveRecord: 657.1ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 11:18:49 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (12.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (19.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (48.1ms)
Completed 200 OK in 112ms (Views: 106.7ms | ActiveRecord: 1.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:18:50 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:18:50 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:18:50 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:18:50 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:18:50 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:18:50 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:18:50 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:18:50 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:18:50 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:18:50 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:18:50 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:18:50 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-06 11:18:56 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"jXZQMyJN2BvI2kbyUpcZ+uIwmdZ8nk/07WxIlgvTT0DpuNpWG6lqZNiCx4gk94RRJ1ZAiY/UHtQPZ3FM6Kbdbg==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "asdf"], ["body", "asdf"], ["updated_at", "2015-11-06 16:18:56.357308"], ["id", 1]]
[1m[36m (1599.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.4ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (6.7ms)
Completed 200 OK in 1643ms (Views: 37.8ms | ActiveRecord: 1601.3ms)
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-06 11:19:06 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"jP03UiK3D+WyrPR+wIZJmoHwb13+BLVZm3+4WJ3C8nDoM703G1O9mqL0dQS25tQxRJa2Ag1O5Hl5dIGCfrdgXg==", "commit"=>"active", "id"=>"1"}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["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::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.8ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 16:19:06.278083"], ["updated_at", "2015-11-06 16:19:06.278083"]]
[1m[36m (234.7ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-06 16:19:06.516089"], ["id", 1]]
[1m[35m (1.0ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 2], ["updated_at", "2015-11-06 16:19:06.528388"], ["id", 1]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 1]]
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 264ms (ActiveRecord: 239.5ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 11:19:06 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (24.0ms)
Completed 200 OK in 78ms (Views: 74.9ms | ActiveRecord: 0.6ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:19:06 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:19:06 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:19:06 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:19:06 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:19:06 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:19:06 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:19:06 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:19:06 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:19:06 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:19:06 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:19:06 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:19:06 -0500
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1[0m
[1m[35m (0.1ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started GET "/pulitzer/posts/news/content_elements/1/edit?authenticity_token=BfFybwxWAWjcZJPtU%2F3lMmaCJlCKektyZgF5LDRPxQZhP%2FgKNbKzF8w8EpclnXiZo%2BT%2FD3kwGlKECkD21zpXKA%3D%3D" for ::1 at 2015-11-06 11:19:33 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"BfFybwxWAWjcZJPtU/3lMmaCJlCKektyZgF5LDRPxQZhP/gKNbKzF8w8EpclnXiZo+T/D3kwGlKECkD21zpXKA==", "post_id"=>"news", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (16.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (50.5ms)
Completed 200 OK in 67ms (Views: 65.0ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-06 11:19:37 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"PTDLOjhtKIWpYLsk+6ITub6vzqpNSoKX5weIBkTWO+1Z/kFfAYma+rk4Ol6Nwo4Se8kX9b4A07cFDLHcp6Opww==", "content_element"=>{"title"=>"asdf", "body"=>"no thanks"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "no thanks"], ["updated_at", "2015-11-06 16:19:37.148131"], ["id", 1]]
[1m[36m (396.5ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
Completed 200 OK in 422ms (Views: 21.4ms | ActiveRecord: 397.2ms)
Started PATCH "/pulitzer/versions/2" for ::1 at 2015-11-06 11:19:39 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"sctqEzgyGSH8Tfs79f6T+VnlJB1exhmspnXQRYFvNLbVBeB2AdarXuwVekGDng5SnIP9Qq2MSIxEfumfYhqmmA==", "commit"=>"abandoned", "id"=>"2"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-11-06 16:19:39.174939"], ["id", 1]]
[1m[35m (444.8ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 16:19:39.622627"], ["updated_at", "2015-11-06 16:19:39.622627"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-06 16:19:39.625889"], ["id", 2]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
Completed 500 Internal Server Error in 459ms (ActiveRecord: 447.8ms)
NoMethodError (undefined method `content_elements' for nil:NilClass):
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/clone_version.rb:10:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:10:in `update'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (53.7ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 11:45:21 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (19.5ms)
Completed 200 OK in 89ms (Views: 85.8ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:45:21 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:45:21 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:45:21 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:45:21 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:45:21 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:45:21 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:45:21 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:45:21 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:45:21 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:45:21 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:45:21 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:45:21 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 11:45:22 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (11.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (14.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (18.4ms)
Completed 200 OK in 616ms (Views: 614.8ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:45:23 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:45:23 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:45:23 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:45:23 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:45:23 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:45:23 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:45:23 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:45:23 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:45:23 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:45:23 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:45:23 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:45:23 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 11:45:24 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (15.9ms)
Completed 200 OK in 80ms (Views: 77.2ms | ActiveRecord: 0.5ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:45:24 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:45:24 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:45:24 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:45:24 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:45:24 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:45:24 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:45:24 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:45:24 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:45:24 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:45:24 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:45:24 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:45:24 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 11:56:50 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (11.5ms)
Completed 200 OK in 70ms (Views: 68.9ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:56:50 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:56:50 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:56:50 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:56:50 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:56:50 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:56:50 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:56:50 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:56:50 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:56:50 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:56:50 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:56:50 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:56:50 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 11:56:52 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (15.1ms)
Completed 200 OK in 70ms (Views: 67.3ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:56:53 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:56:53 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:56:53 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:56:53 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:56:53 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:56:53 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:56:53 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:56:53 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:56:53 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:56:53 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:56:53 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:56:53 -0500
Started PATCH "/pulitzer/versions/3" for ::1 at 2015-11-06 11:56:54 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"mmVSOu90K75akahCAtrJlE59giLZrR0rfquUrzqyMmH+q9hf1pCZwUrJKTh0ulQ/ixtbfSrnTAucoK112cegTw==", "commit"=>"abandoned", "id"=>"3"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 16:56:54.423902"], ["updated_at", "2015-11-06 16:56:54.423902"]]
[1m[36m (946.2ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-06 16:56:55.372085"], ["id", 3]]
[1m[35m (0.6ms)[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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 16:56:55.381284"], ["updated_at", "2015-11-06 16:56:55.381284"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 964ms (ActiveRecord: 949.2ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 11:56:55 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (30.3ms)
Completed 200 OK in 90ms (Views: 86.9ms | ActiveRecord: 0.7ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:56:55 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:56:55 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:56:55 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:56:55 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:56:55 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:56:55 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:56:55 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:56:55 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:56:55 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:56:55 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:56:55 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:56:55 -0500
Started PATCH "/pulitzer/versions/4" for ::1 at 2015-11-06 11:56:57 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"hnUGrPon3VPEDh9CfoJhNeXbkT4gJoko0hG9T99Loejiu4zJw8NvLNRWnjgI4vyeIL1IYdNs2AgwGoSVPD4zxg==", "commit"=>"abandoned", "id"=>"4"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 4]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 16:56:57.256732"], ["updated_at", "2015-11-06 16:56:57.256732"]]
[1m[36m (886.2ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-06 16:56:58.145840"], ["id", 4]]
[1m[35m (0.9ms)[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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 5], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 16:56:58.157448"], ["updated_at", "2015-11-06 16:56:58.157448"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 909ms (ActiveRecord: 889.7ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 11:56:58 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (31.6ms)
Completed 200 OK in 107ms (Views: 103.5ms | ActiveRecord: 1.0ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:56:58 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:56:58 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:56:58 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:56:58 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:56:58 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:56:58 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:56:58 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:56:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:56:58 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:56:58 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:56:58 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:56:58 -0500
Started PATCH "/pulitzer/versions/5" for ::1 at 2015-11-06 11:56:59 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mlsb26fQYYJJdqnvmT38SuQ47vAZYQ2cOmsmEhrG1jhWlZG+njTT/VkuKJXvXWHhIV43r+orXLzYYB/I+bNEFg==", "commit"=>"abandoned", "id"=>"5"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 5]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 16:56:59.481973"], ["updated_at", "2015-11-06 16:56:59.481973"]]
[1m[36m (565.2ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-06 16:57:00.049223"], ["id", 5]]
[1m[35m (0.6ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 6], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 16:57:00.058735"], ["updated_at", "2015-11-06 16:57:00.058735"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 585ms (ActiveRecord: 568.6ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 11:57:00 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 6], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 6], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 6]]
[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[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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (30.0ms)
Completed 200 OK in 81ms (Views: 78.2ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:57:00 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:57:00 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:57:00 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:57:00 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:57:00 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:57:00 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:57:00 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:57:00 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:57:00 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:57:00 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:57:00 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:57:00 -0500
Started PATCH "/pulitzer/versions/6" for ::1 at 2015-11-06 11:57:02 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kBA3+8bzEA95Diholeas09gSMh6K5gPt9ESfX4jnhUr03r2e/xeicGlWqRLjhjF4HXTrQXmsUs0WT6aFa5IXZA==", "commit"=>"abandoned", "id"=>"6"}
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 16:57:02.052602"], ["updated_at", "2015-11-06 16:57:02.052602"]]
[1m[36m (393.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-06 16:57:02.447457"], ["id", 6]]
[1m[35m (0.5ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 7], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-06 16:57:02.455483"], ["updated_at", "2015-11-06 16:57:02.455483"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 412ms (ActiveRecord: 396.2ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 11:57:02 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 7], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 7], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 7]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (32.7ms)
Completed 200 OK in 99ms (Views: 96.1ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:57:02 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:57:02 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:57:02 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:57:02 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:57:02 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:57:02 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:57:02 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:57:02 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:57:02 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:57:02 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:57:02 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:57:02 -0500
Started GET "/pulitzer/content_elements/5?authenticity_token=CnA%2BMYTeEcc82wvpgC2mSOceRQTFXqcCLfz%2BF3gEGy1uvrRUvTqjuCyDipP2TTvjInicWzYU9iLP98fNm3GJAw%3D%3D" for ::1 at 2015-11-06 11:57:03 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"CnA+MYTeEcc82wvpgC2mSOceRQTFXqcCLfz+F3gEGy1uvrRUvTqjuCyDipP2TTvjInicWzYU9iLP98fNm3GJAw==", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.7ms)
Completed 200 OK in 33ms (Views: 31.6ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/versions/7" for ::1 at 2015-11-06 11:57:05 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"7Yf+ybiTmT+muHC281p6nYAmOKyW/h93bS95Bl+WliOJSXSsgXcrQLbg8cyFOuc2RUDh82W0TlePJEDcvOMEDQ==", "commit"=>"active", "id"=>"7"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-06 16:57:05.765206"], ["updated_at", "2015-11-06 16:57:05.765206"]]
[1m[36m (53.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-06 16:57:05.821133"], ["id", 7]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 7]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 8], ["updated_at", "2015-11-06 16:57:05.827197"], ["id", 5]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 7]]
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 71ms (ActiveRecord: 56.6ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 11:57:05 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 8], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 8], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 8]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (28.5ms)
Completed 200 OK in 88ms (Views: 83.5ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:57:06 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:57:06 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:57:06 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:57:06 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:57:06 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:57:06 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:57:06 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:57:06 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:57:06 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:57:06 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:57:06 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:57:06 -0500
Started PATCH "/pulitzer/versions/8" for ::1 at 2015-11-06 11:57:08 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"BEz6w/lB0Nzq13z/QIGW3SOUHn6AUaYezjLVU0z31xNggnCmwKVio/qP/YU24Qt25vLHIXMb9z4sOeyJr4JFPQ==", "commit"=>"active", "id"=>"8"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 8]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", "2015-11-06 16:57:08.064540"], ["id", 7]]
[1m[36m (615.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 16:57:08.683004"], ["updated_at", "2015-11-06 16:57:08.683004"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-06 16:57:08.685664"], ["id", 8]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 8]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 9], ["updated_at", "2015-11-06 16:57:08.690912"], ["id", 5]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 8]]
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 636ms (ActiveRecord: 619.6ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 11:57:08 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 9]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (26.8ms)
Completed 200 OK in 87ms (Views: 84.4ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:57:08 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:57:08 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:57:08 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:57:08 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:57:08 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:57:08 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:57:08 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:57:08 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:57:08 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:57:08 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:57:08 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:57:08 -0500
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-06 11:57:11 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"8qLC2eOsAUwth06tOSj0kYi49ksSHJELbWFA60y99Q6WbEi82kizMz3fz9dPSGk6Td4vFOFWwCuPankxr8hnIA==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "asdf"], ["body", "asdf"], ["updated_at", "2015-11-06 16:57:11.233584"], ["id", 5]]
[1m[35m (169.9ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 9]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.5ms)
Completed 200 OK in 199ms (Views: 23.7ms | ActiveRecord: 170.6ms)
Started PATCH "/pulitzer/versions/9" for ::1 at 2015-11-06 11:57:12 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Bri4vGRJeVEeOf6AF0Rzu9Um3xrsLDCMZLgomVSCBApidjLZXa3LLg5hf/phJO4QEEAGRR9mYayGsxFDt/eWJA==", "commit"=>"active", "id"=>"9"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 9]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", "2015-11-06 16:57:12.615895"], ["id", 8]]
[1m[36m (54.1ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-06 16:57:12.672817"], ["updated_at", "2015-11-06 16:57:12.672817"]]
[1m[35m (1.1ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-06 16:57:12.676496"], ["id", 9]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 9]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 10], ["updated_at", "2015-11-06 16:57:12.682777"], ["id", 5]]
[1m[35m (0.9ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 9]]
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 77ms (ActiveRecord: 58.8ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-06 11:57:12 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 10], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 10], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 10]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (21.3ms)
Completed 200 OK in 88ms (Views: 84.3ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:57:12 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:57:12 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:57:12 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:57:12 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:57:12 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:57:12 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:57:12 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:57:12 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:57:12 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:57:12 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:57:12 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:57:12 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-06 11:59:37 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (11.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (13.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (16.1ms)
Completed 200 OK in 71ms (Views: 70.6ms | ActiveRecord: 0.4ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-06 11:59:37 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-06 11:59:37 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-06 11:59:37 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-06 11:59:37 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-06 11:59:37 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-06 11:59:37 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-06 11:59:37 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-06 11:59:37 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-06 11:59:37 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-06 11:59:37 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-06 11:59:37 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-06 11:59:37 -0500
Started GET "/" for ::1 at 2015-11-09 10:15:16 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.6ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.8ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (81.9ms)
Started GET "/" for ::1 at 2015-11-09 10:20:21 -0500
Processing by PagesController#news_posts as HTML
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1[0m [["name", "News articles"]]
Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.4ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (50.1ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 10:20:27 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::Post Load (0.4ms)[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", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.6ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (61.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (64.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (75.2ms)
Completed 200 OK in 208ms (Views: 204.8ms | ActiveRecord: 2.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 10:20:27 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 10:20:27 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 10:20:27 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 10:20:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 10:20:27 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 10:20:27 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 10:20:27 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 10:20:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 10:20:27 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 10:20:27 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 10:20:27 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 10:20:27 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-09 10:20:31 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.5ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.4ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.4ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (10.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mPulitzer::ContentElement Load (0.4ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 9]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (9.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (35.4ms)
Completed 200 OK in 139ms (Views: 91.7ms | ActiveRecord: 2.7ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 10:20:33 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 10:20:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 10:20:33 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 10:20:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 10:20:33 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 10:20:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 10:20:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 10:20:33 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 10:20:33 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 10:20:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 10:20:33 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 10:20:33 -0500
[1m[36m (235.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.2ms)[0m select sqlite_version(*)
[1m[36m (2.7ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (1.1ms)[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", "20150716214842"]]
[1m[35m (2.9ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (1.6ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.4ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[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, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (1.6ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (5.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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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", "20150716214847"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m ALTER TABLE "pulitzer_post_types" ADD "plural" boolean
[1m[36m (0.7ms)[0m [1mALTER TABLE "pulitzer_post_types" ADD "template" boolean[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[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-11-09 15:26:19.334489"], ["updated_at", "2015-11-09 15:26:19.334489"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-09 15:26:19.336165"], ["updated_at", "2015-11-09 15:26:19.336165"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-09 15:26:19.337402"], ["updated_at", "2015-11-09 15:26:19.337402"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.4ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.7ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.5ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.7ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (2.5ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.8ms)[0m [1mbegin transaction[0m
[1m[35m (1.2ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 10:26:33 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (4.4ms)
Completed 200 OK in 125ms (Views: 118.9ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 10:26:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 10:26:33 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 10:26:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 10:26:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 10:26:33 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 10:26:33 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 10:26:33 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 10:26:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 10:26:34 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 10:26:35 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 10:26:35 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 10:26:35 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 10:26:40 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (1.3ms)
Completed 200 OK in 103ms (Views: 102.6ms | ActiveRecord: 0.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 10:26:40 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 10:26:40 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 10:26:40 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 10:26:40 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 10:26:40 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 10:26:40 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 10:26:40 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 10:26:40 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 10:26:40 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 10:26:40 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 10:26:40 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 10:26:40 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=Yp0xIFd1cBRq%2BZHn%2FhcUjummhBAofs8Er5MwEPS3wIMGU7tFbpHCa3qhEJ2Id4klLMBdT9s0niRNmAnKF8JSrQ%3D%3D" for ::1 at 2015-11-09 10:26:42 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"Yp0xIFd1cBRq+ZHn/hcUjummhBAofs8Er5MwEPS3wIMGU7tFbpHCa3qhEJ2Id4klLMBdT9s0niRNmAnKF8JSrQ=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (37.7ms)
Completed 200 OK in 61ms (Views: 57.1ms | ActiveRecord: 0.2ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-09 10:26:55 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"IilGwK54gKj3yBrXRpcPhfYRbp5ho7PfDoZ97eNWyWZG58yll5wy1+eQm60w95IuM3e3wZLp4v/sjUQ3ACNbSA==", "post_type"=>{"name"=>"about us", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "about us"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-09 15:26:55.351874"], ["updated_at", "2015-11-09 15:26:55.351874"]]
[1m[35m (0.7ms)[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", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "about-us"]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "about us"], ["post_type_id", 1], ["slug", "about-us"], ["created_at", "2015-11-09 15:26:56.127370"], ["updated_at", "2015-11-09 15:26:56.127370"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 15:26:56.138602"], ["updated_at", "2015-11-09 15:26:56.138602"]]
[1m[36m (0.7ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (22.1ms)
Completed 200 OK in 839ms (Views: 41.8ms | ActiveRecord: 4.2ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-09 10:26:58 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.3ms)
Module::DelegationError (Pulitzer::Post#content_elements delegated to active_version.content_elements, but active_version is nil: #):
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `rescue in content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (48.8ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 10:31:21 -0500
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (49.3ms)
Started GET "/" for ::1 at 2015-11-09 10:46:52 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.4ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.5ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (63.5ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 10:46:59 -0500
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::Post Load (0.4ms)[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]]
[1m[36mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (38.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (40.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (52.0ms)
Completed 200 OK in 198ms (Views: 196.1ms | ActiveRecord: 1.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 10:47:00 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 10:47:00 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 10:47:00 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 10:47:00 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 10:47:00 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 10:47:00 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 10:47:00 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 10:47:00 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 10:47:00 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 10:47:00 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 10:47:00 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 10:47:00 -0500
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-09 10:47:06 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (73.4ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Version Load (0.5ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (12.4ms)
Completed 500 Internal Server Error in 144ms (ActiveRecord: 74.8ms)
ActionView::Template::Error (Pulitzer::Post#post_tags delegated to active_version.post_tags, but active_version is nil: #):
1: <%= humanize_class_name(tag_model).pluralize %>
2: <% post.post_tags.where(label_type: tag_model).each do |post_tag| %>
3:
4: - <%= post_tag.label.name %>
5: - <%= ajax_delete 'delete', post_post_tag_path(post, post_tag), {}, dom_target(post_tag) %>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `rescue in post_tags'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `post_tags'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__show_html_erb__1396314914281229022_70245903341540'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__show_wrapper_html_erb__4420144120719779329_70245903274480'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:11:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___611289386323980059_70245903014900'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:10:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:10:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___611289386323980059_70245903014900'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (57.6ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-09 10:47:51 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (46.5ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-09 10:48:03 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (28.5ms)
Completed 500 Internal Server Error in 113ms (ActiveRecord: 1.7ms)
ActionView::Template::Error (Pulitzer::Post#post_tags delegated to active_version.post_tags, but active_version is nil: #):
1: <%= humanize_class_name(tag_model).pluralize %>
2: <% post.post_tags.where(label_type: tag_model).each do |post_tag| %>
3:
4: - <%= post_tag.label.name %>
5: - <%= ajax_delete 'delete', post_post_tag_path(post, post_tag), {}, dom_target(post_tag) %>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `rescue in post_tags'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `post_tags'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__show_html_erb___2252873634458111000_70160794205000'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__show_wrapper_html_erb___3371938678928198136_70160811662140'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:11:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3414454231898056581_70160811757320'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:10:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:10:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3414454231898056581_70160811757320'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (69.7ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-09 10:48:03 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (8.2ms)
Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (Pulitzer::Post#post_tags delegated to active_version.post_tags, but active_version is nil: #):
1: <%= humanize_class_name(tag_model).pluralize %>
2: <% post.post_tags.where(label_type: tag_model).each do |post_tag| %>
3:
4: - <%= post_tag.label.name %>
5: - <%= ajax_delete 'delete', post_post_tag_path(post, post_tag), {}, dom_target(post_tag) %>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `rescue in post_tags'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `post_tags'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__show_html_erb___2252873634458111000_70160794205000'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__show_wrapper_html_erb___3371938678928198136_70160811662140'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:11:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3414454231898056581_70160811757320'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:10:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:10:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3414454231898056581_70160811757320'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (7.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (66.2ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-09 10:48:06 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (7.5ms)
Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (Pulitzer::Post#post_tags delegated to active_version.post_tags, but active_version is nil: #):
1: <%= humanize_class_name(tag_model).pluralize %>
2: <% post.post_tags.where(label_type: tag_model).each do |post_tag| %>
3:
4: - <%= post_tag.label.name %>
5: - <%= ajax_delete 'delete', post_post_tag_path(post, post_tag), {}, dom_target(post_tag) %>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `rescue in post_tags'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `post_tags'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__show_html_erb___2252873634458111000_70160794205000'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__show_wrapper_html_erb___3371938678928198136_70160811662140'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:11:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3414454231898056581_70160811757320'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:10:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:10:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3414454231898056581_70160811757320'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (56.9ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 10:49:10 -0500
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (50.5ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 10:49:15 -0500
[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::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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (43.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (46.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (56.5ms)
Completed 200 OK in 182ms (Views: 174.2ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 10:49:16 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 10:49:16 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 10:49:16 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 10:49:16 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 10:49:16 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 10:49:16 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 10:49:16 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 10:49:16 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 10:49:16 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 10:49:16 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 10:49:16 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 10:49:16 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 10:49:16 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (11.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (16.1ms)
Completed 200 OK in 106ms (Views: 104.9ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 10:49:17 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 10:49:17 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 10:49:17 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 10:49:17 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 10:49:17 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 10:49:17 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 10:49:17 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 10:49:17 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 10:49:17 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 10:49:17 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 10:49:17 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 10:49:17 -0500
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.3ms)[0m [1mSELECT state FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
SQLite3::SQLException: no such column: state: SELECT state FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 10:49:43 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (7.7ms)
Completed 200 OK in 69ms (Views: 68.4ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 10:49:44 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 10:49:44 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 10:49:44 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 10:49:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 10:49:44 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 10:49:44 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 10:49:44 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 10:49:44 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 10:49:44 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 10:49:44 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 10:49:44 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 10:49:44 -0500
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-09 10:49:48 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "about-us"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (14.4ms)
Completed 500 Internal Server Error in 53ms (ActiveRecord: 1.0ms)
ActionView::Template::Error (Pulitzer::Post#post_tags delegated to active_version.post_tags, but active_version is nil: #):
1: <%= humanize_class_name(tag_model).pluralize %>
2: <% post.post_tags.where(label_type: tag_model).each do |post_tag| %>
3:
4: - <%= post_tag.label.name %>
5: - <%= ajax_delete 'delete', post_post_tag_path(post, post_tag), {}, dom_target(post_tag) %>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `rescue in post_tags'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `post_tags'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__show_html_erb__2463725207297159735_70183734281660'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__show_wrapper_html_erb__1912845840495347017_70183752884020'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:11:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__2495043122423183699_70183753031240'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:10:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:10:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__2495043122423183699_70183753031240'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (55.8ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 10:51:59 -0500
[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::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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (49.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (51.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (63.7ms)
Completed 200 OK in 185ms (Views: 177.7ms | ActiveRecord: 1.2ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 10:51:59 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 10:51:59 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 10:51:59 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 10:51:59 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 10:51:59 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 10:51:59 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 10:51:59 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 10:51:59 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 10:51:59 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 10:51:59 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 10:51:59 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 10:51:59 -0500
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-09 10:52:01 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "about-us"]]
[1m[35mPulitzer::Version Load (0.9ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostType Load (1.0ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.9ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (34.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (46.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (89.5ms)
Completed 500 Internal Server Error in 85565ms (ActiveRecord: 5.8ms)
ActionView::Template::Error (Pulitzer::Post#post_tags delegated to active_version.post_tags, but active_version is nil: #):
1: <%= humanize_class_name(tag_model).pluralize %>
2: <% post.post_tags.where(label_type: tag_model).each do |post_tag| %>
3:
4: - <%= post_tag.label.name %>
5: - <%= ajax_delete 'delete', post_post_tag_path(post, post_tag), {}, dom_target(post_tag) %>
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `rescue in post_tags'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:7:in `post_tags'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__show_html_erb___2159519527020133527_70305085571720'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__show_wrapper_html_erb___2268093598131671930_70305083958900'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:11:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__515187624871927124_70305096133980'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:10:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:10:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__515187624871927124_70305096133980'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (58.7ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-09 10:54:30 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (28.2ms)
Completed 500 Internal Server Error in 111ms (ActiveRecord: 1.6ms)
ActionView::Template::Error (undefined method `where' for nil:NilClass):
1: <%= humanize_class_name(tag_model).pluralize %>
2: <% post.post_tags.where(label_type: tag_model).each do |post_tag| %>
3:
4: - <%= post_tag.label.name %>
5: - <%= ajax_delete 'delete', post_post_tag_path(post, post_tag), {}, dom_target(post_tag) %>
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__show_html_erb__3734040872712859411_70258421534800'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__show_wrapper_html_erb__54815644251807265_70258421566280'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:11:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__1848820907865547809_70258401032740'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:10:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:10:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__1848820907865547809_70258401032740'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (69.2ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 10:54:33 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (14.3ms)
Completed 200 OK in 123ms (Views: 122.3ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 10:54:33 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 10:54:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 10:54:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 10:54:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 10:54:33 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 10:54:33 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 10:54:33 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 10:54:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 10:54:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 10:54:33 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 10:54:33 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 10:54:33 -0500
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-09 10:54:34 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "about-us"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (8.3ms)
Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (undefined method `where' for nil:NilClass):
1: <%= humanize_class_name(tag_model).pluralize %>
2: <% post.post_tags.where(label_type: tag_model).each do |post_tag| %>
3:
4: - <%= post_tag.label.name %>
5: - <%= ajax_delete 'delete', post_post_tag_path(post, post_tag), {}, dom_target(post_tag) %>
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__show_html_erb__3734040872712859411_70258421534800'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_tags__show_wrapper_html_erb__54815644251807265_70258421566280'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:11:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__1848820907865547809_70258401032740'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:10:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:10:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__1848820907865547809_70258401032740'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (57.2ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-09 10:55:21 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "about-us"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (271.4ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (277.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (278.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.7ms)
[1m[35mPulitzer::ContentElement Load (0.4ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (301.6ms)
Completed 200 OK in 380ms (Views: 103.2ms | ActiveRecord: 272.5ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 10:55:21 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 10:55:21 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 10:55:21 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 10:55:21 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 10:55:21 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 10:55:21 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 10:55:21 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 10:55:21 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 10:55:21 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 10:55:21 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 10:55:21 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 10:55:21 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 10:55:21 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 10:55:22 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 10:55:22 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 10:55:22 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 10:55:22 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 10:55:27 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (7.2ms)
Completed 200 OK in 68ms (Views: 67.7ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 10:55:27 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 10:55:27 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 10:55:27 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 10:55:27 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 10:55:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 10:55:27 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 10:55:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 10:55:27 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 10:55:27 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 10:55:27 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 10:55:27 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 10:55:27 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=6xo3XtyEHiDpsj5mYekJEOguVvWnpWfXZHTIOZDC84%2BP1L075WCsX%2FnqvxwXiZS7LUiPqlTvNveGf%2FHjc7dhoQ%3D%3D" for ::1 at 2015-11-09 10:55:29 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"6xo3XtyEHiDpsj5mYekJEOguVvWnpWfXZHTIOZDC84+P1L075WCsX/nqvxwXiZS7LUiPqlTvNveGf/Hjc7dhoQ=="}
[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::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (618.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (636.3ms)
Completed 200 OK in 662ms (Views: 653.4ms | ActiveRecord: 1.1ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-09 10:55:34 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"KbMwE5RwIxab9dwYPcUdE511g8j6fWFMBVtuRZmJwwhNfbp2rZSRaYutXWJLpYC4WBNalwk3MGznUFefevxRJg==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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[36mSQL (0.7ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "title"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-09 15:55:34.532307"], ["updated_at", "2015-11-09 15:55:34.532307"]]
[1m[35m (5.1ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 15:55:34.561979"], ["updated_at", "2015-11-09 15:55:34.561979"]]
[1m[35m (1.1ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (21.0ms)
Completed 200 OK in 82ms (Views: 43.9ms | ActiveRecord: 8.4ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=6xo3XtyEHiDpsj5mYekJEOguVvWnpWfXZHTIOZDC84%2BP1L075WCsX%2FnqvxwXiZS7LUiPqlTvNveGf%2FHjc7dhoQ%3D%3D" for ::1 at 2015-11-09 10:56:37 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"6xo3XtyEHiDpsj5mYekJEOguVvWnpWfXZHTIOZDC84+P1L075WCsX/nqvxwXiZS7LUiPqlTvNveGf/Hjc7dhoQ=="}
[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::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (19.9ms)
Completed 200 OK in 37ms (Views: 34.5ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-09 10:56:44 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Cg/PvM8LuOpqewIbdpmEwv0havxtNiTX6WxTXgEF/T9uwUXZ9u8KlXojg2EA+RlpOEezo558dfcLZ2qE4nBvEQ==", "post_type_content_element_type"=>{"label"=>"image", "content_element_type_id"=>"2", "post_type_id"=>"1", "height"=>"100", "width"=>"100"}, "commit"=>"Content element"}
[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[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", "image"], ["content_element_type_id", 2], ["post_type_id", 1], ["created_at", "2015-11-09 15:56:44.444682"], ["updated_at", "2015-11-09 15:56:44.444682"]]
[1m[35m (164.1ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "image"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 2], ["created_at", "2015-11-09 15:56:44.618281"], ["updated_at", "2015-11-09 15:56:44.618281"]]
[1m[35m (1.6ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.5ms)
Completed 200 OK in 223ms (Views: 43.0ms | ActiveRecord: 167.0ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-09 10:59:49 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "about-us"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1141.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (1148.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1152.7ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1183.7ms)
Completed 200 OK in 1247ms (Views: 1243.6ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 10:59:51 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 10:59:51 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 10:59:51 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 10:59:51 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 10:59:51 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 10:59:51 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 10:59:51 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 10:59:51 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 10:59:51 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 10:59:51 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 10:59:51 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 10:59:51 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-09 10:59:55 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"qc2ULWIRTDjkkq9ioOBkpwS250uvlfe/c0UvUo6690bNAx5IW/X+R/TKLhjWgPkMwdA+FFzfpp+RThaIbc9laA==", "content_element"=>{"title"=>"", "body"=>"asdf"}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", ""], ["body", "asdf"], ["updated_at", "2015-11-09 15:59:55.654456"], ["id", 1]]
[1m[35m (33.6ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.9ms)
Completed 200 OK in 66ms (Views: 27.1ms | ActiveRecord: 34.7ms)
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-09 11:00:22 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"EJs4tNusO9fXVw5R4ZsS5Eh3z6/VhG6GXagTFzDKeiN0VbLR4kiJqMcPjyuX+49PjREW8CbOP6a/oyrN07/oDQ==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="pic04.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"pic04.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.0ms)[0m [1mbegin 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "image" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", ""], ["image", "pic04.jpeg"], ["updated_at", "2015-11-09 16:00:22.680129"], ["id", 2]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.3ms)
Completed 200 OK in 553ms (Views: 27.0ms | ActiveRecord: 1.8ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 11:00:26 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.9ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (18.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (21.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (25.0ms)
Completed 200 OK in 101ms (Views: 99.7ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 11:00:26 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 11:00:26 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 11:00:26 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 11:00:26 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 11:00:27 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 11:00:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 11:00:27 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 11:00:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 11:00:27 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 11:00:27 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 11:00:27 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 11:00:27 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 11:08:01 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (15.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (16.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (19.7ms)
Completed 200 OK in 95ms (Views: 93.9ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 11:08:01 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 11:08:01 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 11:08:01 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 11:08:01 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 11:08:01 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 11:08:01 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 11:08:01 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 11:08:01 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 11:08:01 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 11:08:01 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 11:08:01 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 11:08:01 -0500
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-09 11:08:03 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "about-us"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.4ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (32.2ms)
Completed 200 OK in 95ms (Views: 90.2ms | ActiveRecord: 0.8ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 11:08:05 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 11:08:05 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 11:08:05 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 11:08:05 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 11:08:05 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 11:08:05 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 11:08:05 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 11:08:05 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 11:08:05 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 11:08:05 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 11:08:05 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 11:08:05 -0500
Started GET "/pulitzer/posts/about-us/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=8KvaFHhsEYm%2BrvgNIjTNS7O7ijQRLDDGDRsv2ODv4BKUZVBxQYij9q72eXdUVFDgdt1Ta%2BJmYebvEBYCA5pyPA%3D%3D" for ::1 at 2015-11-09 11:08:09 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"8KvaFHhsEYm+rvgNIjTNS7O7ijQRLDDGDRsv2ODv4BKUZVBxQYij9q72eXdUVFDgdt1Ta+JmYebvEBYCA5pyPA==", "post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms)
NoMethodError (undefined method `new' for nil:NilClass):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_tags_controller.rb:6:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (45.8ms)
Started GET "/pulitzer/posts/about-us/post_tags/new?tag_model=SearchLocation&authenticity_token=8KvaFHhsEYm%2BrvgNIjTNS7O7ijQRLDDGDRsv2ODv4BKUZVBxQYij9q72eXdUVFDgdt1Ta%2BJmYebvEBYCA5pyPA%3D%3D" for ::1 at 2015-11-09 11:08:14 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"SearchLocation", "authenticity_token"=>"8KvaFHhsEYm+rvgNIjTNS7O7ijQRLDDGDRsv2ODv4BKUZVBxQYij9q72eXdUVFDgdt1Ta+JmYebvEBYCA5pyPA==", "post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.3ms)
NoMethodError (undefined method `new' for nil:NilClass):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_tags_controller.rb:6:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (48.2ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-09 11:09:38 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.2ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (68.3ms)
Completed 200 OK in 269ms (Views: 188.9ms | ActiveRecord: 2.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 11:09:38 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 11:09:38 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 11:09:38 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 11:09:38 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 11:09:38 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 11:09:38 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 11:09:38 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 11:09:38 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 11:09:38 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 11:09:38 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 11:09:38 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 11:09:38 -0500
Started GET "/pulitzer/posts/about-us/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=DqjFNkj1HWzS77Ja7r71JZjtRX81XiiORqaUQjphHOpqZk9TcRGvE8K3MyCY3miOXYucIMYUea6kra2Y2RSOxA%3D%3D" for ::1 at 2015-11-09 11:09:40 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"DqjFNkj1HWzS77Ja7r71JZjtRX81XiiORqaUQjphHOpqZk9TcRGvE8K3MyCY3miOXYucIMYUea6kra2Y2RSOxA==", "post_id"=>"about-us"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "about-us"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags"[0m
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (22.8ms)
Completed 200 OK in 48ms (Views: 38.9ms | ActiveRecord: 0.6ms)
Started POST "/pulitzer/posts/about-us/post_tags" for ::1 at 2015-11-09 11:09:44 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"dNFo25cWfg6cGU9nHeFyDQB06r5iEm6FArsg0B7Cm1YQH+K+rvLMcYxBzh1rge+mxRIz4ZFYP6XgsBkK/bcJeA==", "post_tag"=>{"label_id"=>"lets try", "version_id"=>"1", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"about-us"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "about-us"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1 [["name", "lets try"]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (876.4ms)[0m INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "lets try"], ["created_at", "2015-11-09 16:09:44.564272"], ["updated_at", "2015-11-09 16:09:44.564272"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
Completed 500 Internal Server Error in 886ms (ActiveRecord: 877.6ms)
NoMethodError (undefined method `create' for nil:NilClass):
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_post_tag.rb:15:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_tags_controller.rb:11:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (48.2ms)
Started POST "/pulitzer/posts/about-us/post_tags" for ::1 at 2015-11-09 11:10:15 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"dNFo25cWfg6cGU9nHeFyDQB06r5iEm6FArsg0B7Cm1YQH+K+rvLMcYxBzh1rge+mxRIz4ZFYP6XgsBkK/bcJeA==", "post_tag"=>{"label_id"=>"lets try", "version_id"=>"1", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1[0m [["name", "lets try"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (857.2ms)[0m INSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label_id", 1], ["version_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-09 16:10:15.827348"], ["updated_at", "2015-11-09 16:10:15.827348"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (13.9ms)
Completed 200 OK in 976ms (Views: 43.1ms | ActiveRecord: 860.5ms)
Started GET "/pulitzer/posts/about-us/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=DqjFNkj1HWzS77Ja7r71JZjtRX81XiiORqaUQjphHOpqZk9TcRGvE8K3MyCY3miOXYucIMYUea6kra2Y2RSOxA%3D%3D" for ::1 at 2015-11-09 11:10:18 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"DqjFNkj1HWzS77Ja7r71JZjtRX81XiiORqaUQjphHOpqZk9TcRGvE8K3MyCY3miOXYucIMYUea6kra2Y2RSOxA==", "post_id"=>"about-us"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "about-us"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags"[0m
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (17.7ms)
Completed 200 OK in 36ms (Views: 32.5ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/posts/about-us/post_tags" for ::1 at 2015-11-09 11:10:22 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"dlICnj36EA+j/BfW9r9PpGM/F7w/fGJkkCopUMIj9gESnIj7BB6icLOklqyA39IPplnO48w2M0RyIRCKIVZkLw==", "post_tag"=>{"label_id"=>"another one", "version_id"=>"1", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"about-us"}
[1m[36mPulitzer::Post Load (0.4ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "about-us"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1 [["name", "another one"]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "another one"], ["created_at", "2015-11-09 16:10:22.279949"], ["updated_at", "2015-11-09 16:10:22.279949"]]
[1m[36m (1748.2ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label_id", 2], ["version_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-09 16:10:24.036708"], ["updated_at", "2015-11-09 16:10:24.036708"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.9ms)
Completed 200 OK in 1789ms (Views: 24.2ms | ActiveRecord: 1751.0ms)
Started GET "/pulitzer/posts/about-us/post_tags/new?tag_model=SearchLocation&authenticity_token=DqjFNkj1HWzS77Ja7r71JZjtRX81XiiORqaUQjphHOpqZk9TcRGvE8K3MyCY3miOXYucIMYUea6kra2Y2RSOxA%3D%3D" for ::1 at 2015-11-09 11:10:25 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"SearchLocation", "authenticity_token"=>"DqjFNkj1HWzS77Ja7r71JZjtRX81XiiORqaUQjphHOpqZk9TcRGvE8K3MyCY3miOXYucIMYUea6kra2Y2RSOxA==", "post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mSearchLocation Load (0.1ms)[0m SELECT "search_locations".* FROM "search_locations"
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (4.8ms)
Completed 200 OK in 25ms (Views: 20.3ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-09 11:16:23 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.0ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (64.3ms)
Completed 200 OK in 192ms (Views: 166.1ms | ActiveRecord: 1.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 11:16:23 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 11:16:23 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 11:16:23 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 11:16:23 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 11:16:23 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 11:16:23 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 11:16:23 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 11:16:23 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 11:16:23 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 11:16:23 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 11:16:23 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 11:16:23 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 11:16:32 -0500
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.3ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (7.2ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (34.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (38.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (42.5ms)
Completed 200 OK in 110ms (Views: 108.7ms | ActiveRecord: 1.2ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 11:16:32 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 11:16:32 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 11:16:32 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 11:16:32 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 11:16:32 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 11:16:32 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 11:16:32 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 11:16:32 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 11:16:32 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 11:16:32 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 11:16:32 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 11:16:32 -0500
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-09 11:16:34 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (32.9ms)
Completed 200 OK in 99ms (Views: 96.0ms | ActiveRecord: 1.1ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 11:16:34 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 11:16:34 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 11:16:34 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 11:16:34 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 11:16:34 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 11:16:34 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 11:16:34 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 11:16:34 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 11:16:34 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 11:16:34 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 11:16:34 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 11:16:34 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 11:16:37 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (13.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (16.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (20.7ms)
Completed 200 OK in 79ms (Views: 78.1ms | ActiveRecord: 0.6ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 11:16:37 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 11:16:37 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 11:16:37 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 11:16:37 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 11:16:37 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 11:16:37 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 11:16:37 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 11:16:37 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 11:16:37 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 11:16:37 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 11:16:37 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 11:16:37 -0500
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-09 11:20:30 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.5ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (32.5ms)
Completed 200 OK in 93ms (Views: 89.9ms | ActiveRecord: 0.9ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 11:20:30 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 11:20:30 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 11:20:31 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 11:20:31 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 11:20:31 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 11:20:31 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 11:20:31 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 11:20:31 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 11:20:31 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 11:20:31 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 11:20:31 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 11:20:31 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 11:45:36 -0500
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (49.7ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 11:45:46 -0500
[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"
[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (67.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (70.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (80.9ms)
Completed 200 OK in 202ms (Views: 193.6ms | ActiveRecord: 2.1ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 11:45:47 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 11:45:47 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 11:45:47 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 11:45:47 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 11:45:47 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 11:45:47 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 11:45:47 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 11:45:47 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 11:45:47 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 11:45:47 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 11:45:47 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 11:45:47 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=Si2JryMu1MGhyPfmp7tAXadI%2F0cS9JNzuWVCp7fdcwou4wPKGspmvrGQdpzR2932Yi4mGOG%2BwlNbbnt9VKjhJA%3D%3D" for ::1 at 2015-11-09 11:45:55 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"Si2JryMu1MGhyPfmp7tAXadI/0cS9JNzuWVCp7fdcwou4wPKGspmvrGQdpzR2932Yi4mGOG+wlNbbnt9VKjhJA=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (37.8ms)
Completed 200 OK in 56ms (Views: 55.1ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-09 11:45:57 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ueYlZkjH2gZpKTMqTF3v1sDpk0KfJlPkxvvUYlJspy3dKK8DcSNoeXlxslA6PXJ9BY9KHWxsAsQk8O24sRk1Aw==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "jobs"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-09 16:45:57.832347"], ["updated_at", "2015-11-09 16:45:57.832347"]]
[1m[36m (371.2ms)[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[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "jobs"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "jobs"], ["post_type_id", 2], ["slug", "jobs"], ["created_at", "2015-11-09 16:45:58.343111"], ["updated_at", "2015-11-09 16:45:58.343111"]]
[1m[35m (1.0ms)[0m rollback transaction
Completed 500 Internal Server Error in 528ms (ActiveRecord: 373.4ms)
NoMethodError (undefined method `create_preview' for #):
activerecord (4.2.4) lib/active_record/relation/delegation.rb:136:in `method_missing'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:99:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post.rb:30:in `create_preview_version'
activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.4) lib/active_support/callbacks.rb:228:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `each'
activesupport (4.2.4) lib/active_support/callbacks.rb:506:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_create_callbacks'
activerecord (4.2.4) lib/active_record/callbacks.rb:306:in `_create_record'
activerecord (4.2.4) lib/active_record/timestamp.rb:57:in `_create_record'
activerecord (4.2.4) lib/active_record/persistence.rb:504:in `create_or_update'
activerecord (4.2.4) lib/active_record/callbacks.rb:302:in `block in create_or_update'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_save_callbacks'
activerecord (4.2.4) lib/active_record/callbacks.rb:302:in `create_or_update'
activerecord (4.2.4) lib/active_record/persistence.rb:120:in `save'
activerecord (4.2.4) lib/active_record/validations.rb:37:in `save'
activerecord (4.2.4) lib/active_record/attribute_methods/dirty.rb:21:in `save'
activerecord (4.2.4) lib/active_record/transactions.rb:286:in `block (2 levels) in save'
activerecord (4.2.4) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:348:in `with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/transactions.rb:286:in `block in save'
activerecord (4.2.4) lib/active_record/transactions.rb:301:in `rollback_active_record_state!'
activerecord (4.2.4) lib/active_record/transactions.rb:285:in `save'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:41:in `insert_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:495:in `block (2 levels) in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:408:in `replace_on_target'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:403:in `add_to_target'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:493:in `block in _create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:183:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:182:in `transaction'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:492:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/has_many_association.rb:187:in `_create_record'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:153:in `create'
activerecord (4.2.4) lib/active_record/associations/collection_proxy.rb:290:in `create'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_singleton_post.rb:11:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_types_controller.rb:15:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (44.8ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-09 11:47:22 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ueYlZkjH2gZpKTMqTF3v1sDpk0KfJlPkxvvUYlJspy3dKK8DcSNoeXlxslA6PXJ9BY9KHWxsAsQk8O24sRk1Aw==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "jobs"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-09 16:47:22.109709"], ["updated_at", "2015-11-09 16:47:22.109709"]]
[1m[35m (738.8ms)[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", 3]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "jobs"]]
[1m[35mSQL (515.9ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "jobs"], ["post_type_id", 3], ["slug", "jobs"], ["created_at", "2015-11-09 16:47:23.019064"], ["updated_at", "2015-11-09 16:47:23.019064"]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 2], ["created_at", "2015-11-09 16:47:23.549309"], ["updated_at", "2015-11-09 16:47:23.549309"]]
[1m[35m (0.7ms)[0m commit transaction
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (26.7ms)
Completed 200 OK in 1552ms (Views: 76.6ms | ActiveRecord: 1257.9ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 11:47:27 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (10.4ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (27.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (30.1ms)
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (41.8ms)
Completed 500 Internal Server Error in 47ms (ActiveRecord: 1.1ms)
ActionView::Template::Error (No route matches {:action=>"index", :controller=>"pulitzer/content_elements", :post_id=>nil} missing required keys: [:post_id]):
1:
2:
3: - <%= post_type.name %>
4: - <%= link_to_posts(post_type, 'Index', 'Manage') %>
5: - >
6: <%= link_to "Template", '#', class: 'toggle-post-type-content-elements', data: { post_types: post_type.id } %>
7:
actionpack (4.2.4) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:729:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:760:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:803:in `url_for'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:282:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:225:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/helpers/pulitzer/posts_helper.rb:8:in `link_to_posts'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb:4:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_html_erb__3226034197072105999_70320050476140'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_wrapper_html_erb__2375646738331354515_70320046642480'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:12:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___1700576475483507559_70320046882960'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:11:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___1700576475483507559_70320046882960'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (57.4ms)
[1m[36m (906.1ms)[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 (20150716214842)
[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214842"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[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, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (1.1ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m ALTER TABLE "pulitzer_post_types" ADD "plural" boolean
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_post_types" ADD "template" boolean[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-09 16:49:23.910674"], ["updated_at", "2015-11-09 16:49:23.910674"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-09 16:49:23.912774"], ["updated_at", "2015-11-09 16:49:23.912774"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-09 16:49:23.913820"], ["updated_at", "2015-11-09 16:49:23.913820"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.4ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (1.3ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.6ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_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", "20151029221443"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.5ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/posts/about-us/content_elements" for ::1 at 2015-11-09 11:50:20 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"about-us"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "about-us"]]
Completed 404 Not Found in 19ms (ActiveRecord: 0.6ms)
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:23:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:5:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.2ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 11:50:26 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (2.2ms)
Completed 200 OK in 106ms (Views: 101.7ms | ActiveRecord: 0.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 11:50:26 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 11:50:26 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 11:50:26 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 11:50:26 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 11:50:26 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 11:50:26 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 11:50:26 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 11:50:26 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 11:50:27 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 11:50:27 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 11:50:27 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 11:50:27 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 11:50:27 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (0.7ms)
Completed 200 OK in 80ms (Views: 79.7ms | ActiveRecord: 0.1ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 11:50:28 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 11:50:28 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 11:50:28 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 11:50:28 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 11:50:28 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 11:50:28 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 11:50:28 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 11:50:28 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 11:50:28 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 11:50:28 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 11:50:28 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 11:50:28 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=Z1G42vOAXLQJLibBoEB5pg1i1o%2BTf2p9wAPxYbWzqSUDnzK%2FymTuyxl2p7vWIOQNyAQP0GA1O10iCMi7VsY7Cw%3D%3D" for ::1 at 2015-11-09 11:50:29 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"Z1G42vOAXLQJLibBoEB5pg1i1o+Tf2p9wAPxYbWzqSUDnzK/ymTuyxl2p7vWIOQNyAQP0GA1O10iCMi7VsY7Cw=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (37.9ms)
Completed 200 OK in 61ms (Views: 56.4ms | ActiveRecord: 0.1ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-09 11:50:31 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"5ka0dmX4I8w7KXwdaZVTqLAdZBQECBXRJR7MsCV9YHCCiD4TXByRsytx/Wcf9c4DdXu9S/dCRPHHFfVqxgjyXg==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "jobs"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-09 16:50:31.261131"], ["updated_at", "2015-11-09 16:50:31.261131"]]
[1m[36m (146.9ms)[0m [1mcommit transaction[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]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "jobs"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "jobs"], ["post_type_id", 1], ["slug", "jobs"], ["created_at", "2015-11-09 16:50:31.582061"], ["updated_at", "2015-11-09 16:50:31.582061"]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 16:50:31.593578"], ["updated_at", "2015-11-09 16:50:31.593578"]]
[1m[36m (2.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (19.9ms)
Completed 200 OK in 386ms (Views: 40.6ms | ActiveRecord: 151.4ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 11:50:33 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (25.5ms)
Completed 200 OK in 104ms (Views: 80.4ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 11:50:33 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 11:50:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 11:50:33 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 11:50:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 11:50:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 11:50:33 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 11:50:33 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 11:50:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 11:50:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 11:50:33 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 11:50:33 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 11:50:33 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 11:51:22 -0500
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (46.4ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 11:52:12 -0500
[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"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (45.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (48.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (60.3ms)
Completed 200 OK in 178ms (Views: 171.2ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 11:52:13 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 11:52:13 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 11:52:13 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 11:52:13 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 11:52:13 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 11:52:13 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 11:52:13 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 11:52:13 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 11:52:13 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 11:52:13 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 11:52:13 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 11:52:13 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=aRaxB66BIXNI8v1A4FTJCHhLqeqpksEcjO2UVdKIhcsN2Dtil2WTDFiqfDqWNFSjvS1wtVrYkDxu5q2PMf0X5Q%3D%3D" for ::1 at 2015-11-09 11:52:15 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"aRaxB66BIXNI8v1A4FTJCHhLqeqpksEcjO2UVdKIhcsN2Dtil2WTDFiqfDqWNFSjvS1wtVrYkDxu5q2PMf0X5Q=="}
[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"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (27.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (45.1ms)
Completed 200 OK in 74ms (Views: 59.8ms | ActiveRecord: 0.9ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-09 11:52:18 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"4YZfXSmoYI2MAmgnVOktTGrqMaaHrq+g9acVCsMGdEyFSNU4EEzS8pxa6V0iibDnr4zo+XTk/oAXrCzQIHPmYg==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "title"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-09 16:52:18.326739"], ["updated_at", "2015-11-09 16:52:18.326739"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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", 1]]
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 16:52:18.379892"], ["updated_at", "2015-11-09 16:52:18.379892"]]
[1m[35m (2.2ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (22.4ms)
Completed 200 OK in 109ms (Views: 48.4ms | ActiveRecord: 4.8ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=aRaxB66BIXNI8v1A4FTJCHhLqeqpksEcjO2UVdKIhcsN2Dtil2WTDFiqfDqWNFSjvS1wtVrYkDxu5q2PMf0X5Q%3D%3D" for ::1 at 2015-11-09 11:52:19 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"aRaxB66BIXNI8v1A4FTJCHhLqeqpksEcjO2UVdKIhcsN2Dtil2WTDFiqfDqWNFSjvS1wtVrYkDxu5q2PMf0X5Q=="}
[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::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (22.3ms)
Completed 200 OK in 39ms (Views: 36.6ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-09 11:52:22 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"qIipZbGco9IK5GB9dKwiaegfpfLlt6EupAKDU6sdHObMRiMAiHgRrRq84QcCzL/CLXl8rRb98A5GCbqJSGiOyA==", "post_type_content_element_type"=>{"label"=>"header", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"Simple editor"}, "commit"=>"Content element"}
[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[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "header"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "Simple editor"], ["created_at", "2015-11-09 16:52:22.654256"], ["updated_at", "2015-11-09 16:52:22.654256"]]
[1m[35m (2019.6ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "header"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 2], ["created_at", "2015-11-09 16:52:24.684343"], ["updated_at", "2015-11-09 16:52:24.684343"]]
[1m[35m (0.8ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.9ms)
Completed 200 OK in 2080ms (Views: 41.5ms | ActiveRecord: 2021.9ms)
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 11:57:13 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.5ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (10.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (14.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (12.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (17.1ms)
[1m[36mCACHE (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (66.7ms)
Completed 200 OK in 150ms (Views: 143.1ms | ActiveRecord: 1.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 11:57:13 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 11:57:13 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 11:57:13 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 11:57:13 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 11:57:13 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 11:57:13 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 11:57:13 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 11:57:13 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 11:57:13 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 11:57:13 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 11:57:13 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 11:57:14 -0500
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-09 11:57:16 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"BpnMGA4GMnEYOhK2YVPx9iztfR2k1KCy8ZAJulG1PIpiV0Z9N+KADghik8wXM2xd6YukQlee8ZITmzBgssCupA==", "content_element"=>{"title"=>"", "body"=>"asdf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", ""], ["body", "asdf"], ["updated_at", "2015-11-09 16:57:16.955272"], ["id", 2]]
[1m[36m (1717.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.0ms)
Completed 200 OK in 1745ms (Views: 22.1ms | ActiveRecord: 1718.7ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-09 11:57:18 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"GoAQIQCMGG01RHSJ8Frl4WsCHXfkqUvVhRhOrEUfwyd+TppEOWiqEiUc9fOGOnhKrmTEKBfjGvVnE3d2pmpRCQ==", "content_element"=>{"title"=>"", "body"=>"adf"}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", ""], ["body", "adf"], ["updated_at", "2015-11-09 16:57:18.709864"], ["id", 1]]
[1m[35m (1.2ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Completed 200 OK in 34ms (Views: 26.0ms | ActiveRecord: 2.2ms)
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-09 11:57:20 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZXUBaltZrvx+rPFGYotmFHB8F/IS/5YvDr4qgHMRgcwBu4sPYr0cg270cDwU6/u/tRrOreG1xw/stRNakGQT4g==", "commit"=>"abandoned", "id"=>"1"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 16:57:20.825355"], ["updated_at", "2015-11-09 16:57:20.825355"]]
[1m[36m (405.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostType Load (0.2ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 16:57:21.240224"], ["updated_at", "2015-11-09 16:57:21.240224"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "header"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 2], ["created_at", "2015-11-09 16:57:21.248759"], ["updated_at", "2015-11-09 16:57:21.248759"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-09 16:57:21.252666"], ["id", 1]]
[1m[35m (0.6ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 435ms (ActiveRecord: 410.0ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 11:57:21 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (16.2ms)
Completed 200 OK in 87ms (Views: 79.6ms | ActiveRecord: 0.6ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 11:57:21 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 11:57:21 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 11:57:21 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 11:57:21 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 11:57:21 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 11:57:21 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 11:57:21 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 11:57:21 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 11:57:21 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 11:57:21 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 11:57:21 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 11:57:21 -0500
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 11:57:29 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (19.0ms)
Completed 200 OK in 92ms (Views: 88.5ms | ActiveRecord: 0.6ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 11:57:29 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 11:57:29 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 11:57:29 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 11:57:29 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 11:57:29 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 11:57:29 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 11:57:29 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 11:57:29 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 11:57:29 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 11:57:29 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 11:57:29 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 11:57:29 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 12:02:43 -0500
ActiveRecord::PendingMigrationError (
Migrations are pending. To resolve this issue, run:
bin/rake db:migrate RAILS_ENV=development
):
activerecord (4.2.4) lib/active_record/migration.rb:392:in `check_pending!'
activerecord (4.2.4) lib/active_record/migration.rb:373:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (47.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 12:03:31 -0500
ActiveRecord::PendingMigrationError (
Migrations are pending. To resolve this issue, run:
bin/rake db:migrate RAILS_ENV=development
):
activerecord (4.2.4) lib/active_record/migration.rb:392:in `check_pending!'
activerecord (4.2.4) lib/active_record/migration.rb:373:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (45.9ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 12:03:44 -0500
ActiveRecord::PendingMigrationError (
Migrations are pending. To resolve this issue, run:
bin/rake db:migrate RAILS_ENV=development
):
activerecord (4.2.4) lib/active_record/migration.rb:392:in `check_pending!'
activerecord (4.2.4) lib/active_record/migration.rb:373:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (46.3ms)
[1m[36m (24.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.2ms)[0m select sqlite_version(*)
[1m[36m (1.0ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.8ms)[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214842"]]
[1m[35m (1.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.5ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[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, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (1.3ms)[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", "20150716214846"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (1.3ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[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" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m ALTER TABLE "pulitzer_post_types" ADD "plural" boolean
[1m[36m (0.1ms)[0m [1mALTER TABLE "pulitzer_post_types" ADD "template" boolean[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-09 17:04:01.239454"], ["updated_at", "2015-11-09 17:04:01.239454"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-09 17:04:01.242261"], ["updated_at", "2015-11-09 17:04:01.242261"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-09 17:04:01.244042"], ["updated_at", "2015-11-09 17:04:01.244042"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (1.1ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.4ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (1.1ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (3.1ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.6ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.6ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.3ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (2.5ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 12:04:14 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.7ms)
Completed 200 OK in 128ms (Views: 122.1ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:04:15 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:04:15 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:04:15 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:04:15 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:04:15 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:04:15 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:04:15 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:04:15 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:04:15 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:04:15 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:04:15 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:04:15 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=SaGnlWqfTmoYdWKhhCVaf2Yo41MS5oUcSdzkvFM2A9ctby3wU3v8FQgt49vyRcfUo046DOGs1Dyr191msEOR%2BQ%3D%3D" for ::1 at 2015-11-09 12:04:16 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"SaGnlWqfTmoYdWKhhCVaf2Yo41MS5oUcSdzkvFM2A9ctby3wU3v8FQgt49vyRcfUo046DOGs1Dyr191msEOR+Q=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (47.6ms)
Completed 200 OK in 74ms (Views: 67.7ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-09 12:04:20 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"wHCpk6wmoTbkq+R/+XF71tLIR0/GTGfYpmjbLBrstFekviP2lcITSfTzZQWPEeZ9F66eEDUGNvhEY+L2+ZkmeQ==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "jobs"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-09 17:04:20.058622"], ["updated_at", "2015-11-09 17:04:20.058622"]]
[1m[36m (1692.9ms)[0m [1mcommit transaction[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]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "jobs"]]
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "jobs"], ["post_type_id", 1], ["slug", "jobs"], ["created_at", "2015-11-09 17:04:21.932866"], ["updated_at", "2015-11-09 17:04:21.932866"]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 17:04:21.944145"], ["updated_at", "2015-11-09 17:04:21.944145"]]
[1m[36m (53.8ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (20.5ms)
Completed 200 OK in 1987ms (Views: 37.4ms | ActiveRecord: 1749.1ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:04:23 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.4ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (24.7ms)
Completed 200 OK in 105ms (Views: 80.5ms | ActiveRecord: 1.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:04:23 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:04:23 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:04:23 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:04:24 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:04:24 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:04:24 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:04:24 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:04:24 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:04:24 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:04:24 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:04:24 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:04:24 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 12:04:24 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (8.6ms)
Completed 200 OK in 61ms (Views: 60.1ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:04:25 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:04:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:04:25 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:04:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:04:25 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:04:25 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:04:25 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:04:25 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:04:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:04:25 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:04:25 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:04:25 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=rv7sZeW%2F4xeP7VqskDKto5oSUGvC%2FBA6iniiyowYdN3KMGYA3FtRaJ%2B129bmUjAIX3SJNDG2QRpoc5sQb23m8w%3D%3D" for ::1 at 2015-11-09 12:04:27 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"rv7sZeW/4xeP7VqskDKto5oSUGvC/BA6iniiyowYdN3KMGYA3FtRaJ+129bmUjAIX3SJNDG2QRpoc5sQb23m8w=="}
[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.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (12.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (33.3ms)
Completed 200 OK in 57ms (Views: 49.1ms | ActiveRecord: 0.8ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-09 12:04:29 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"uoIDyNi7H2BePH4W8k3MOLEszkLyyUKIdAHp4oOSjVreTImt4V+tH05k/2yELVGTdEoXHQGDE6iWCtA4YOcfdA==", "post_type_content_element_type"=>{"label"=>"asdf", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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.4ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "asdf"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-09 17:04:29.113888"], ["updated_at", "2015-11-09 17:04:29.113888"]]
[1m[36m (138.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "asdf"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 17:04:29.276541"], ["updated_at", "2015-11-09 17:04:29.276541"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.1ms)
Completed 200 OK in 214ms (Views: 45.0ms | ActiveRecord: 141.4ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:04:30 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (15.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (32.4ms)
Completed 200 OK in 112ms (Views: 108.6ms | ActiveRecord: 0.9ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:04:30 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:04:30 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:04:30 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:04:30 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:04:30 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:04:30 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:04:30 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:04:30 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:04:30 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:04:30 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:04:30 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:04:30 -0500
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-09 12:04:33 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"RjkvGpSPisyZpNvV4k6KoaZdnfL2azTNTTtbG6iOHeoi96V/rWs4s4n8Wq+ULhcKYztErQUhZe2vMGLBS/uPxA==", "commit"=>"abandoned", "id"=>"1"}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-09 17:04:33.474990"], ["updated_at", "2015-11-09 17:04:33.474990"]]
[1m[35m (62.8ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.9ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.8ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.6ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.6ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.6ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "asdf"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 17:04:53.984440"], ["updated_at", "2015-11-09 17:04:53.984440"]]
[1m[35m (225.1ms)[0m commit transaction
[1m[36mPulitzer::Version Load (1.4ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Version Load (1.7ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-09 17:05:09.578902"], ["id", 1]]
[1m[35m (180.9ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 36294ms (ActiveRecord: 474.0ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:05:09 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.3ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (26.3ms)
Completed 200 OK in 96ms (Views: 92.8ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:05:10 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:05:10 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:05:10 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:05:10 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:05:10 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:05:10 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:05:10 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:05:10 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:05:10 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:05:10 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:05:10 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:05:10 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:05:13 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (15.7ms)
Completed 200 OK in 72ms (Views: 69.4ms | ActiveRecord: 0.5ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:05:14 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:05:14 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:05:14 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:05:14 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:05:14 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:05:14 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:05:14 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:05:14 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:05:14 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:05:14 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:05:14 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:05:14 -0500
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) 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 SELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? [["post_type_id", 1]]
Started PATCH "/pulitzer/versions/2" for ::1 at 2015-11-09 12:11:28 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"SKeCkwQnUr2LhkSBoz5GVEvcrpyN3z2PjazjKrJTAhAsaQj2PcPgwpvexfvVXtv/jrp3w36VbK9vp9rwUSaQPg==", "commit"=>"abandoned", "id"=>"2"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-09 17:11:28.371438"], ["updated_at", "2015-11-09 17:11:28.371438"]]
[1m[35m (0.9ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 2], ["label", "asdf"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 17:11:32.323757"], ["updated_at", "2015-11-09 17:11:32.323757"]]
[1m[36m (197.2ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-09 17:11:32.523626"], ["id", 2]]
[1m[35m (0.6ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 4159ms (ActiveRecord: 200.2ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:11:32 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.2ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (26.4ms)
Completed 200 OK in 86ms (Views: 82.8ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:11:32 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:11:32 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:11:32 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:11:32 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:11:32 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:11:32 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:11:34 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:11:34 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:11:34 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:11:34 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:11:34 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:11:34 -0500
Started PATCH "/pulitzer/versions/3" for ::1 at 2015-11-09 12:12:18 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"SJ+PyNmygZDgz5MDCYB1ikvjH/E45jP7Wh6hqYdtHF8sUQWt4FYz7/CXEnl/4OghjoXGrsusYtu4FZhzZBiOcQ==", "commit"=>"abandoned", "id"=>"3"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.4ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 17:12:18.815947"], ["updated_at", "2015-11-09 17:12:18.815947"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostType Load (0.7ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.6ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.6ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.3ms)[0m begin transaction
[1m[36mPulitzer::ContentElementType Load (0.5ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mSQL (0.8ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 3], ["label", "asdf"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 17:12:41.371752"], ["updated_at", "2015-11-09 17:12:41.371752"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.9ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::Version Load (0.9ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[1m[36mPulitzer::Version Load (0.9ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 3]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-09 17:12:58.823923"], ["id", 3]]
[1m[36m (521.9ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 40605ms (ActiveRecord: 531.9ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:12:59 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.6ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (33.7ms)
Completed 200 OK in 166ms (Views: 162.0ms | ActiveRecord: 1.4ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:12:59 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:12:59 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:12:59 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:12:59 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:12:59 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:12:59 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:12:59 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:12:59 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:12:59 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:12:59 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:12:59 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:12:59 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:13:01 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 4]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (17.6ms)
Completed 200 OK in 111ms (Views: 108.5ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:13:01 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:13:01 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:13:01 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:13:01 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:13:01 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:13:01 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:13:01 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:13:01 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:13:01 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:13:01 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:13:01 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:13:01 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:13:27 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (15.9ms)
Completed 200 OK in 117ms (Views: 114.5ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:13:27 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:13:27 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:13:27 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:13:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:13:27 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:13:27 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:13:27 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:13:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:13:27 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:13:27 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:13:27 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:13:27 -0500
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) 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 SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 4]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 4]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Started PATCH "/pulitzer/versions/4" for ::1 at 2015-11-09 12:14:56 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"3cp4f1hQiByFQCPOnIMwjUETHaIk+6P8Pq/rnaCx/7+5BPIaYbQ6Y5UYorTq460mhHXE/dex8tzcpNJHQ8RtkQ==", "commit"=>"abandoned", "id"=>"4"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 17:14:57.052640"], ["updated_at", "2015-11-09 17:14:57.052640"]]
[1m[36m (926.2ms)[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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "asdf"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 17:15:39.017059"], ["updated_at", "2015-11-09 17:15:39.017059"]]
[1m[35m (288.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.9ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Version Load (1.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-09 17:16:51.570087"], ["id", 4]]
[1m[36m (842.3ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 115424ms (ActiveRecord: 2061.3ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:16:52 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (53.7ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:19:16 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (9.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (47.4ms)
Completed 200 OK in 271ms (Views: 183.0ms | ActiveRecord: 2.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:19:16 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:19:16 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:19:16 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:19:16 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:19:16 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:19:16 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:19:16 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:19:16 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:19:16 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:19:16 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:19:16 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:19:16 -0500
Started PATCH "/pulitzer/versions/5" for ::1 at 2015-11-09 12:19:18 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ubI6QPVfrO9gsjQ713t1a4qmZXmSaGqFbJZZ1lDdJ4bdfLAlzLsekHDqtUGhG+jAT8C8JmEiO6WOnWAMs6i1qA==", "commit"=>"abandoned", "id"=>"5"}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 5]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-09 17:19:18.737480"], ["updated_at", "2015-11-09 17:19:18.737480"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-09 17:19:18.740376"], ["id", 5]]
[1m[36m (0.6ms)[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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.3ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 6], ["label", "asdf"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 17:19:18.782246"], ["updated_at", "2015-11-09 17:19:18.782246"]]
[1m[35m (1.6ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 60ms (ActiveRecord: 5.9ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:19:18 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 6], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 6], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 6]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (28.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (33.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (57.1ms)
Completed 200 OK in 159ms (Views: 154.3ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:19:19 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:19:19 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:19:19 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:19:19 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:19:19 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:19:19 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:19:19 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:19:19 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:19:19 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:19:19 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:19:19 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:19:19 -0500
Started PATCH "/pulitzer/versions/6" for ::1 at 2015-11-09 12:19:21 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"5sv3oO8x1CMmp0ocZZEYV/hebS37LixH41oiXyCVNpeCBX3F1tVmXDb/y2YT8YX8PTi0cghkfWcBURuFw+CkuQ==", "commit"=>"abandoned", "id"=>"6"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 6]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 17:19:21.687032"], ["updated_at", "2015-11-09 17:19:21.687032"]]
[1m[36m (1176.9ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-09 17:19:22.866342"], ["id", 6]]
[1m[35m (0.6ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 7], ["label", "asdf"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 17:19:22.875213"], ["updated_at", "2015-11-09 17:19:22.875213"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 1196ms (ActiveRecord: 1180.3ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:19:22 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 7], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 7], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 7]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (33.6ms)
Completed 200 OK in 108ms (Views: 104.0ms | ActiveRecord: 1.0ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:19:23 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:19:23 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:19:23 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:19:23 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:19:23 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:19:23 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:19:23 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:19:23 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:19:23 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:19:23 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:19:23 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:19:23 -0500
Started PATCH "/pulitzer/content_elements/7" for ::1 at 2015-11-09 12:19:26 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"DJvpfF2GtTJ/qpl1qs0+46bI8mtZ4CekB2LuO0ZONjFoVWMZZGIHTW/yGA/craNIY64rNKqqdoTladfhpTukHw==", "content_element"=>{"title"=>"asdfa", "body"=>"asdfasdf"}, "commit"=>"Update", "id"=>"7"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 7]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "asdfa"], ["body", "asdfasdf"], ["updated_at", "2015-11-09 17:19:26.391289"], ["id", 7]]
[1m[35m (256.4ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 7]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.2ms)
Completed 200 OK in 287ms (Views: 26.1ms | ActiveRecord: 257.2ms)
Started PATCH "/pulitzer/versions/7" for ::1 at 2015-11-09 12:19:29 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"rGwl5OTg7/pEgXi0P88imDghvU2YIy1PAITShcJmVbPIoq+B3QRdhVTZ+c5Jr78z/UdkEmtpfG/ij+tfIRPHnQ==", "commit"=>"abandoned", "id"=>"7"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 7]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 17:19:29.907734"], ["updated_at", "2015-11-09 17:19:29.907734"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-09 17:19:29.910075"], ["id", 7]]
[1m[35m (0.7ms)[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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 8], ["label", "asdf"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 17:19:29.918835"], ["updated_at", "2015-11-09 17:19:29.918835"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 17ms (ActiveRecord: 3.5ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:19:29 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 8], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 8], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 8]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (28.5ms)
Completed 200 OK in 96ms (Views: 92.2ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:19:30 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:19:30 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:19:30 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:19:30 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:19:30 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:19:30 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:19:30 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:19:30 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:19:30 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:19:30 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:19:30 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:19:30 -0500
Started PATCH "/pulitzer/content_elements/8" for ::1 at 2015-11-09 12:19:35 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"KHdT1cmwp5msI2NsWWMzAdwGetoxZfbD103Ko96PCAVMudmw8FQV5rx74hYvA66qGWCjhcIvp+M1RvN5PfqaKw==", "content_element"=>{"title"=>"asdf", "body"=>"asf"}, "commit"=>"Update", "id"=>"8"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 8]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "asdf"], ["body", "asf"], ["updated_at", "2015-11-09 17:19:35.636098"], ["id", 8]]
[1m[35m (357.5ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 8]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Completed 200 OK in 385ms (Views: 23.0ms | ActiveRecord: 358.2ms)
Started PATCH "/pulitzer/versions/8" for ::1 at 2015-11-09 12:19:37 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"fFWBAnvGmhw8Kx+5GYTqAh2sMAp/NjyrrBWCWSuPeAcYmwtnQiIoYyxznsNv5Hep2MrpVYx8bYtOHruDyPrqKQ==", "commit"=>"active", "id"=>"8"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 8]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 17:19:37.956372"], ["updated_at", "2015-11-09 17:19:37.956372"]]
[1m[36m (1446.1ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-09 17:19:39.404901"], ["id", 8]]
[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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 9], ["label", "asdf"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 17:19:39.419195"], ["updated_at", "2015-11-09 17:19:39.419195"]]
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 1472ms (ActiveRecord: 1450.8ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:19:39 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 9]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (7.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (19.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (28.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (64.8ms)
Completed 200 OK in 141ms (Views: 134.9ms | ActiveRecord: 1.2ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:19:39 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:19:39 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:19:39 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:19:39 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:19:39 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:19:39 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:19:39 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:19:39 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:19:39 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:19:39 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:19:39 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:19:39 -0500
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started PATCH "/pulitzer/content_elements/9" for ::1 at 2015-11-09 12:26:19 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"4SgM7KSjegx4ZDL+II0UWbndA0tw/awCErhRE1WjiYKF5oaJnUfIc2g8s4RW7YnyfLvaFIO3/SLws2jJttYbrA==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"9"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (62.3ms)
[1m[36m (0.8ms)[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 (20150716214842)
[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", "20150716214842"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[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", "20150716214844"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (1.4ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m ALTER TABLE "pulitzer_post_types" ADD "plural" boolean
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_post_types" ADD "template" boolean[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-09 17:27:51.080741"], ["updated_at", "2015-11-09 17:27:51.080741"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-09 17:27:51.082449"], ["updated_at", "2015-11-09 17:27:51.082449"]]
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-09 17:27:51.083342"], ["updated_at", "2015-11-09 17:27:51.083342"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (2.3ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.6ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_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", "20151029221443"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.3ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.5ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.4ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.3ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:28:05 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
Completed 404 Not Found in 18ms (ActiveRecord: 0.5ms)
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:23:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:5:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.2ms)
Started GET "/pulitzer/" for ::1 at 2015-11-09 12:28:09 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (2.9ms)
Completed 200 OK in 116ms (Views: 111.6ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:28:09 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:28:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:28:09 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:28:09 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:28:09 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:28:09 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:28:09 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:28:09 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:28:09 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:28:09 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:28:09 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:28:09 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=OzYPyx3T%2FD6mKK%2FXyiDv97cBP3IE5nirEcWvcQVa46Nf%2BIWuJDdOQbZwLq28QHJccmfmLfesKYvzzpar5i9xjQ%3D%3D" for ::1 at 2015-11-09 12:28:28 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"OzYPyx3T/D6mKK/XyiDv97cBP3IE5nirEcWvcQVa46Nf+IWuJDdOQbZwLq28QHJccmfmLfesKYvzzpar5i9xjQ=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (38.7ms)
Completed 200 OK in 65ms (Views: 59.5ms | ActiveRecord: 0.1ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-09 12:28:44 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Fh81xdXxylatd+TQt+0zlRjDtKk466GmyQdPslYgKlty0b+g7BV4Kb0vZarBja4+3aVt9suh8IYrDHZotVW4dQ==", "post_type"=>{"name"=>"news", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "news"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-09 17:28:44.868303"], ["updated_at", "2015-11-09 17:28:44.868303"]]
[1m[35m (783.6ms)[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", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "news"]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "news"], ["post_type_id", 1], ["slug", "news"], ["created_at", "2015-11-09 17:28:46.172284"], ["updated_at", "2015-11-09 17:28:46.172284"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-09 17:28:46.184724"], ["updated_at", "2015-11-09 17:28:46.184724"]]
[1m[35m (0.8ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (22.1ms)
Completed 200 OK in 1369ms (Views: 40.2ms | ActiveRecord: 786.7ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-09 12:28:47 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (9.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (11.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.8ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (36.3ms)
Completed 200 OK in 146ms (Views: 107.2ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:28:47 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:28:47 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:28:47 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:28:47 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:28:47 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:28:47 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:28:47 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:28:47 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:28:47 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:28:47 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:28:47 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:28:47 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 12:28:49 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (9.0ms)
Completed 200 OK in 66ms (Views: 65.5ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:28:49 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:28:49 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:28:49 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:28:49 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:28:49 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:28:49 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:28:49 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:28:49 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:28:49 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:28:49 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:28:49 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:28:49 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=La6MQyqIW9GFgpe1LdBoXooE4gXCi2yNWGyI1CdL6iJJYAYmE2zprpXaFs9bsPX1T2I7WjHBPa26Z7EOxD54DA%3D%3D" for ::1 at 2015-11-09 12:28:51 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"La6MQyqIW9GFgpe1LdBoXooE4gXCi2yNWGyI1CdL6iJJYAYmE2zprpXaFs9bsPX1T2I7WjHBPa26Z7EOxD54DA=="}
[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"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (11.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (29.1ms)
Completed 200 OK in 57ms (Views: 46.1ms | ActiveRecord: 1.0ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-09 12:28:53 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6oh/AyVrWPiRbfNnd55aEGu4MAS/sCbddptIRTaSZs6ORvVmHI/qh4E1ch0B/se7rt7pW0z6d/2UkHGf1ef04A==", "post_type_content_element_type"=>{"label"=>"template", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "template"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-09 17:28:53.419316"], ["updated_at", "2015-11-09 17:28:53.419316"]]
[1m[35m (273.7ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "template"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 17:28:53.718103"], ["updated_at", "2015-11-09 17:28:53.718103"]]
[1m[35m (0.7ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.9ms)
Completed 200 OK in 348ms (Views: 43.3ms | ActiveRecord: 276.3ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=La6MQyqIW9GFgpe1LdBoXooE4gXCi2yNWGyI1CdL6iJJYAYmE2zprpXaFs9bsPX1T2I7WjHBPa26Z7EOxD54DA%3D%3D" for ::1 at 2015-11-09 12:28:56 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"La6MQyqIW9GFgpe1LdBoXooE4gXCi2yNWGyI1CdL6iJJYAYmE2zprpXaFs9bsPX1T2I7WjHBPa26Z7EOxD54DA==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (24.2ms)
Completed 200 OK in 395ms (Views: 393.4ms | ActiveRecord: 0.5ms)
Started PATCH "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-11-09 12:28:59 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6xtxqP70csbgy2IqQN45DJ0toIjX+lC+117a7DISXh6P1fvNxxDAufCT41A2vqSnWEt51ySwAZ41VeM20WfMMA==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Update", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_post_type_content_element_types" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["label", "title"], ["updated_at", "2015-11-09 17:28:59.760145"], ["id", 1]]
[1m[35m (325.9ms)[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::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["label", "template"]]
[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 begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "label" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["label", "title"], ["updated_at", "2015-11-09 17:29:00.094813"], ["id", 1]]
[1m[35m (0.6ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
Completed 200 OK in 361ms (Views: 21.4ms | ActiveRecord: 327.9ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-09 12:29:02 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.0ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (32.1ms)
Completed 200 OK in 89ms (Views: 86.1ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:29:02 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:29:02 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:29:02 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:29:02 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:29:02 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:29:02 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:29:02 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:29:02 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:29:02 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:29:02 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:29:02 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:29:02 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-09 12:29:07 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ATJzs45iZaw7B+LZJcd9d7f2Yz0ESegokB3d5kNKWTZl/PnWt4bX0ytfY6NTp+DccpC6YvcDuQhyFuQ8oD/LGA==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "asdf"], ["body", "asdf"], ["updated_at", "2015-11-09 17:29:07.203939"], ["id", 1]]
[1m[36m (1743.7ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (6.6ms)
Completed 200 OK in 1778ms (Views: 28.3ms | ActiveRecord: 1744.8ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-09 12:29:08 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ATJzs45iZaw7B+LZJcd9d7f2Yz0ESegokB3d5kNKWTZl/PnWt4bX0ytfY6NTp+DccpC6YvcDuQhyFuQ8oD/LGA==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Completed 200 OK in 27ms (Views: 23.5ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-09 12:29:11 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"7xU1BVcD42/56nO/A0Qpikg2N2zZy14Fgz27k3OQFLaL279gbudREOmy8sV1JLQhjVDuMyqBDyVhNoJJkOWGmA==", "commit"=>"abandoned", "id"=>"1"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.4ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-09 17:29:11.565931"], ["updated_at", "2015-11-09 17:29:11.565931"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-09 17:29:11.568986"], ["id", 1]]
[1m[36m (0.8ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 2], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 17:29:11.579956"], ["updated_at", "2015-11-09 17:29:11.579956"]]
[1m[35m (0.6ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 23ms (ActiveRecord: 4.2ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-09 12:29:11 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (31.0ms)
Completed 200 OK in 100ms (Views: 95.1ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:29:11 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:29:11 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:29:11 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:29:11 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:29:11 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:29:11 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:29:11 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:29:11 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:29:11 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:29:11 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:29:11 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:29:11 -0500
Started GET "/pulitzer/content_elements/2?authenticity_token=YSZjIBWAGN1yK8RZo0uX8ZaRkfiv4LpZ9iNMZeuXN8cF6OlFLGSqomJzRSPVKwpaU%2FdIp1yq63kUKHW%2FCOKl6Q%3D%3D" for ::1 at 2015-11-09 12:29:13 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"YSZjIBWAGN1yK8RZo0uX8ZaRkfiv4LpZ9iNMZeuXN8cF6OlFLGSqomJzRSPVKwpaU/dIp1yq63kUKHW/COKl6Q==", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.4ms)
Completed 200 OK in 37ms (Views: 26.2ms | ActiveRecord: 0.4ms)
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started PATCH "/pulitzer/versions/2" for ::1 at 2015-11-09 12:29:46 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"N1wN6mMmVO+5gkh6jCAU9tsJDIil66zDp3Bliv4m+J1TkoePWsLmkKnayQD6QIldHm/V11ah/eNFe1xQHVNqsw==", "commit"=>"abandoned", "id"=>"2"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 17:29:46.404358"], ["updated_at", "2015-11-09 17:29:46.404358"]]
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-09 17:29:46.407970"], ["id", 2]]
[1m[35m (0.6ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 3], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 17:29:46.419930"], ["updated_at", "2015-11-09 17:29:46.419930"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 27ms (ActiveRecord: 4.7ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-09 12:29:46 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (31.2ms)
Completed 200 OK in 87ms (Views: 81.5ms | ActiveRecord: 0.9ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:29:46 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:29:46 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:29:46 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:29:46 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:29:46 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:29:46 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:29:46 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:29:46 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:29:46 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:29:46 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:29:46 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:29:46 -0500
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-11-09 12:30:00 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"bqWfALTCCC5ZniKyEgE0jZOstH0SB7yhEfFDRMZkFUMKaxVljSa6UUnGo8hkYakmVsptIuFN7YHz+nqeJRGHbQ==", "content_element"=>{"title"=>"Job page", "body"=>"content for my job page"}, "commit"=>"Update", "id"=>"3"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "Job page"], ["body", "content for my job page"], ["updated_at", "2015-11-09 17:30:00.487447"], ["id", 3]]
[1m[35m (1.0ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (6.8ms)
Completed 200 OK in 47ms (Views: 38.7ms | ActiveRecord: 2.1ms)
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started PATCH "/pulitzer/versions/3" for ::1 at 2015-11-09 12:30:06 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"C3jhKiD9VQChqtZ86T8VmBz4m1BOvnoDElpnu3itIsBvtmtPGRnnf7HyVwafX4gz2Z5CD730KyPwUV5hm9iw7g==", "commit"=>"active", "id"=>"3"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 17:30:06.443569"], ["updated_at", "2015-11-09 17:30:06.443569"]]
[1m[36m (242.7ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.6ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-09 17:30:06.688546"], ["id", 3]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 17:30:06.698392"], ["updated_at", "2015-11-09 17:30:06.698392"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 261ms (ActiveRecord: 246.0ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-09 12:30:06 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (30.7ms)
Completed 200 OK in 108ms (Views: 104.6ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:30:06 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:30:06 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:30:07 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:30:07 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:30:07 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:30:07 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:30:07 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:30:07 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:30:07 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:30:07 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:30:07 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:30:07 -0500
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started PATCH "/pulitzer/content_elements/4" for ::1 at 2015-11-09 12:33:56 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"CY0E2hALnnH5GOe7Yhpo0UHv9cf+VSWYvB9m5jAdRcBtQ46/Ke8sDulAZsEUevV6hIksmA0fdLheFF8802jX7g==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasf"}, "commit"=>"Update", "id"=>"4"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (50.2ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-09 12:34:51 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (13.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (47.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (56.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (104.3ms)
Completed 200 OK in 343ms (Views: 246.0ms | ActiveRecord: 3.1ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:34:51 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:34:51 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:34:51 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:34:51 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:34:51 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:34:51 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:34:51 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:34:51 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:34:51 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:34:51 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:34:51 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:34:51 -0500
Started PATCH "/pulitzer/content_elements/4" for ::1 at 2015-11-09 12:34:57 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"DcxPySOsbOtcM7s7rqF+iXzopV6DHwevCVqJPjFfCp1pAsWsGkjelExrOkHYweMiuY58AXBVVo/rUbDk0iqYsw==", "content_element"=>{"title"=>"asdf", "body"=>"asfasf"}, "commit"=>"Update", "id"=>"4"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 4]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "asdf"], ["body", "asfasf"], ["updated_at", "2015-11-09 17:34:57.089439"], ["id", 4]]
[1m[35m (0.6ms)[0m commit 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[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.0ms)
Completed 200 OK in 33ms (Views: 26.1ms | ActiveRecord: 1.7ms)
Started PATCH "/pulitzer/versions/4" for ::1 at 2015-11-09 12:35:01 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"QvMM0L0aEC8z822XgLJdKltc4UJuqBQhRHBzvOla790mPYa1hP6iUCOr7O320sCBnjo4HZ3iRQGme0pmCi998w==", "commit"=>"active", "id"=>"4"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.3ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 17:35:01.709589"], ["updated_at", "2015-11-09 17:35:01.709589"]]
[1m[36m (242.9ms)[0m [1mcommit transaction[0m
[1m[35m (0.4ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-09 17:35:01.956900"], ["id", 4]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (1.1ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Completed 500 Internal Server Error in 28788ms (ActiveRecord: 246.2ms)
SystemExit (exit):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:11:in `exit'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:11:in `update'
byebug (8.0.0) lib/byebug/helpers/eval.rb:52:in `eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:52:in `safe_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:46:in `warning_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:22:in `single_thread_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:13:in `block in thread_safe_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:86:in `block in allowing_other_threads'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (31.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (14.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (132.1ms)
[1m[36m (716.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.2ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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", "20150716214842"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (1.3ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[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", "20150716214846"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (2.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (1.3ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[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-11-09 17:35:44.941627"], ["updated_at", "2015-11-09 17:35:44.941627"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-09 17:35:44.943384"], ["updated_at", "2015-11-09 17:35:44.943384"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-09 17:35:44.944954"], ["updated_at", "2015-11-09 17:35:44.944954"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.8ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.4ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (2.8ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (1.5ms)[0m CREATE TABLE "search_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150901153531"]]
[1m[35m (1.7ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 12:36:44 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (5.3ms)
Completed 200 OK in 143ms (Views: 131.9ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:36:45 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:36:45 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:36:45 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:36:45 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:36:45 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:36:45 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:36:45 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:36:45 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:36:45 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:36:45 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:36:45 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:36:45 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=VH1FYx7JF2JAUOSGKfjvnxALC0rfn6WlF21D6bSp9Gcws88GJy2lHVAIZfxfmHI01W3SFSzV9IX1ZnozV9xmSQ%3D%3D" for ::1 at 2015-11-09 12:36:48 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"VH1FYx7JF2JAUOSGKfjvnxALC0rfn6WlF21D6bSp9Gcws88GJy2lHVAIZfxfmHI01W3SFSzV9IX1ZnozV9xmSQ=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (48.0ms)
Completed 200 OK in 612ms (Views: 607.6ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-09 12:36:52 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"1dgqm0Fo8qprnnYdmZNJ26/NAdr3zxzDRwU2DSXBzpexFqD+eIxA1XvG92fv89RwaqvYhQSFTeOlDg/XxrRcuQ==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "jobs"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-09 17:36:52.065617"], ["updated_at", "2015-11-09 17:36:52.065617"]]
[1m[36m (77.4ms)[0m [1mcommit transaction[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]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "jobs"]]
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "jobs"], ["post_type_id", 1], ["slug", "jobs"], ["created_at", "2015-11-09 17:36:53.007288"], ["updated_at", "2015-11-09 17:36:53.007288"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 17:36:53.017858"], ["updated_at", "2015-11-09 17:36:53.017858"]]
[1m[36m (0.9ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (21.4ms)
Completed 200 OK in 1002ms (Views: 38.4ms | ActiveRecord: 80.9ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:36:54 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (25.4ms)
Completed 200 OK in 117ms (Views: 79.3ms | ActiveRecord: 1.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:36:55 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:36:55 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:36:55 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:36:55 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:36:55 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:36:55 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:36:55 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:36:55 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:36:55 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:36:55 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:36:55 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:36:55 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 12:36:57 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (8.3ms)
Completed 200 OK in 63ms (Views: 62.2ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:36:57 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:36:57 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:36:57 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:36:57 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:36:57 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:36:57 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:36:57 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:36:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:36:58 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:36:58 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:36:58 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:36:58 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=oxyIMJrV0wbnDAccurCot85YjdUuDwVF8divVkSqPuDH0gJVozFhefdUhmbM0DUcCz5Uit1FVGUT05aMp9%2Bszg%3D%3D" for ::1 at 2015-11-09 12:37:00 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"oxyIMJrV0wbnDAccurCot85YjdUuDwVF8divVkSqPuDH0gJVozFhefdUhmbM0DUcCz5Uit1FVGUT05aMp9+szg=="}
[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.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (22.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (46.0ms)
Completed 200 OK in 73ms (Views: 63.8ms | ActiveRecord: 1.1ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-09 12:37:05 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"HtfsrmwbgESsrpDdgC5L7Ynnd5gRs0q7RVfIAWRvGk96GWbLVf8yO7z2Eaf2TtZGTIGux+L5G5unXPHbhxqIYQ==", "post_type_content_element_type"=>{"label"=>"Title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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.8ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Title"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-09 17:37:05.044321"], ["updated_at", "2015-11-09 17:37:05.044321"]]
[1m[36m (686.1ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "Title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 17:37:05.759127"], ["updated_at", "2015-11-09 17:37:05.759127"]]
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (22.1ms)
Completed 200 OK in 768ms (Views: 45.7ms | ActiveRecord: 689.8ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:37:07 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (13.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (17.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (36.4ms)
Completed 200 OK in 122ms (Views: 118.7ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:37:07 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:37:07 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:37:07 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:37:07 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:37:08 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:37:08 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:37:08 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:37:08 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:37:08 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:37:08 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:37:08 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:37:08 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-09 12:37:14 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"dbusUzqE5g+eI+SxN47PaspeJI9y+LAmt9wH9yBGjt8RdSY2A2BUcI57ZctB7lLBDzj90IGy4QZV1z4twzMc8Q==", "content_element"=>{"title"=>"title", "body"=>"content"}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "title"], ["body", "content"], ["updated_at", "2015-11-09 17:37:14.722897"], ["id", 1]]
[1m[35m (675.5ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.1ms)
Completed 200 OK in 707ms (Views: 25.4ms | ActiveRecord: 676.6ms)
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-09 12:37:17 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"wwJVCVB5pBtl6intod0BmpMThWnJDUlnDzSTml0UI0unzN9saZ0WZHWyqJfXvZwxVnVcNjpHGEftP6pAvmGxZQ==", "commit"=>"active", "id"=>"1"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 17:37:17.419297"], ["updated_at", "2015-11-09 17:37:17.419297"]]
[1m[36m (926.3ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (3.1ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-09 17:37:18.348623"], ["id", 1]]
[1m[35m (1.5ms)[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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 2], ["label", "Title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 17:37:18.365434"], ["updated_at", "2015-11-09 17:37:18.365434"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 955ms (ActiveRecord: 933.5ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:37:18 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (29.2ms)
Completed 200 OK in 93ms (Views: 89.7ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:37:18 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:37:18 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:37:18 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:37:18 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:37:18 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:37:18 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:37:18 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:37:18 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:37:18 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:37:18 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:37:18 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:37:18 -0500
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35m (0.1ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started PATCH "/pulitzer/versions/2" for ::1 at 2015-11-09 12:43:57 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"0RBY9tjmIxSv/nuZVCx3J/fN+JlqjAqWh006EE63bj+13tKT4QKRa7+m+uMiTOqMMqshxpnGW7ZlRgPKrcL8EQ==", "commit"=>"active", "id"=>"2"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-09 17:43:57.240671"], ["id", 2]]
[1m[35m (1477.3ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-09 17:43:58.731363"], ["updated_at", "2015-11-09 17:43:58.731363"]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 3], ["updated_at", "2015-11-09 17:43:58.771946"], ["id", 1]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-11-09 17:43:58.778459"], ["id", 1]]
[1m[35m (0.6ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 1595ms (ActiveRecord: 1482.6ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:43:58 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (42.8ms)
Completed 200 OK in 156ms (Views: 151.7ms | ActiveRecord: 1.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:43:59 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:43:59 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:43:59 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:43:59 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:43:59 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:43:59 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:43:59 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:43:59 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:43:59 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:43:59 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:43:59 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:43:59 -0500
[1m[36m (0.1ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started GET "/pulitzer/posts/jobs/content_elements/1/edit?authenticity_token=btVz8hIa%2FNgTNYq4p6myUU5fPPTn7p4mtyFyYSMWvC0KG%2FmXK%2F5OpwNtC8LRyS%2F6iznlqxSkzwZVKku7wGMuAw%3D%3D" for ::1 at 2015-11-09 12:44:08 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"btVz8hIa/NgTNYq4p6myUU5fPPTn7p4mtyFyYSMWvC0KG/mXK/5OpwNtC8LRyS/6iznlqxSkzwZVKku7wGMuAw==", "post_id"=>"jobs", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (27.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (84.5ms)
Completed 200 OK in 102ms (Views: 99.7ms | ActiveRecord: 0.7ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-09 12:44:10 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"uLzKYgY525KXAXKo8E66hrzg3fe7iszlS6ZmjX+SVsfcckAHP91p7YdZ89KGLicteYYEqEjAncWprV9XnOfE6Q==", "content_element"=>{"title"=>"title", "body"=>"content 2"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "content 2"], ["updated_at", "2015-11-09 17:44:10.612784"], ["id", 1]]
[1m[36m (4.0ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.2ms)
Completed 200 OK in 34ms (Views: 25.2ms | ActiveRecord: 4.8ms)
Started PATCH "/pulitzer/versions/3" for ::1 at 2015-11-09 12:44:12 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"YDQ+NTt3sfWuT7cCIHwVey+btIK6oMoBKgImgr6ovGQE+rRQApMDir4XNnhWHIjQ6v1t3UnqmyHICR9YXd0uSg==", "commit"=>"active", "id"=>"3"}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.8ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-09 17:44:12.787626"], ["id", 3]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 17:44:12.794442"], ["updated_at", "2015-11-09 17:44:12.794442"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 4], ["updated_at", "2015-11-09 17:44:12.803060"], ["id", 2]]
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", "2015-11-09 17:44:12.809355"], ["id", 2]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 32ms (ActiveRecord: 6.8ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:44:12 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (15.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (19.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (46.2ms)
Completed 200 OK in 143ms (Views: 137.6ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:44:14 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:44:14 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:44:14 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:44:14 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:44:14 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:44:14 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:44:14 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:44:14 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:44:14 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:44:14 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:44:14 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:44:14 -0500
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.1ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started PATCH "/pulitzer/versions/4" for ::1 at 2015-11-09 12:48:24 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"K1bsiT0o/P3QD3PGjbB0WiwOa+cB+KXhSrr2kMhxQrZPmGbsBMxOgsBX8rz70Onx6WiyuPKy9MGosc9KKwTQmA==", "commit"=>"active", "id"=>"4"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (67.1ms)
Started PATCH "/pulitzer/versions/4" for ::1 at 2015-11-09 12:49:05 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"K1bsiT0o/P3QD3PGjbB0WiwOa+cB+KXhSrr2kMhxQrZPmGbsBMxOgsBX8rz70Onx6WiyuPKy9MGosc9KKwTQmA==", "commit"=>"active", "id"=>"4"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.2ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-09 17:49:05.274790"], ["updated_at", "2015-11-09 17:49:05.274790"]]
[1m[35m (13.4ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-09 17:49:05.290755"], ["id", 4]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 4]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 5], ["updated_at", "2015-11-09 17:49:05.346334"], ["id", 2]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 4]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", "2015-11-09 17:49:05.354421"], ["id", 4]]
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 154ms (ActiveRecord: 18.6ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:49:05 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.4ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (13.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (30.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (38.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (74.4ms)
Completed 200 OK in 187ms (Views: 181.5ms | ActiveRecord: 2.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:49:05 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:49:05 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:49:05 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:49:05 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:49:05 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:49:05 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:49:05 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:49:05 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:49:05 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:49:05 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:49:05 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:49:05 -0500
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-09 12:49:08 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"VDLpolekWaMdfQ95WB2IzqazbVzVzkR9HKjVDwE4Easw/GPHbkDr3A0ljgMufRVlY9W0AyaEFV3+o+zV4k2DhQ==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "asdf"], ["body", "asdf"], ["updated_at", "2015-11-09 17:49:08.690130"], ["id", 2]]
[1m[35m (53.1ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.3ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 5]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.9ms)
Completed 200 OK in 88ms (Views: 28.7ms | ActiveRecord: 54.2ms)
Started PATCH "/pulitzer/versions/5" for ::1 at 2015-11-09 12:49:10 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"uEKIhRP+QDG4iW7ysROH6WQOwRQSwIPoZURzNdYesx7cjALgKhryTqjR74jHcxpCoWgYS+GK0siHT0rvNWshMA==", "commit"=>"active", "id"=>"5"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 5]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-09 17:49:10.597835"], ["updated_at", "2015-11-09 17:49:10.597835"]]
[1m[35m (495.0ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-09 17:49:11.095636"], ["id", 5]]
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 5]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 6], ["updated_at", "2015-11-09 17:49:11.103565"], ["id", 2]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 5]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", "2015-11-09 17:49:11.109448"], ["id", 5]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 519ms (ActiveRecord: 500.0ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:49:11 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 6], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 6], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 6]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (29.6ms)
Completed 200 OK in 120ms (Views: 115.7ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:49:11 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:49:11 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:49:11 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:49:11 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:49:11 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:49:11 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:49:11 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:49:11 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:49:11 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:49:11 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:49:11 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:49:11 -0500
Started PATCH "/pulitzer/versions/6" for ::1 at 2015-11-09 12:49:13 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"UwFECqA9Opi3qxiAjUOuIxFlltJqn3qEL0vx3idagrQ3z85vmdmI56fzmfr7IzOI1ANPjZnVK6TNQMgExC8Qmg==", "commit"=>"abandoned", "id"=>"6"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 6]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 17:49:13.487215"], ["updated_at", "2015-11-09 17:49:13.487215"]]
[1m[36m (677.9ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-09 17:49:14.167899"], ["id", 6]]
[1m[35m (1.2ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 7], ["updated_at", "2015-11-09 17:49:14.179421"], ["id", 1]]
[1m[35m (0.9ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 3]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-11-09 17:49:14.185773"], ["id", 3]]
[1m[35m (1.5ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 708ms (ActiveRecord: 683.7ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:49:14 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 7], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 7], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 7]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (27.0ms)
Completed 200 OK in 103ms (Views: 98.3ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:49:14 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:49:14 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:49:14 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:49:14 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:49:14 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:49:14 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:49:14 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:49:14 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:49:14 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:49:14 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:49:14 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:49:14 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 12:49:17 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (13.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (16.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (21.0ms)
Completed 200 OK in 86ms (Views: 84.6ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:49:18 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:49:18 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:49:18 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:49:18 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:49:18 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:49:18 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:49:18 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:49:18 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:49:19 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:49:19 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:49:19 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:49:19 -0500
[1m[35m (0.1ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:49:31 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 7], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 7], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 7]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (23.5ms)
Completed 200 OK in 90ms (Views: 86.7ms | ActiveRecord: 0.7ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:49:32 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:49:32 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:49:32 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:49:32 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:49:32 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:49:32 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:49:32 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:49:32 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:49:32 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:49:32 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:49:32 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:49:32 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:50:33 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (50.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:50:42 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 7], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 7], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 7]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (64.4ms)
Completed 200 OK in 243ms (Views: 167.4ms | ActiveRecord: 2.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:50:42 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:50:42 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:50:42 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:50:42 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:50:42 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:50:42 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:50:42 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:50:42 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:50:42 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:50:42 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:50:42 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:50:42 -0500
Started GET "/pulitzer/posts/jobs/content_elements/1/edit?authenticity_token=P0U19V6%2BNPRcQLg1ySs8tel7JGLDEAEoe%2FcJEDzDOqBbi7%2BQZ1qGi0wYOU%2B%2FS6EeLB39PTBaUAiZ%2FDDK37aojg%3D%3D" for ::1 at 2015-11-09 12:50:45 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"P0U19V6+NPRcQLg1ySs8tel7JGLDEAEoe/cJEDzDOqBbi7+QZ1qGi0wYOU+/S6EeLB39PTBaUAiZ/DDK37aojg==", "post_id"=>"jobs", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (28.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (77.7ms)
Completed 200 OK in 94ms (Views: 92.0ms | ActiveRecord: 0.7ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-09 12:50:53 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"FDT8wuv+umRdlbR7VrZJTeAkvIjt17UPhbKkCy2g2Vdw+nan0hoIG03NNQEg1tTmJUJl1x6d5C9nuZ3RztVLeQ==", "content_element"=>{"title"=>"title baby", "body"=>"activating this baby"}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "title baby"], ["body", "activating this baby"], ["updated_at", "2015-11-09 17:50:53.876866"], ["id", 1]]
[1m[35m (182.4ms)[0m commit 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[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 7]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.0ms)
Completed 200 OK in 216ms (Views: 27.2ms | ActiveRecord: 183.4ms)
Started PATCH "/pulitzer/versions/7" for ::1 at 2015-11-09 12:50:55 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"z/ECcMaFb8M9r/tX+OGLMX+ALOUD0xlsSqBy/fMRo/OrP4gV/2HdvC33ei2OgRaauub1uvCZSEyoq0snEGQx3Q==", "commit"=>"active", "id"=>"7"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 7]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-09 17:50:55.372968"], ["updated_at", "2015-11-09 17:50:55.372968"]]
[1m[35m (244.2ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-09 17:50:55.620003"], ["id", 7]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 7]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 8], ["updated_at", "2015-11-09 17:50:55.627274"], ["id", 1]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 7]]
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 264ms (ActiveRecord: 247.4ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:50:55 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 8], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 8], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 8]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (28.7ms)
Completed 200 OK in 121ms (Views: 115.5ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:50:55 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:50:55 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:50:55 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:50:55 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:50:55 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:50:55 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:50:55 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:50:55 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:50:55 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:50:56 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:50:56 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:50:56 -0500
[1m[35m (0.1ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started GET "/pulitzer/posts/jobs/content_elements/1/edit?authenticity_token=SIr%2F2zG%2Fz7ZkBFgWhnYDgNotv3vTh3ZeXcLSeS%2Ff6AMsRHW%2BCFt9yXRc2WzwFp4rH0tmJCDNJ36%2FyeujzKp6LQ%3D%3D" for ::1 at 2015-11-09 12:51:02 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"SIr/2zG/z7ZkBFgWhnYDgNotv3vTh3ZeXcLSeS/f6AMsRHW+CFt9yXRc2WzwFp4rH0tmJCDNJ36/yeujzKp6LQ==", "post_id"=>"jobs", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (19.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (60.2ms)
Completed 200 OK in 78ms (Views: 76.1ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-09 12:51:06 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"DOzExeu5c7SPQR+T/G51IWGaGSAoYfPZxIPCUMfc3rBoIk6g0l3By58ZnumKDuiKpPzAf9srovkmiPuKJKlMng==", "content_element"=>{"title"=>"title baby", "body"=>"activating this baby with a change"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.4ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "activating this baby with a change"], ["updated_at", "2015-11-09 17:51:06.327380"], ["id", 1]]
[1m[36m (337.1ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 8]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.8ms)
Completed 200 OK in 366ms (Views: 23.2ms | ActiveRecord: 338.2ms)
[1m[36m (0.1ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started PATCH "/pulitzer/versions/8" for ::1 at 2015-11-09 12:51:11 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"1InI1D1unenz57Kot+nsjmdRXOeSORbbkWoudlxix/6wR0KxBIovluO/M9LBiXElojeFuGFzR/tzYResvxdV0A==", "commit"=>"active", "id"=>"8"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 8]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 17:51:11.954016"], ["updated_at", "2015-11-09 17:51:11.954016"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-09 17:51:11.957389"], ["id", 8]]
[1m[35m (1.0ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 8]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 9], ["updated_at", "2015-11-09 17:51:11.965129"], ["id", 1]]
[1m[35m (1.6ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 8]]
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 24ms (ActiveRecord: 4.9ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:51:11 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (23.7ms)
Completed 200 OK in 98ms (Views: 94.6ms | ActiveRecord: 0.8ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:51:12 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:51:12 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:51:12 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:51:12 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:51:12 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:51:12 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:51:12 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:51:12 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:51:12 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:51:12 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:51:12 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:51:12 -0500
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 12:51:38 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (411.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (412.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.0ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (439.4ms)
Completed 200 OK in 511ms (Views: 508.1ms | ActiveRecord: 0.7ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:51:39 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:51:39 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:51:39 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:51:39 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:51:39 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:51:39 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:51:39 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:51:39 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:51:39 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:51:39 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:51:39 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:51:39 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 12:51:40 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (14.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (17.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (21.3ms)
Completed 200 OK in 83ms (Views: 81.8ms | ActiveRecord: 0.6ms)
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 12:51:40 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 12:51:40 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 12:51:40 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 12:51:40 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 12:51:40 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 12:51:40 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 12:51:40 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 12:51:40 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 12:51:40 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 12:51:40 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 12:51:40 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 12:51:40 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 13:01:44 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (50.5ms)
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 13:04:43 -0500
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (53.5ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 13:04:51 -0500
[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::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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (66.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (69.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (80.7ms)
Completed 200 OK in 231ms (Views: 221.3ms | ActiveRecord: 1.9ms)
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 13:04:51 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 13:04:52 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 13:04:52 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 13:04:52 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 13:04:52 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 13:04:52 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 13:04:52 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 13:04:52 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 13:04:52 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 13:04:52 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 13:04:52 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 13:04:52 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 13:04:54 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.2ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (45.6ms)
Completed 200 OK in 175ms (Views: 128.7ms | ActiveRecord: 2.0ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 13:04:55 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 13:04:55 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 13:04:55 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 13:04:55 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 13:04:55 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 13:04:55 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 13:04:55 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 13:04:55 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 13:04:55 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 13:04:55 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 13:04:55 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 13:04:55 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=3XrhC%2Bw2uEuxdD06I9zROGDjQSg26cahY8qfCa%2BooGe5tGtu1dIKNKEsvEBVvEyTpYWYd8Wjl4GBwabTTN0ySQ%3D%3D" for ::1 at 2015-11-09 13:07:35 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"3XrhC+w2uEuxdD06I9zROGDjQSg26cahY8qfCa+ooGe5tGtu1dIKNKEsvEBVvEyTpYWYd8Wjl4GBwabTTN0ySQ==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (35.8ms)
Completed 200 OK in 55ms (Views: 53.6ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types/1?authenticity_token=3XrhC%2Bw2uEuxdD06I9zROGDjQSg26cahY8qfCa%2BooGe5tGtu1dIKNKEsvEBVvEyTpYWYd8Wjl4GBwabTTN0ySQ%3D%3D" for ::1 at 2015-11-09 13:07:36 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"3XrhC+w2uEuxdD06I9zROGDjQSg26cahY8qfCa+ooGe5tGtu1dIKNKEsvEBVvEyTpYWYd8Wjl4GBwabTTN0ySQ==", "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[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (41.4ms)
Completed 200 OK in 60ms (Views: 58.5ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 13:08:04 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (25.9ms)
Completed 200 OK in 98ms (Views: 94.6ms | ActiveRecord: 0.7ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 13:08:04 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 13:08:04 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 13:08:04 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 13:08:04 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 13:08:04 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 13:08:04 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 13:08:04 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 13:08:04 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 13:08:04 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 13:08:05 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 13:08:05 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 13:08:05 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 13:10:01 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (11.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (14.2ms)
Completed 200 OK in 81ms (Views: 80.5ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 13:10:01 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 13:10:01 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 13:10:01 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 13:10:01 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 13:10:01 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 13:10:01 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 13:10:01 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 13:10:01 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 13:10:01 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 13:10:01 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 13:10:01 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 13:10:01 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 13:13:02 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (53.1ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=0JU9Ol3lGHIQvInHw7JCkKCOrpp1hvKK%2FISH0obOuZ%2B0W7dfZAGqDQDkCL210t87Zeh3xYbMo6oej74IZbsrsQ%3D%3D" for ::1 at 2015-11-09 13:13:06 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"0JU9Ol3lGHIQvInHw7JCkKCOrpp1hvKK/ISH0obOuZ+0W7dfZAGqDQDkCL210t87Zeh3xYbMo6oej74IZbsrsQ==", "id"=>"1"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (57.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 13:13:13 -0500
[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"
[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (8.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (11.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (72.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (75.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (89.8ms)
Completed 200 OK in 221ms (Views: 212.3ms | ActiveRecord: 1.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 13:13:14 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 13:13:14 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 13:13:14 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 13:13:14 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 13:13:14 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 13:13:14 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 13:13:14 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 13:13:14 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 13:13:14 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 13:13:14 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 13:13:14 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 13:13:14 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=qA3CRelTanz%2FsE7zUW4pgpBL%2FLXp6rBohfzTtg7PZWfMw0gg0LfYA%2B%2Foz4knDrQpVS0l6hqg4Uhn9%2Bps7br3SQ%3D%3D" for ::1 at 2015-11-09 13:13:15 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"qA3CRelTanz/sE7zUW4pgpBL/LXp6rBohfzTtg7PZWfMw0gg0LfYA+/oz4knDrQpVS0l6hqg4Uhn9+ps7br3SQ==", "id"=>"1"}
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (61.0ms)
Completed 200 OK in 84ms (Views: 78.6ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_types/1?authenticity_token=qA3CRelTanz%2FsE7zUW4pgpBL%2FLXp6rBohfzTtg7PZWfMw0gg0LfYA%2B%2Foz4knDrQpVS0l6hqg4Uhn9%2Bps7br3SQ%3D%3D" for ::1 at 2015-11-09 13:13:26 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"qA3CRelTanz/sE7zUW4pgpBL/LXp6rBohfzTtg7PZWfMw0gg0LfYA+/oz4knDrQpVS0l6hqg4Uhn9+ps7br3SQ==", "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[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (46.3ms)
Completed 200 OK in 63ms (Views: 62.0ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 13:13:28 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (44.9ms)
Completed 200 OK in 190ms (Views: 147.6ms | ActiveRecord: 1.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 13:13:29 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 13:13:29 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 13:13:29 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 13:13:29 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 13:13:29 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 13:13:29 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 13:13:29 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 13:13:29 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 13:13:29 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 13:13:29 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 13:13:29 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 13:13:29 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 13:13:34 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (10.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (13.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (15.8ms)
Completed 200 OK in 87ms (Views: 86.1ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 13:13:35 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 13:13:35 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 13:13:35 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 13:13:35 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 13:13:35 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 13:13:35 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 13:13:35 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 13:13:35 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 13:13:35 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 13:13:35 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 13:13:35 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 13:13:35 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=cRSFUmDboAsWQXQDnd3h8j0bCurShhYCKgonuErPpsQV2g83WT8SdAYZ9XnrvXxZ%2BH3TtSHMRyLIAR5iqbo06g%3D%3D" for ::1 at 2015-11-09 13:16:26 -0500
NoMethodError (undefined method `preview_routes' for Pulitzer:Module):
config/routes.rb:7:in `block in '
config/routes.rb:1:in `'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (48.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 13:16:40 -0500
[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::Post Load (0.3ms)[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (9.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (12.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (73.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (79.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (102.4ms)
Completed 200 OK in 248ms (Views: 237.0ms | ActiveRecord: 2.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 13:16:42 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 13:16:42 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 13:16:42 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 13:16:42 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 13:16:42 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 13:16:42 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 13:16:42 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 13:16:42 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 13:16:42 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 13:16:42 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 13:16:42 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 13:16:42 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=qk2Q8DVbgnCb8OL3K4lU2z7N7h1dAGvbGNEUXbzC30nOgxqVDL8wD4uoY41d6clw%2B6s3Qq5KOvv62i2HX7dNZw%3D%3D" for ::1 at 2015-11-09 13:16:43 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"qk2Q8DVbgnCb8OL3K4lU2z7N7h1dAGvbGNEUXbzC30nOgxqVDL8wD4uoY41d6clw+6s3Qq5KOvv62i2HX7dNZw==", "id"=>"1"}
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (41.1ms)
Completed 200 OK in 72ms (Views: 63.7ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_types/1?authenticity_token=qk2Q8DVbgnCb8OL3K4lU2z7N7h1dAGvbGNEUXbzC30nOgxqVDL8wD4uoY41d6clw%2B6s3Qq5KOvv62i2HX7dNZw%3D%3D" for ::1 at 2015-11-09 13:23:59 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"qk2Q8DVbgnCb8OL3K4lU2z7N7h1dAGvbGNEUXbzC30nOgxqVDL8wD4uoY41d6clw+6s3Qq5KOvv62i2HX7dNZw==", "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[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (41.7ms)
Completed 200 OK in 63ms (Views: 61.8ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 13:23:59 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (11.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (47.4ms)
Completed 200 OK in 186ms (Views: 144.4ms | ActiveRecord: 2.0ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 13:24:00 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 13:24:00 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 13:24:00 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 13:24:00 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 13:24:00 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 13:24:00 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 13:24:00 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 13:24:00 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 13:24:00 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 13:24:00 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 13:24:00 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 13:24:00 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 13:26:02 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (380.4ms)
Completed 200 OK in 485ms (Views: 480.7ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 13:26:02 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 13:26:02 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 13:26:02 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 13:26:02 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 13:26:02 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 13:26:02 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 13:26:03 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 13:26:03 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 13:26:03 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 13:26:03 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 13:26:03 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 13:26:03 -0500
Started GET "/" for ::1 at 2015-11-09 15:42:11 -0500
Processing by PagesController#news_posts as HTML
[1m[36mPulitzer::PostType Load (0.9ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1[0m [["name", "News articles"]]
Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.9ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.7ms)
Started GET "/" for ::1 at 2015-11-09 15:57:11 -0500
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.7ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 15:57:13 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (10.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (13.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (18.5ms)
Completed 200 OK in 689ms (Views: 687.7ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 15:57:14 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (12.1ms)
Completed 200 OK in 71ms (Views: 70.5ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 15:57:14 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 15:57:14 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 15:57:14 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 15:57:14 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 15:57:14 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 15:57:14 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 15:57:14 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 15:57:14 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 15:57:14 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 15:57:14 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 15:57:14 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 15:57:14 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 16:24:35 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (11.0ms)
Completed 200 OK in 74ms (Views: 73.2ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 16:24:35 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 16:24:35 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 16:24:35 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 16:24:35 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 16:24:35 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 16:24:35 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 16:24:35 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 16:24:35 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 16:24:35 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 16:24:35 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 16:24:35 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 16:24:35 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 16:24:37 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.3ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (58.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (77.5ms)
Completed 200 OK in 135ms (Views: 132.1ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 16:24:37 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 16:24:37 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 16:24:37 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 16:24:37 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 16:24:37 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 16:24:37 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 16:24:37 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 16:24:37 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 16:24:37 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 16:24:37 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 16:24:37 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 16:24:37 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 16:37:29 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (19.6ms)
Completed 200 OK in 79ms (Views: 76.1ms | ActiveRecord: 0.6ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 16:37:30 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 16:37:30 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 16:37:30 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 16:37:30 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 16:37:30 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 16:37:30 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 16:37:30 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 16:37:30 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 16:37:30 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 16:37:30 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 16:37:30 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 16:37:30 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 16:37:31 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (11.7ms)
Completed 200 OK in 71ms (Views: 70.4ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 16:37:31 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 16:37:31 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 16:37:31 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 16:37:31 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 16:37:31 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 16:37:31 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 16:37:31 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 16:37:31 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 16:37:31 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 16:37:31 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 16:37:31 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 16:37:31 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 16:40:00 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (12.0ms)
Completed 200 OK in 65ms (Views: 63.9ms | ActiveRecord: 0.4ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 16:40:00 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 16:40:00 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 16:40:00 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 16:40:00 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 16:40:00 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 16:40:00 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 16:40:00 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 16:40:00 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 16:40:00 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 16:40:00 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 16:40:00 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 16:40:00 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 16:40:00 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 16:40:06 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (12.2ms)
Completed 200 OK in 77ms (Views: 75.9ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 16:40:06 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 16:40:06 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 16:40:06 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 16:40:06 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 16:40:06 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 16:40:06 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 16:40:06 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 16:40:06 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 16:40:06 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 16:40:06 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 16:40:06 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 16:40:06 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 16:51:05 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (49.6ms)
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? [["post_id", 1], ["status", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 1], ["status", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? [["post_id", 1], ["status", 0]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ?[0m [["post_id", 1], ["status", 0]]
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 17:36:08 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.4ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 17:36:18 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (56.8ms)
[1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.6ms)[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 (20150716214842)
[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214842"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (1.3ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[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", "20150716214844"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[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, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-09 22:49:27.442908"], ["updated_at", "2015-11-09 22:49:27.442908"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-09 22:49:27.445777"], ["updated_at", "2015-11-09 22:49:27.445777"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-09 22:49:27.447398"], ["updated_at", "2015-11-09 22:49:27.447398"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.6ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.4ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (1.6ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (1.2ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (1.2ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.6ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.3ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.2ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.6ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (2.4ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 17:49:38 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (5.6ms)
Completed 200 OK in 2036ms (Views: 2029.3ms | ActiveRecord: 0.3ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 17:49:40 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 17:49:40 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 17:49:40 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 17:49:40 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 17:49:40 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 17:49:40 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 17:49:40 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 17:49:40 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 17:49:40 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 17:49:40 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 17:49:40 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 17:49:40 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=%2BTWoNsXu0nQwnny2xFL28V8eug8vltbJBJqm7PgV9oad%2ByJT%2FApgCyDG%2FcyyMmtamnhjUNzch%2BnmkZ82G2BkqA%3D%3D" for ::1 at 2015-11-09 17:49:42 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"+TWoNsXu0nQwnny2xFL28V8eug8vltbJBJqm7PgV9oad+yJT/ApgCyDG/cyyMmtamnhjUNzch+nmkZ82G2BkqA=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (45.4ms)
Completed 200 OK in 314ms (Views: 309.9ms | ActiveRecord: 0.2ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-09 17:49:45 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"8ieyBxu/lPKLqyHX8722tBXTbxiXNuX4OWKO1ivte8+W6ThiIlsmjZvzoK2F3Ssf0LW2R2R8tNjbabcMyJjp4Q==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "jobs"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-09 22:49:45.863459"], ["updated_at", "2015-11-09 22:49:45.863459"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.5ms)[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]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "jobs"]]
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "jobs"], ["post_type_id", 1], ["slug", "jobs"], ["created_at", "2015-11-09 22:49:49.599044"], ["updated_at", "2015-11-09 22:49:49.599044"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 22:49:49.613066"], ["updated_at", "2015-11-09 22:49:49.613066"]]
[1m[36m (0.8ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (30.0ms)
Completed 200 OK in 3825ms (Views: 62.3ms | ActiveRecord: 4.7ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 17:49:53 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (12.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (35.4ms)
Completed 200 OK in 2869ms (Views: 111.0ms | ActiveRecord: 1.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 17:49:56 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 17:49:56 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 17:49:56 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 17:49:56 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 17:49:56 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 17:49:56 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 17:49:56 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 17:49:56 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 17:49:56 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 17:49:56 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 17:49:56 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 17:49:56 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 17:49:58 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (9.7ms)
Completed 200 OK in 64ms (Views: 63.6ms | ActiveRecord: 0.5ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 17:49:58 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 17:49:58 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 17:49:58 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 17:49:58 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 17:49:58 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 17:49:58 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 17:49:58 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 17:49:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 17:49:58 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 17:49:58 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 17:49:58 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 17:49:59 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=6BPOQF86Z2PEvhUAT%2Faf9UazEUF0TOfj84hW3F%2BtRsWM3UQlZt7VHNTmlHo5lgJeg9XIHocGtsMRg28GvNjU6w%3D%3D" for ::1 at 2015-11-09 17:50:01 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"6BPOQF86Z2PEvhUAT/af9UazEUF0TOfj84hW3F+tRsWM3UQlZt7VHNTmlHo5lgJeg9XIHocGtsMRg28GvNjU6w=="}
[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.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (1972.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (1991.0ms)
Completed 200 OK in 2014ms (Views: 2005.9ms | ActiveRecord: 1.0ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-09 17:50:05 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"s91y+jTn9ee7NPaFEQNm8AaWkeWFxQeUcfw6Sb6itmPXE/ifDQNHmKtsd/9nY/tbw/BIunaPVrST9wOTXdckTQ==", "post_type_content_element_type"=>{"label"=>"header", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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.4ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "header"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-09 22:50:05.869599"], ["updated_at", "2015-11-09 22:50:05.869599"]]
[1m[36m (3936.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "header"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 22:50:09.835220"], ["updated_at", "2015-11-09 22:50:09.835220"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (21.5ms)
Completed 200 OK in 4016ms (Views: 45.2ms | ActiveRecord: 3939.1ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-09 17:50:09 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"s91y+jTn9ee7NPaFEQNm8AaWkeWFxQeUcfw6Sb6itmPXE/ifDQNHmKtsd/9nY/tbw/BIunaPVrST9wOTXdckTQ==", "post_type_content_element_type"=>{"label"=>"header", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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.3ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "header"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-09 22:50:09.892270"], ["updated_at", "2015-11-09 22:50:09.892270"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "header"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 2], ["created_at", "2015-11-09 22:50:09.902235"], ["updated_at", "2015-11-09 22:50:09.902235"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (21.8ms)
Completed 200 OK in 63ms (Views: 46.5ms | ActiveRecord: 2.7ms)
Started DELETE "/pulitzer/post_type_content_element_types/2" for ::1 at 2015-11-09 17:50:46 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#destroy as */*
Parameters: {"authenticity_token"=>"6BPOQF86Z2PEvhUAT/af9UazEUF0TOfj84hW3F+tRsWM3UQlZt7VHNTmlHo5lgJeg9XIHocGtsMRg28GvNjU6w==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m DELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? [["id", 2]]
[1m[36m (0.5ms)[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::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["label", "header"]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ?[0m [["id", 1]]
[1m[35m (0.5ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 2]]
[1m[36m (0.4ms)[0m [1mcommit transaction[0m
Rendered text template (0.0ms)
Completed 200 OK in 15ms (Views: 1.4ms | ActiveRecord: 3.3ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 17:50:48 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (20.0ms)
Completed 200 OK in 102ms (Views: 98.3ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 17:50:49 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 17:50:49 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 17:50:49 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 17:50:49 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 17:50:49 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 17:50:49 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 17:50:49 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 17:50:49 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 17:50:49 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 17:50:49 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 17:50:49 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 17:50:49 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 17:50:50 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (14.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (16.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (359.6ms)
Completed 200 OK in 424ms (Views: 422.7ms | ActiveRecord: 0.5ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 17:50:51 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 17:50:51 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 17:50:51 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 17:50:51 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 17:50:51 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 17:50:51 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 17:50:51 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 17:50:51 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 17:50:51 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 17:50:51 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 17:50:51 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 17:50:51 -0500
Started DELETE "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-11-09 17:50:55 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#destroy as */*
Parameters: {"authenticity_token"=>"rpc+OVwUth/+lIFDHc/9IXL+xnxtLyQHs1ZCEEwTBWXKWbRcZfAEYO7MADlrr2CKt5gfI55ldSdRXXvKr2aXSw==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (2.4ms)[0m [1mDELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["id", 1]]
[1m[35m (23.7ms)[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::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["label", "header"]]
Rendered text template (0.0ms)
Completed 200 OK in 36ms (Views: 0.5ms | ActiveRecord: 26.9ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 17:51:00 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (7.1ms)
Completed 200 OK in 60ms (Views: 59.2ms | ActiveRecord: 0.3ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 17:51:00 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 17:51:00 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 17:51:00 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 17:51:00 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 17:51:00 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 17:51:00 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 17:51:00 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 17:51:00 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 17:51:00 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 17:51:00 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 17:51:00 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 17:51:00 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=299afue39hJd37Ip%2FDkpd%2FDRFOwmDPs09y%2B%2F95%2BdhEq%2FEdAb3lNEbU2HM1OKWbTcNbfNs9VGqhQVJIYtfOgWZA%3D%3D" for ::1 at 2015-11-09 17:51:02 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"299afue39hJd37Ip/Dkpd/DRFOwmDPs09y+/95+dhEq/EdAb3lNEbU2HM1OKWbTcNbfNs9VGqhQVJIYtfOgWZA=="}
[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
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (21.8ms)
Completed 200 OK in 38ms (Views: 36.5ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-09 17:51:05 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"PrN2rOij3wIabW4u0h55VClNmgNkrnNiUCrhUXqPGYdaffzJ0UdtfQo171SkfuT/7CtDXJfkIkKyIdiLmfqLqQ==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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.4ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "title"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-09 22:51:05.225265"], ["updated_at", "2015-11-09 22:51:05.225265"]]
[1m[36m (89.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.6ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.2ms)[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 3], ["created_at", "2015-11-09 22:51:05.324215"], ["updated_at", "2015-11-09 22:51:05.324215"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.3ms)
Completed 200 OK in 148ms (Views: 37.0ms | ActiveRecord: 92.0ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 17:51:07 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (11.6ms)
Completed 200 OK in 71ms (Views: 69.9ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 17:51:07 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 17:51:07 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 17:51:07 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 17:51:07 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 17:51:07 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 17:51:07 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 17:51:07 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 17:51:07 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 17:51:07 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 17:51:07 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 17:51:07 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 17:51:07 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 17:51:34 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1573.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (1579.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1584.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1605.1ms)
Completed 200 OK in 1667ms (Views: 1664.0ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 17:51:36 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 17:51:36 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 17:51:36 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 17:51:36 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 17:51:36 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 17:51:36 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 17:51:36 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 17:51:36 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 17:51:36 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 17:51:36 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 17:51:36 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 17:51:36 -0500
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-11-09 17:51:40 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"UUfPBHuBJnTZwdYssxbqbCcOZ3QG+JpWSNR71hcA+Fc1iUVhQmWUC8mZV1bFdnfH4mi+K/Wyy3aq30IM9HVqeQ==", "content_element"=>{"title"=>"asdf", "body"=>"sadf"}, "commit"=>"Update", "id"=>"3"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "asdf"], ["body", "sadf"], ["updated_at", "2015-11-09 22:51:40.352240"], ["id", 3]]
[1m[35m (281.9ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Completed 200 OK in 312ms (Views: 24.6ms | ActiveRecord: 282.9ms)
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-09 17:51:42 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"hwWrmRH46s8hK2TrmtIAUOn/WX+tNlweyQhz/Fk4yU/jyyH8KBxYsDFz5ZHssp37LJmAIF58DT4rA0omuk1bYQ==", "commit"=>"Abandon", "id"=>"1"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-09 22:51:42.328726"], ["updated_at", "2015-11-09 22:51:42.328726"]]
[1m[35m (43.5ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
Completed 500 Internal Server Error in 50ms (ActiveRecord: 44.3ms)
ArgumentError ('Abandon' is not a valid status):
activerecord (4.2.4) lib/active_record/enum.rb:105:in `block (3 levels) in enum'
activerecord (4.2.4) lib/active_record/attribute_assignment.rb:54:in `public_send'
activerecord (4.2.4) lib/active_record/attribute_assignment.rb:54:in `_assign_attribute'
activerecord (4.2.4) lib/active_record/attribute_assignment.rb:41:in `block in assign_attributes'
activerecord (4.2.4) lib/active_record/attribute_assignment.rb:35:in `each'
activerecord (4.2.4) lib/active_record/attribute_assignment.rb:35:in `assign_attributes'
activerecord (4.2.4) lib/active_record/persistence.rb:251:in `block in update'
activerecord (4.2.4) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
activerecord (4.2.4) lib/active_record/transactions.rb:348:in `with_transaction_returning_status'
activerecord (4.2.4) lib/active_record/persistence.rb:250:in `update'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:19:in `update'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (55.9ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 17:54:26 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (10.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (11.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (52.2ms)
Completed 200 OK in 248ms (Views: 162.0ms | ActiveRecord: 2.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 17:54:27 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 17:54:27 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 17:54:27 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 17:54:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 17:54:27 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 17:54:27 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 17:54:27 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 17:54:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 17:54:27 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 17:54:27 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 17:54:27 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 17:54:27 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 17:54:28 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (10.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (33.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (36.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (41.2ms)
Completed 200 OK in 132ms (Views: 130.0ms | ActiveRecord: 1.1ms)
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 17:54:29 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 17:54:29 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 17:54:29 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 17:54:29 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 17:54:29 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 17:54:29 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 17:54:29 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 17:54:29 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 17:54:29 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 17:54:29 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 17:54:29 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 17:54:29 -0500
Started DELETE "/pulitzer/post_type_content_element_types/3" for ::1 at 2015-11-09 17:54:33 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#destroy as */*
Parameters: {"authenticity_token"=>"DK+D3uu9CtqyO25i8JwlptWbPit0mIp14E2ghrYKX/toYQm70lm4paJj7xiG/LgNEP3ndIfS21UCRplcVX/N1Q==", "id"=>"3"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.7ms)[0m [1mDELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["id", 3]]
[1m[35m (1086.3ms)[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::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2], ["label", "title"]]
Rendered text template (0.0ms)
Completed 200 OK in 1098ms (Views: 1.8ms | ActiveRecord: 1087.8ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=DK%2BD3uu9CtqyO25i8JwlptWbPit0mIp14E2ghrYKX%2FtoYQm70lm4paJj7xiG%2FLgNEP3ndIfS21UCRplcVX%2FN1Q%3D%3D" for ::1 at 2015-11-09 17:54:36 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"DK+D3uu9CtqyO25i8JwlptWbPit0mIp14E2ghrYKX/toYQm70lm4paJj7xiG/LgNEP3ndIfS21UCRplcVX/N1Q=="}
[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::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (19.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (39.6ms)
Completed 200 OK in 59ms (Views: 56.1ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-09 17:54:40 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"oAxtjmcd4QNm5KEJzLsmK+QD24q54cbQpFw8b1c5ps/EwufrXvlTfHa8IHO627uAIWUC1Uqrl/BGVwW1tEw04Q==", "post_type_content_element_type"=>{"label"=>"lleve", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "lleve"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-09 22:54:40.048576"], ["updated_at", "2015-11-09 22:54:40.048576"]]
[1m[35m (91.9ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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.5ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 2], ["label", "lleve"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 4], ["created_at", "2015-11-09 22:54:40.160789"], ["updated_at", "2015-11-09 22:54:40.160789"]]
[1m[35m (0.7ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.6ms)
Completed 200 OK in 159ms (Views: 40.5ms | ActiveRecord: 94.1ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 17:54:42 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (13.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (18.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (38.8ms)
Completed 200 OK in 105ms (Views: 100.8ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 17:54:42 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 17:54:42 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 17:54:42 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 17:54:42 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 17:54:42 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 17:54:42 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 17:54:42 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 17:54:42 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 17:54:42 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 17:54:42 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 17:54:42 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 17:54:42 -0500
Started PATCH "/pulitzer/content_elements/4" for ::1 at 2015-11-09 17:54:46 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"MhDuHyrYpMkE+1lf4tv5E9qjeV2PCev/jK2H7IbGlq1W3mR6EzwWthSj2CWUu2S4H8WgAnxDut9upr42ZbMEgw==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "asdf"], ["body", "asdf"], ["updated_at", "2015-11-09 22:54:46.251334"], ["id", 4]]
[1m[36m (974.2ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.5ms)
Completed 200 OK in 1006ms (Views: 26.2ms | ActiveRecord: 975.0ms)
Started PATCH "/pulitzer/versions/2" for ::1 at 2015-11-09 17:55:05 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"BNndb8jMwrhKdDl/qB7kiFKjcJpQT8eTy5fUl1UlIdtgF1cK8Shwx1osuAXefnkjl8WpxaMFlrMpnO1NtlCz9Q==", "commit"=>"Abandon", "status"=>"abandoned", "id"=>"2"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 22:55:05.800111"], ["updated_at", "2015-11-09 22:55:05.800111"]]
[1m[36m (675.2ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-09 22:55:06.477814"], ["id", 2]]
[1m[35m (0.6ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 3], ["label", "lleve"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 4], ["created_at", "2015-11-09 22:55:06.490969"], ["updated_at", "2015-11-09 22:55:06.490969"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Completed 500 Internal Server Error in 707ms (ActiveRecord: 678.3ms)
NameError (undefined local variable or method `action' for #):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:28:in `update'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (55.2ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 17:55:19 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (59.2ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 17:56:02 -0500
[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::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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (11.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (69.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (72.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (83.1ms)
Completed 200 OK in 203ms (Views: 194.6ms | ActiveRecord: 1.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 17:56:03 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 17:56:03 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 17:56:03 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 17:56:03 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 17:56:03 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 17:56:03 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 17:56:03 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 17:56:03 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 17:56:03 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 17:56:03 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 17:56:03 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 17:56:03 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 17:56:04 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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[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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (24.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (28.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (63.2ms)
Completed 200 OK in 188ms (Views: 145.6ms | ActiveRecord: 2.0ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 17:56:04 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 17:56:04 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 17:56:04 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 17:56:04 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 17:56:04 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 17:56:04 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 17:56:04 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 17:56:04 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 17:56:04 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 17:56:04 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 17:56:04 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 17:56:04 -0500
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-09 17:56:08 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZRblXIKx8yYfMpjIk1lOlxjFQ79MuUbWt7nlWl2K1d4B2G85u1VBWQ9qGbLlOdM83aOa4L/zF/ZVstyAvv9H8A==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "asdf"], ["body", "asdf"], ["updated_at", "2015-11-09 22:56:08.368077"], ["id", 5]]
[1m[35m (0.7ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.9ms)
Completed 200 OK in 30ms (Views: 23.2ms | ActiveRecord: 1.8ms)
Started PATCH "/pulitzer/versions/3" for ::1 at 2015-11-09 17:56:10 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6+wO01AcDjzcAeO650TChdwpxhvBXOFMgTzYlzVAofOPIoS2afi8Q8xZYsCRJF8uGU8fRDIWsGxjN+FN1jUz3Q==", "commit"=>"Abandon", "status"=>"abandoned", "id"=>"3"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-09 22:56:10.185754"], ["updated_at", "2015-11-09 22:56:10.185754"]]
[1m[35m (304.4ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-09 22:56:10.493354"], ["id", 3]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostType Load (0.2ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "lleve"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 4], ["created_at", "2015-11-09 22:56:10.505649"], ["updated_at", "2015-11-09 22:56:10.505649"]]
[1m[35m (0.8ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 330ms (ActiveRecord: 308.1ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 17:56:10 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 4]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (31.5ms)
Completed 200 OK in 99ms (Views: 96.0ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 17:56:10 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 17:56:10 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 17:56:10 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 17:56:10 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 17:56:10 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 17:56:10 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 17:56:10 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 17:56:10 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 17:56:10 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 17:56:10 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 17:56:10 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 17:56:10 -0500
Started PATCH "/pulitzer/content_elements/6" for ::1 at 2015-11-09 17:56:14 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"2F5VWPHg141Sum1cE4k2E05941vGtEBY+tC3mA9O8w28kN89yARl8kLi7CZl6au4ixs6BDX+EXgY245C7DthIw==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"6"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 6]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "asdf"], ["body", "asdf"], ["updated_at", "2015-11-09 22:56:14.328331"], ["id", 6]]
[1m[36m (36.5ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 4]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
Completed 200 OK in 63ms (Views: 22.6ms | ActiveRecord: 37.1ms)
Started PATCH "/pulitzer/versions/4" for ::1 at 2015-11-09 17:56:19 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"pJ0zNAPclvgpqvEdPfhiRZM9aBK/ebo8ggWwkZB6KBvAU7lROjgkhznycGdLmP/uVluxTUwz6xxgDolLcw+6NQ==", "commit"=>"Activate", "status"=>"active", "id"=>"4"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 4]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (206.0ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-09 22:56:19.075420"], ["updated_at", "2015-11-09 22:56:19.075420"]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-09 22:56:19.284835"], ["id", 4]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 4]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 5], ["updated_at", "2015-11-09 22:56:19.293652"], ["id", 6]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 4]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", "2015-11-09 22:56:19.298782"], ["id", 4]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 231ms (ActiveRecord: 211.1ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 17:56:19 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.1ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (31.2ms)
Completed 200 OK in 109ms (Views: 102.0ms | ActiveRecord: 1.2ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 17:56:19 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 17:56:19 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 17:56:19 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 17:56:19 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 17:56:19 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 17:56:19 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 17:56:19 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 17:56:19 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 17:56:19 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 17:56:19 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 17:56:19 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 17:56:19 -0500
Started GET "/pulitzer/posts/jobs/content_elements/6/edit?authenticity_token=fJbAGsbuSlllCw2s4OJAvA5xLPhK2F%2BMYQZXdO%2F8V0MYWEp%2F%2Fwr4JnVTjNaWgt0Xyxf1p7mSDqyDDW6uDInFbQ%3D%3D" for ::1 at 2015-11-09 17:56:22 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"fJbAGsbuSlllCw2s4OJAvA5xLPhK2F+MYQZXdO/8V0MYWEp//wr4JnVTjNaWgt0Xyxf1p7mSDqyDDW6uDInFbQ==", "post_id"=>"jobs", "id"=>"6"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 6]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (19.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (57.9ms)
Completed 200 OK in 74ms (Views: 73.0ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/6" for ::1 at 2015-11-09 17:56:27 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"emx/zZaIlDHztFwNCylDLbNAH6nQeMLsJg7Rt+STl10eovWor2wmTuPs3Xd9Sd6GdibG9iMyk8zEBehtB+YFcw==", "content_element"=>{"title"=>"asdf", "body"=>"vamos a abandonar este"}, "commit"=>"Update", "id"=>"6"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 6]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "vamos a abandonar este"], ["updated_at", "2015-11-09 22:56:27.673406"], ["id", 6]]
[1m[35m (93.4ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 5]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.2ms)
Completed 200 OK in 122ms (Views: 23.9ms | ActiveRecord: 94.1ms)
Started PATCH "/pulitzer/versions/5" for ::1 at 2015-11-09 17:56:29 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"SRM7/MNgfGvZdLUhPXpxGyo3Pu/NvAmkZ23WDPLBmMIt3bGZ+oTOFMksNFtLGuyw71HnsD72WISFZu/WEbQK7A==", "commit"=>"Abandon", "status"=>"abandoned", "id"=>"5"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 5]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-09 22:56:29.455089"], ["updated_at", "2015-11-09 22:56:29.455089"]]
[1m[35m (174.1ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-09 22:56:29.631585"], ["id", 5]]
[1m[36m (0.7ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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 (1.2ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 6], ["label", "lleve"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 4], ["created_at", "2015-11-09 22:56:29.647064"], ["updated_at", "2015-11-09 22:56:29.647064"]]
[1m[35m (1.6ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 203ms (ActiveRecord: 179.3ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 17:56:29 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 6], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 6], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 6]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (32.1ms)
Completed 200 OK in 96ms (Views: 91.0ms | ActiveRecord: 0.8ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 17:56:29 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 17:56:29 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 17:56:29 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 17:56:29 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 17:56:29 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 17:56:29 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 17:56:29 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 17:56:30 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 17:56:30 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 17:56:30 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 17:56:30 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 17:56:30 -0500
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started PATCH "/pulitzer/content_elements/7" for ::1 at 2015-11-09 17:57:01 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"1fLYKkRTMFnLHM/XnCWCIwQyX5w8qw6kj//as99SR6uxPFJPfbeCJttETq3qRR+IwVSGw8/hX4Rt9ONpPCfVhQ==", "content_element"=>{"title"=>"adsf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"7"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 7]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "adsf"], ["body", "asdf"], ["updated_at", "2015-11-09 22:57:01.558855"], ["id", 7]]
[1m[36m (443.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.3ms)
Completed 200 OK in 478ms (Views: 29.2ms | ActiveRecord: 444.8ms)
Started PATCH "/pulitzer/versions/6" for ::1 at 2015-11-09 17:57:03 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"0qgE6ghD0aumR6UTbCcBbZL6RZJbQbDYO5mP1qt8oWG2Zo6PMadj1LYfJGkaR5zGV5yczagL4fjZkrYMSAkzTw==", "commit"=>"Activate", "status"=>"active", "id"=>"6"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.2ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-09 22:57:03.149183"], ["updated_at", "2015-11-09 22:57:03.149183"]]
[1m[35m (1748.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-09 22:57:04.900267"], ["id", 6]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 6]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 7], ["updated_at", "2015-11-09 22:57:04.906176"], ["id", 7]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 6]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 2], ["updated_at", "2015-11-09 22:57:04.910955"], ["id", 6]]
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 1768ms (ActiveRecord: 1752.7ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 17:57:04 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 7], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 7], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 7]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (22.8ms)
Completed 200 OK in 86ms (Views: 83.3ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 17:57:05 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 17:57:05 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 17:57:05 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 17:57:05 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 17:57:05 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 17:57:05 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 17:57:05 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 17:57:05 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 17:57:05 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 17:57:05 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 17:57:05 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 17:57:05 -0500
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 17:59:03 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (50.6ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 17:59:10 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.4ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 7], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 7], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 7]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (67.0ms)
Completed 200 OK in 250ms (Views: 173.0ms | ActiveRecord: 2.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 17:59:10 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 17:59:10 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 17:59:10 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 17:59:10 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 17:59:10 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 17:59:10 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 17:59:10 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 17:59:10 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 17:59:10 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 17:59:10 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 17:59:10 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 17:59:10 -0500
Started PATCH "/pulitzer/versions/7" for ::1 at 2015-11-09 17:59:12 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"msbtoMS1Evny7gqSguco7s+iYIhk4Cob6FPmfIYJTfH+CGfF/VGghuK2i+j0h7VFCsS515eqezsKWN+mZXzf3w==", "commit"=>"Activate", "status"=>"active", "id"=>"7"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 7]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 22:59:12.690778"], ["updated_at", "2015-11-09 22:59:12.690778"]]
[1m[36m (986.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-09 22:59:13.679420"], ["id", 7]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 7]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 8], ["updated_at", "2015-11-09 22:59:13.686319"], ["id", 7]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 7]]
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 1008ms (ActiveRecord: 989.5ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 17:59:13 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 8], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 8], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.0ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 8]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (30.8ms)
Completed 200 OK in 122ms (Views: 118.0ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 17:59:13 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 17:59:13 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 17:59:13 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 17:59:13 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 17:59:13 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 17:59:13 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 17:59:13 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 17:59:14 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 17:59:14 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 17:59:14 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 17:59:14 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 17:59:14 -0500
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started GET "/pulitzer/posts/jobs/content_elements/7/edit?authenticity_token=a%2F2JUoZwXMYkEoVn5E%2F%2F%2FvT8ao4BxSUUGnRBGyiHtogPMwM3v5TuuTRKBB2SL2JVMZqz0fKPdDT4f3jBy%2FIkpg%3D%3D" for ::1 at 2015-11-09 17:59:19 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"a/2JUoZwXMYkEoVn5E///vT8ao4BxSUUGnRBGyiHtogPMwM3v5TuuTRKBB2SL2JVMZqz0fKPdDT4f3jBy/Ikpg==", "post_id"=>"jobs", "id"=>"7"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 7]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (25.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (86.2ms)
Completed 200 OK in 102ms (Views: 100.2ms | ActiveRecord: 0.6ms)
Started PATCH "/pulitzer/content_elements/7" for ::1 at 2015-11-09 17:59:21 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"EIE+f+NHLFuPRn1gvbYSe0rUCutTaTIJT3C1syO/EA10T7Qa2qOeJJ8e/BrL1o/Qj7LTtKAjYymte4xpwMqCIw==", "content_element"=>{"title"=>"adsf", "body"=>"asdf asdf"}, "commit"=>"Update", "id"=>"7"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 7]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "asdf asdf"], ["updated_at", "2015-11-09 22:59:21.327806"], ["id", 7]]
[1m[35m (365.3ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 8]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.5ms)
Completed 200 OK in 393ms (Views: 22.9ms | ActiveRecord: 366.0ms)
Started PATCH "/pulitzer/versions/8" for ::1 at 2015-11-09 17:59:22 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"FNxBVLVkR/uQ/Iy9ExW6kSciV0URP++IhZiNcaLKmPNwEssxjID1hICkDcdldSc64kSOGuJ1vqhnk7SrQb8K3Q==", "commit"=>"Abandon", "status"=>"abandoned", "id"=>"8"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 8]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-09 22:59:22.909512"], ["updated_at", "2015-11-09 22:59:22.909512"]]
[1m[35m (671.7ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-09 22:59:23.583563"], ["id", 8]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 7]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 7]]
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 683ms (ActiveRecord: 673.6ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 17:59:23 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 9]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (18.6ms)
Completed 200 OK in 81ms (Views: 77.1ms | ActiveRecord: 0.8ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 17:59:25 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 17:59:25 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 17:59:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 17:59:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 17:59:25 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 17:59:25 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 17:59:25 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 17:59:25 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 17:59:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 17:59:25 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 17:59:25 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 17:59:25 -0500
[1m[36m (936.4ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214842"]]
[1m[35m (2.4ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (1.2ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[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.4ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (1.3ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-09 23:00:40.712151"], ["updated_at", "2015-11-09 23:00:40.712151"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-09 23:00:40.713505"], ["updated_at", "2015-11-09 23:00:40.713505"]]
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-09 23:00:40.714558"], ["updated_at", "2015-11-09 23:00:40.714558"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.6ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.5ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (1.4ms)[0m CREATE TABLE "search_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150901153531"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.8ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.7ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.4ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (2.6ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 18:00:52 -0500
[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.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.1ms)
Completed 200 OK in 140ms (Views: 134.0ms | ActiveRecord: 0.3ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:00:54 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:00:54 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:00:54 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:00:54 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:00:54 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:00:54 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:00:54 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:00:54 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:00:54 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:00:54 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:00:54 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:00:54 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 18:00:55 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 87ms (Views: 86.6ms | ActiveRecord: 0.1ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:00:55 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:00:55 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:00:55 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:00:55 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:00:55 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:00:55 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:00:55 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:00:55 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:00:55 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:00:55 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:00:55 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:00:55 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=7NlTnU0Co7Vqv8X3hfj5ovthP0%2BZBlaVvSPF2w7UdS%2BIF9n4dOYRynrnRI3zmGQJPgfmEGpMB7VfKPwB7aHnAQ%3D%3D" for ::1 at 2015-11-09 18:00:56 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"7NlTnU0Co7Vqv8X3hfj5ovthP0+ZBlaVvSPF2w7UdS+IF9n4dOYRynrnRI3zmGQJPgfmEGpMB7VfKPwB7aHnAQ=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (35.2ms)
Completed 200 OK in 55ms (Views: 51.2ms | ActiveRecord: 0.2ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-09 18:01:00 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"quUCVbsqEPCHIh/DS3jgs+JUijRhCom3qqieGVeTkgjOK4gwgs6ij5d6nrk9GH0YJzJTa5JA2JdIo6fDtOYAJg==", "post_type"=>{"name"=>"news", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "news"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-09 23:01:00.343603"], ["updated_at", "2015-11-09 23:01:00.343603"]]
[1m[35m (2018.9ms)[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", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "news"]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "news"], ["post_type_id", 1], ["slug", "news"], ["created_at", "2015-11-09 23:01:02.547714"], ["updated_at", "2015-11-09 23:01:02.547714"]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-09 23:01:02.557101"], ["updated_at", "2015-11-09 23:01:02.557101"]]
[1m[35m (114.7ms)[0m commit transaction
[1m[36mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (23.0ms)
Completed 200 OK in 2389ms (Views: 48.8ms | ActiveRecord: 2136.4ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=7NlTnU0Co7Vqv8X3hfj5ovthP0%2BZBlaVvSPF2w7UdS%2BIF9n4dOYRynrnRI3zmGQJPgfmEGpMB7VfKPwB7aHnAQ%3D%3D" for ::1 at 2015-11-09 18:01:10 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"7NlTnU0Co7Vqv8X3hfj5ovthP0+ZBlaVvSPF2w7UdS+IF9n4dOYRynrnRI3zmGQJPgfmEGpMB7VfKPwB7aHnAQ=="}
[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.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (12.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (30.0ms)
Completed 200 OK in 53ms (Views: 44.2ms | ActiveRecord: 0.8ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-09 18:01:14 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"VTk0LpEQ/YuVSbTwjNLYdwzt6bNsU7Gwm9vhW3KBFj4x975LqPRP9IURNYr6skXcyYsw7J8Z4JB50NiBkfSEEA==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "title"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-09 23:01:14.499135"], ["updated_at", "2015-11-09 23:01:14.499135"]]
[1m[35m (2149.3ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 23:01:16.693222"], ["updated_at", "2015-11-09 23:01:16.693222"]]
[1m[35m (0.7ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (16.1ms)
Completed 200 OK in 2232ms (Views: 31.8ms | ActiveRecord: 2151.8ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-09 18:01:18 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (16.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (40.7ms)
Completed 200 OK in 113ms (Views: 108.8ms | ActiveRecord: 1.2ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:01:18 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:01:18 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:01:18 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:01:18 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:01:18 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:01:18 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:01:18 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:01:18 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:01:18 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:01:18 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:01:18 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:01:18 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-09 18:01:22 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"P0x4s2HSj0RJv/v0bGZNm7EbtaNR5HMYuZ0lANI3ESdbgvLWWDY9O1nneo4aBtAwdH1s/KKuIjhblhzaMUKDCQ==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "asdf"], ["body", "asdf"], ["updated_at", "2015-11-09 23:01:22.950311"], ["id", 1]]
[1m[36m (414.1ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.7ms)
Completed 200 OK in 442ms (Views: 22.8ms | ActiveRecord: 415.0ms)
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-09 18:01:24 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"BSQohMfJumD/HdsmIpP6cfGc2RGZQpOrUhKFMzUTjG9h6qLh/i0IH+9FWlxU82faNPoATmoIwouwGbzp1mYeQQ==", "commit"=>"Abandon", "status"=>"abandoned", "id"=>"1"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["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::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 23:01:24.845145"], ["updated_at", "2015-11-09 23:01:24.845145"]]
[1m[36m (1311.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-09 23:01:26.159604"], ["id", 1]]
[1m[35m (0.8ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 2], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 23:01:26.168556"], ["updated_at", "2015-11-09 23:01:26.168556"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 1332ms (ActiveRecord: 1314.9ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-09 18:01:26 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (32.8ms)
Completed 200 OK in 91ms (Views: 88.5ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:01:26 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:01:26 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:01:26 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:01:26 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:01:26 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:01:26 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:01:26 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:01:26 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:01:26 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:01:26 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:01:26 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:01:26 -0500
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1[0m
[1m[35m (0.1ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-09 18:02:00 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"0DQuW/TOceOK4RvyEYZ3uxoWun69Wdizy6gbNtUq8iC0+qQ+zSrDnJq5mohn5uoQ33BjIU4TiZMpoyLsNl9gDg==", "content_element"=>{"title"=>"yes please", "body"=>"this one will work"}, "commit"=>"Update", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "yes please"], ["body", "this one will work"], ["updated_at", "2015-11-09 23:02:00.333032"], ["id", 2]]
[1m[35m (722.9ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Completed 200 OK in 753ms (Views: 25.6ms | ActiveRecord: 723.6ms)
Started PATCH "/pulitzer/versions/2" for ::1 at 2015-11-09 18:02:05 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"CZAEraGkHnCFdclH5lit96eTnTeqYRFyqCLb2m4K46NtXo7ImECsD5UtSD2QODBcYvVEaFkrQFJKKeIAjX9xjQ==", "commit"=>"Activate", "status"=>"active", "id"=>"2"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 23:02:05.223202"], ["updated_at", "2015-11-09 23:02:05.223202"]]
[1m[36m (675.5ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-09 23:02:05.901079"], ["id", 2]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 3], ["updated_at", "2015-11-09 23:02:05.907829"], ["id", 2]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 2]]
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 694ms (ActiveRecord: 678.7ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-09 18:02:05 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.3ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (24.4ms)
Completed 200 OK in 93ms (Views: 89.1ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:02:06 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:02:06 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:02:06 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:02:06 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:02:06 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:02:06 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:02:06 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:02:06 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:02:06 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:02:06 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:02:06 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:02:06 -0500
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 18:10:36 -0500
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (49.2ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 18:17:54 -0500
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (53.8ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 18:17:58 -0500
[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::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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (74.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (77.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (89.3ms)
Completed 200 OK in 212ms (Views: 204.8ms | ActiveRecord: 2.0ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:17:58 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:17:58 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:17:58 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:17:58 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:17:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:17:58 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:17:58 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:17:58 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:17:58 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:17:58 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:17:58 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:17:58 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 18:17:59 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (11.7ms)
Completed 200 OK in 84ms (Views: 83.1ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:17:59 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:17:59 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:17:59 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:17:59 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:17:59 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:17:59 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:17:59 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:17:59 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:17:59 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:17:59 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:17:59 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:17:59 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-09 18:18:04 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (10.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.2ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (44.5ms)
Completed 200 OK in 152ms (Views: 100.9ms | ActiveRecord: 1.6ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:18:04 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:18:04 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:18:04 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:18:04 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:18:04 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:18:04 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:18:04 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:18:04 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:18:04 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:18:04 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:18:04 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:18:04 -0500
Started GET "/pulitzer/posts/news/content_elements/2/edit?authenticity_token=ajWECBkO2qP%2FDEl2RqrHx8oMIsCJDkuK8Drpz9kMfrYO%2Bw5tIOpo3O9UyAwwylpsD2r7n3pEGqoSMdAVOnnsmA%3D%3D" for ::1 at 2015-11-09 18:18:09 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"ajWECBkO2qP/DEl2RqrHx8oMIsCJDkuK8Drpz9kMfrYO+w5tIOpo3O9UyAwwylpsD2r7n3pEGqoSMdAVOnnsmA==", "post_id"=>"news", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[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[35mPulitzer::PostTypeContentElementType Load (0.4ms)[0m SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (28.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (87.4ms)
Completed 200 OK in 104ms (Views: 101.6ms | ActiveRecord: 0.6ms)
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-09 18:18:15 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"A1mEEUHVbTp/oWjQEFRcPO35WHuReIr1ICgMnpXI1+Vnlw50eDHfRW/56apmNMGXKJ+BJGIy29XCIzVEdr1Fyw==", "content_element"=>{"title"=>"yes please", "body"=>"going to abandon this one"}, "commit"=>"Update", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "going to abandon this one"], ["updated_at", "2015-11-09 23:18:15.891830"], ["id", 2]]
[1m[35m (258.0ms)[0m commit 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[35mPulitzer::Version Load (0.3ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.4ms)
Completed 200 OK in 292ms (Views: 27.7ms | ActiveRecord: 259.1ms)
Started PATCH "/pulitzer/versions/3" for ::1 at 2015-11-09 18:18:22 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"0ILLvwicJXhRwSJBsXjwiBLmaYflU87uHXDCQeA8i7e0TEHaMXiXB0GZozvHGG0j14Cw2BYZn87/e/ubA0kZmQ==", "commit"=>"Abandon", "status"=>"abandoned", "id"=>"3"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 23:18:22.626417"], ["updated_at", "2015-11-09 23:18:22.626417"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-09 23:18:22.629191"], ["id", 3]]
[1m[35m (0.5ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 2]]
Redirected to http://localhost:3000/pulitzer/posts/news/content_elements
Completed 302 Found in 14ms (ActiveRecord: 2.4ms)
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-09 18:18:22 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "news"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 4]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (19.4ms)
Completed 200 OK in 83ms (Views: 79.3ms | ActiveRecord: 0.7ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:18:22 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:18:22 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:18:22 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:18:22 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:18:22 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:18:22 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:18:22 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:18:22 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:18:22 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:18:22 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:18:22 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:18:22 -0500
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-09 18:18:25 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (15.5ms)
Completed 200 OK in 78ms (Views: 75.4ms | ActiveRecord: 0.5ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:18:25 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:18:25 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:18:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:18:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:18:25 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:18:25 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:18:25 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:18:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:18:25 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:18:25 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:18:25 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:18:25 -0500
[1m[36m (1058.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (1.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePulitzerPostTypes (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (1.1ms)[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214842"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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", "20150716214844"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (1.8ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.8ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (1.2ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (3.1ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m ALTER TABLE "pulitzer_post_types" ADD "plural" boolean
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_post_types" ADD "template" boolean[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-09 23:18:52.927052"], ["updated_at", "2015-11-09 23:18:52.927052"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-09 23:18:52.929965"], ["updated_at", "2015-11-09 23:18:52.929965"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-09 23:18:52.932037"], ["updated_at", "2015-11-09 23:18:52.932037"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.2ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.5ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (1.6ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TABLE "search_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150901153531"]]
[1m[35m (1.1ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.8ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.6ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (2.4ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (1.1ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.5ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.6ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.5ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (3.1ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/posts/news/content_elements" for ::1 at 2015-11-09 18:18:56 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"news"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "news"]]
Completed 404 Not Found in 19ms (ActiveRecord: 0.7ms)
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:23:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:5:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (68.3ms)
Started GET "/pulitzer/" for ::1 at 2015-11-09 18:19:02 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (4.5ms)
Completed 200 OK in 125ms (Views: 117.5ms | ActiveRecord: 0.4ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:19:02 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:19:02 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:19:02 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:19:02 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:19:02 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:19:02 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:19:02 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:19:02 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:19:02 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:19:02 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:19:02 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:19:02 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=AJkwuE9aX8CkQ2ZLNjADZR2m6OMaEceZ1QG4InHYLhZkV7rddr7tv7Qb5zFAUJ7O2MAxvOlblrk3CoH4kq28OA%3D%3D" for ::1 at 2015-11-09 18:19:03 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"AJkwuE9aX8CkQ2ZLNjADZR2m6OMaEceZ1QG4InHYLhZkV7rddr7tv7Qb5zFAUJ7O2MAxvOlblrk3CoH4kq28OA=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (35.3ms)
Completed 200 OK in 59ms (Views: 54.7ms | ActiveRecord: 0.1ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-09 18:19:06 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"V/tEdPEvQXH8XP3M0hpEGYqoYqlgB4rHPG/qfWeRpA8zNc4RyMvzDuwEfLaketmyT8679pNN2+feZNOnhOQ2IQ==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "jobs"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-09 23:19:06.894233"], ["updated_at", "2015-11-09 23:19:06.894233"]]
[1m[35m (1029.9ms)[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", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "jobs"]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "jobs"], ["post_type_id", 1], ["slug", "jobs"], ["created_at", "2015-11-09 23:19:08.087078"], ["updated_at", "2015-11-09 23:19:08.087078"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-09 23:19:08.098519"], ["updated_at", "2015-11-09 23:19:08.098519"]]
[1m[35m (1497.2ms)[0m commit transaction
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (21.5ms)
Completed 200 OK in 2757ms (Views: 40.9ms | ActiveRecord: 2529.4ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 18:19:10 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (10.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (13.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.0ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (39.8ms)
Completed 200 OK in 147ms (Views: 110.2ms | ActiveRecord: 1.3ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:19:11 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:19:11 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:19:11 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:19:11 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:19:11 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:19:11 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:19:11 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:19:11 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:19:11 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:19:11 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:19:11 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:19:11 -0500
Started GET "/pulitzer/" for ::1 at 2015-11-09 18:19:13 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (8.6ms)
Completed 200 OK in 65ms (Views: 64.9ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:19:14 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:19:14 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:19:14 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:19:14 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:19:14 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:19:14 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:19:14 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:19:14 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:19:14 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:19:14 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:19:14 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:19:14 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=uuIRFLDflymPTxfm9Tl1zv1DXmxeaaLB%2FY0zo3Ft1a7eLJtxiTslVp8XlpyDWehlOCWHM60j8%2BEfhgp5khhHgA%3D%3D" for ::1 at 2015-11-09 18:19:18 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"uuIRFLDflymPTxfm9Tl1zv1DXmxeaaLB/Y0zo3Ft1a7eLJtxiTslVp8XlpyDWehlOCWHM60j8+Efhgp5khhHgA=="}
[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::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (11.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (33.8ms)
Completed 200 OK in 56ms (Views: 48.5ms | ActiveRecord: 0.7ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-09 18:19:22 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"cIKc5Du9g61bYJ/2rnwjRFOy26mon8/AO2irRZBmrpMUTBaBAlkx0ks4HozYHL7vltQC9lvVnuDZY5KfcxM8vQ==", "post_type_content_element_type"=>{"label"=>"header", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "header"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-09 23:19:22.077628"], ["updated_at", "2015-11-09 23:19:22.077628"]]
[1m[35m (1037.2ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "header"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 23:19:23.134793"], ["updated_at", "2015-11-09 23:19:23.134793"]]
[1m[35m (1.1ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (18.0ms)
Completed 200 OK in 1102ms (Views: 37.5ms | ActiveRecord: 1040.0ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 18:20:03 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (12.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (16.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (35.9ms)
Completed 200 OK in 89ms (Views: 85.1ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:20:05 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:20:05 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:20:06 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:20:06 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:20:06 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:20:06 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:20:06 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:20:06 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:20:06 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:20:06 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:20:06 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:20:06 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-09 18:20:14 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"eujTARH4k9O2ntjlzlnHUPFQukIwDUIMPndHgtkrUWkeJllkKBwhrKbGWZ+4OVr7NDZjHcNHEyzcfH5YOl7DRw==", "content_element"=>{"title"=>"asdf", "body"=>"sadf"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "asdf"], ["body", "sadf"], ["updated_at", "2015-11-09 23:20:14.248179"], ["id", 1]]
[1m[36m (384.9ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Completed 200 OK in 415ms (Views: 24.5ms | ActiveRecord: 385.9ms)
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-09 18:20:16 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"aKoyVRd+b1t000WidYQnoC92TMROkHKo0g5TzyEnkW0MZLgwLprdJGSLxNgD5LoL6hCVm73aI4gwBWoVwlIDQw==", "commit"=>"Abandon", "status"=>"abandoned", "id"=>"1"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["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::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-09 23:20:16.039025"], ["updated_at", "2015-11-09 23:20:16.039025"]]
[1m[35m (1293.8ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (1.0ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-09 23:20:17.335372"], ["id", 1]]
[1m[36m (0.8ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 2], ["label", "header"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 23:20:17.347517"], ["updated_at", "2015-11-09 23:20:17.347517"]]
[1m[35m (1.4ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 1316ms (ActiveRecord: 1298.5ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 18:20:17 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (28.3ms)
Completed 200 OK in 108ms (Views: 104.6ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:20:17 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:20:17 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:20:17 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:20:17 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:20:17 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:20:17 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:20:17 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:20:17 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:20:17 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:20:17 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:20:17 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:20:17 -0500
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-09 18:20:57 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"uIbMBbZ0VLkna/C+18Pbzc1IjMvD9pQswmWZg3s11FTcSEZgj5DmxjczccSho0ZmCC5VlDC8xQwgbqBZmEBGeg==", "content_element"=>{"title"=>"going to activate this baby", "body"=>"same here"}, "commit"=>"Update", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "going to activate this baby"], ["body", "same here"], ["updated_at", "2015-11-09 23:20:57.146930"], ["id", 2]]
[1m[36m (0.7ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Completed 200 OK in 27ms (Views: 22.0ms | ActiveRecord: 1.4ms)
Started GET "/pulitzer/posts/jobs/content_elements/2/edit?authenticity_token=rY9brPs%2F1SVz96RCdJgnQzI%2FVnOl2snb8oLhyBxgi6%2FJQdHJwttnWmOvJTgC%2BLro91mPLFaQmPsQidgS%2FxUZgQ%3D%3D" for ::1 at 2015-11-09 18:21:00 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"rY9brPs/1SVz96RCdJgnQzI/VnOl2snb8oLhyBxgi6/JQdHJwttnWmOvJTgC+Lro91mPLFaQmPsQidgS/xUZgQ==", "post_id"=>"jobs", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (16.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (51.6ms)
Completed 200 OK in 67ms (Views: 66.0ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-09 18:21:01 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"52o5nAFkVaQUQdPd8yslogoQLCJRtMjR4Vznw3gFQYSDpLP5OIDn2wQZUqeFS7gJz3b1faL+mfEDV94Zm3DTqg==", "content_element"=>{"title"=>"going to activate this baby", "body"=>"same here"}, "commit"=>"Update", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Completed 200 OK in 20ms (Views: 17.2ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/versions/2" for ::1 at 2015-11-09 18:21:03 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"2MdveE75dpmR0jTJlk04VgoNq6M4sQPrBmJ1szMjD2W8CeUddx3E5oGKtbPgLaX9z2ty/Mv7UsvkaUxp0FadSw==", "commit"=>"Activate", "status"=>"active", "id"=>"2"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 23:21:03.548720"], ["updated_at", "2015-11-09 23:21:03.548720"]]
[1m[36m (475.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-09 23:21:04.025844"], ["id", 2]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 3], ["updated_at", "2015-11-09 23:21:04.032287"], ["id", 2]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 2]]
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 493ms (ActiveRecord: 478.4ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 18:21:04 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (25.0ms)
Completed 200 OK in 87ms (Views: 84.1ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:21:04 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:21:04 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:21:04 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:21:04 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:21:04 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:21:04 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:21:04 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:21:04 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:21:04 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:21:04 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:21:04 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:21:04 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 18:21:06 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (9.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (12.9ms)
Completed 200 OK in 62ms (Views: 61.3ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:21:06 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:21:06 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:21:06 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:21:06 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:21:06 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:21:06 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:21:06 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:21:06 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:21:06 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:21:06 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:21:06 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:21:06 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=qOYdpT%2FTPt6rMEatn8cWK7rdAeooGWkqsBDuBnSCLSXMKJfABjeMobtox9fpp4uAf7vYtdtTOApSG9fcl%2Fe%2FCw%3D%3D" for ::1 at 2015-11-09 18:21:06 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"qOYdpT/TPt6rMEatn8cWK7rdAeooGWkqsBDuBnSCLSXMKJfABjeMobtox9fpp4uAf7vYtdtTOApSG9fcl/e/Cw=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (25.0ms)
Completed 200 OK in 49ms (Views: 48.8ms | ActiveRecord: 0.0ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 18:21:09 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (23.7ms)
Completed 200 OK in 89ms (Views: 85.7ms | ActiveRecord: 0.6ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:21:09 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:21:09 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:21:09 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:21:09 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:21:09 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:21:09 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:21:09 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:21:09 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:21:09 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:21:09 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:21:09 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:21:09 -0500
Started GET "/pulitzer/posts/jobs/content_elements/2/edit?authenticity_token=L9m2rfxqNXbhuurfg59bt%2BgK%2B4HG3MFla%2FYzFftzTZBLFzzIxY6HCfHia6X1%2F8YcLWwi3jWWkEWJ%2FQrPGAbfvg%3D%3D" for ::1 at 2015-11-09 18:21:12 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"L9m2rfxqNXbhuurfg59bt+gK+4HG3MFla/YzFftzTZBLFzzIxY6HCfHia6X1/8YcLWwi3jWWkEWJ/QrPGAbfvg==", "post_id"=>"jobs", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (18.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (52.0ms)
Completed 200 OK in 71ms (Views: 69.5ms | ActiveRecord: 0.3ms)
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1[0m
[1m[35m (0.1ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-09 18:21:38 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"nLMWjrJCVGvlT+O+iVCdTUvE6PpyDK3/S9BNuZRD2uL4fZzri6bmFPUXYsT/MADmjqIxpYFG/N+p23RjdzZIzA==", "content_element"=>{"title"=>"not sure now", "body"=>"not sure now"}, "commit"=>"Update", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "not sure now"], ["body", "not sure now"], ["updated_at", "2015-11-09 23:21:38.547055"], ["id", 2]]
[1m[35m (225.2ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.0ms)
Completed 200 OK in 263ms (Views: 32.2ms | ActiveRecord: 226.1ms)
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started PATCH "/pulitzer/versions/3" for ::1 at 2015-11-09 18:21:43 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"VrQrD7ViGza1fV49AeRImXeOxOOS7tww/Lnt6c34x1gyeqFqjIapSaUl30d3hNUysugdvGGkjRAestQzLo1Vdg==", "commit"=>"Abandon", "status"=>"abandoned", "id"=>"3"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 23:21:43.349337"], ["updated_at", "2015-11-09 23:21:43.349337"]]
[1m[36m (33.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-09 23:21:43.384902"], ["id", 3]]
[1m[35m (0.5ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 2]]
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 44ms (ActiveRecord: 35.2ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 18:21:43 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 4]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (19.4ms)
Completed 200 OK in 75ms (Views: 71.6ms | ActiveRecord: 0.7ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:21:43 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:21:43 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:21:43 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:21:43 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:21:43 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:21:43 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:21:43 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:21:43 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:21:43 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:21:43 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:21:43 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:21:43 -0500
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 18:22:01 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (221.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (222.9ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (237.6ms)
Completed 200 OK in 315ms (Views: 311.3ms | ActiveRecord: 0.7ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:22:01 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:22:01 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:22:01 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:22:01 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:22:01 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:22:01 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:22:01 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:22:01 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:22:01 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:22:01 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:22:01 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:22:01 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 18:54:16 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.1ms)
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 18:54:56 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (45.6ms)
Completed 200 OK in 268ms (Views: 188.6ms | ActiveRecord: 1.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:54:56 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:54:56 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:54:56 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:54:56 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:54:56 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:54:56 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:54:56 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:54:56 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:54:56 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:54:56 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:54:56 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:54:56 -0500
Started PATCH "/pulitzer/versions/4" for ::1 at 2015-11-09 18:55:01 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"zX3MPbO4MSVIsUX45grOWKN7Mch+7Yi/RLOWZYztDcmps0ZYilyDWljpxIKQalPzZh3ol42n2Z+muK+/b5if5w==", "commit"=>"Abandon", "status"=>"abandoned", "id"=>"4"}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 4]]
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-09 23:55:01.456448"], ["updated_at", "2015-11-09 23:55:01.456448"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-09 23:55:01.459261"], ["id", 4]]
[1m[36m (2.4ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 5]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[1m[35mPulitzer::ContentElement Load (1.0ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
Completed 500 Internal Server Error in 80132ms (ActiveRecord: 4.7ms)
SystemExit (exit):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:9:in `exit'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:9:in `update'
byebug (8.0.0) lib/byebug/helpers/eval.rb:52:in `eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:52:in `safe_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:46:in `warning_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:22:in `single_thread_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:13:in `block in thread_safe_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:86:in `block in allowing_other_threads'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (33.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (16.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (118.4ms)
[1m[36m (460.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.2ms)[0m select sqlite_version(*)
[1m[36m (1.3ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.5ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214842"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (1.8ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (1.1ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (1.1ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (1.1ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[0m ALTER TABLE "pulitzer_post_types" ADD "plural" boolean
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_post_types" ADD "template" boolean[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[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-11-09 23:56:41.548740"], ["updated_at", "2015-11-09 23:56:41.548740"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-09 23:56:41.550361"], ["updated_at", "2015-11-09 23:56:41.550361"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-09 23:56:41.551509"], ["updated_at", "2015-11-09 23:56:41.551509"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.4ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (3.4ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.9ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_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", "20151029221443"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.3ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.6ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/" for ::1 at 2015-11-09 18:56:52 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (5.6ms)
Completed 200 OK in 151ms (Views: 139.9ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:56:55 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:56:55 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:56:55 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:56:55 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:56:55 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:56:55 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:56:55 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:56:55 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:56:55 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:56:55 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:56:55 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:56:55 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=t8MYxe8trG8IopUdtDPhIp448VjN67Ip1paK1tEeTq7TDZKg1skeEBj6FGfCU3yJW14oBz6h4wk0nbMMMmvcgA%3D%3D" for ::1 at 2015-11-09 18:56:58 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"t8MYxe8trG8IopUdtDPhIp448VjN67Ip1paK1tEeTq7TDZKg1skeEBj6FGfCU3yJW14oBz6h4wk0nbMMMmvcgA=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (48.2ms)
Completed 200 OK in 433ms (Views: 428.9ms | ActiveRecord: 0.2ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-09 18:57:03 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"XGDR9BBT1DudzcLhY8LmSKF4Sag5p+8tOTVho4kxgdg4rluRKbdmRI2VQ5sVonvjZB6Q98rtvg3bPlh5akQT9g==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "jobs"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-09 23:57:03.157741"], ["updated_at", "2015-11-09 23:57:03.157741"]]
[1m[36m (499.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.4ms)[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]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "jobs"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "jobs"], ["post_type_id", 1], ["slug", "jobs"], ["created_at", "2015-11-09 23:57:03.933162"], ["updated_at", "2015-11-09 23:57:03.933162"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-09 23:57:03.942731"], ["updated_at", "2015-11-09 23:57:03.942731"]]
[1m[36m (0.9ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (20.7ms)
Completed 200 OK in 835ms (Views: 38.6ms | ActiveRecord: 503.1ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 18:57:05 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (25.1ms)
Completed 200 OK in 105ms (Views: 78.1ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:57:05 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:57:05 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:57:05 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:57:05 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:57:05 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:57:05 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:57:05 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:57:05 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:57:05 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:57:05 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:57:05 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:57:05 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 18:57:08 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (9.0ms)
Completed 200 OK in 65ms (Views: 63.9ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:57:08 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:57:08 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:57:08 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:57:08 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:57:08 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:57:08 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:57:08 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:57:08 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:57:08 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:57:08 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:57:08 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:57:08 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=dsqIaTaEA9mcqs433sk8FegVFb5wIhZw276SfN1%2F%2FwkSBAIMD2CxpozyT02oqaG%2BLXPM4YNoR1A5taumPgptJw%3D%3D" for ::1 at 2015-11-09 18:57:10 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"dsqIaTaEA9mcqs433sk8FegVFb5wIhZw276SfN1//wkSBAIMD2CxpozyT02oqaG+LXPM4YNoR1A5taumPgptJw=="}
[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.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (12.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (32.0ms)
Completed 200 OK in 54ms (Views: 46.4ms | ActiveRecord: 0.9ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-09 18:57:14 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"cgW5xGUFa7Svq6Dw5NfxNFOE6M4VNP9PJ7GIz1CN664WyzOhXOHZy7/zIYqSt2yfluIxkeZ+rm/FurEVs/h5gA==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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.3ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "title"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-09 23:57:14.091246"], ["updated_at", "2015-11-09 23:57:14.091246"]]
[1m[36m (637.2ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 23:57:14.747047"], ["updated_at", "2015-11-09 23:57:14.747047"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.9ms)
Completed 200 OK in 703ms (Views: 41.2ms | ActiveRecord: 639.7ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=dsqIaTaEA9mcqs433sk8FegVFb5wIhZw276SfN1%2F%2FwkSBAIMD2CxpozyT02oqaG%2BLXPM4YNoR1A5taumPgptJw%3D%3D" for ::1 at 2015-11-09 18:57:15 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"dsqIaTaEA9mcqs433sk8FegVFb5wIhZw276SfN1//wkSBAIMD2CxpozyT02oqaG+LXPM4YNoR1A5taumPgptJw=="}
[1m[35mPulitzer::PostType Load (0.2ms)[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
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (24.0ms)
Completed 200 OK in 43ms (Views: 40.9ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-09 18:57:19 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"LzRuxNJ+YO6S9aPbjn83tFH8s8EL6d7GTPCYMrMx65hL+uSh65rSkYKtIqH4H6oflJpqnvijj+au+6HoUER5tg==", "post_type_content_element_type"=>{"label"=>"content", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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.3ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "content"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-09 23:57:19.281520"], ["updated_at", "2015-11-09 23:57:19.281520"]]
[1m[36m (151.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "content"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 2], ["created_at", "2015-11-09 23:57:19.442075"], ["updated_at", "2015-11-09 23:57:19.442075"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.0ms)
Completed 200 OK in 207ms (Views: 40.4ms | ActiveRecord: 153.7ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 18:57:20 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (14.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (21.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (27.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1225.3ms)
Completed 200 OK in 1290ms (Views: 1286.9ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:57:21 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:57:21 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:57:21 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:57:21 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:57:21 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:57:21 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:57:21 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:57:21 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:57:21 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:57:21 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:57:21 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:57:21 -0500
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-09 18:57:26 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"2zO4PURbl9MjdQfeM/Lw4EGbQeOV2pFKdpa0Gd6sfmG//TJYfb8lrDMthqRFkm1LhP2YvGaQwGqUnY3DPdnsTw==", "content_element"=>{"title"=>"", "body"=>"asdf"}, "commit"=>"Update", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", ""], ["body", "asdf"], ["updated_at", "2015-11-09 23:57:26.402178"], ["id", 2]]
[1m[35m (875.9ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.0ms)
Completed 200 OK in 905ms (Views: 23.6ms | ActiveRecord: 876.8ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-09 18:57:28 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"LVTMvy1cTwkier5sja4BynyHapSiqMtGWJ9OWYAz2/VJmkbaFLj9djIiPxb7zpxhueGzy1Himma6lHeDY0ZJ2w==", "content_element"=>{"title"=>"", "body"=>"adsf"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", ""], ["body", "adsf"], ["updated_at", "2015-11-09 23:57:28.080343"], ["id", 1]]
[1m[36m (232.7ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Completed 200 OK in 262ms (Views: 25.1ms | ActiveRecord: 233.4ms)
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-09 18:57:40 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"bOQOD+7jlhw1BIoybAyObwKDFTrcAY3sN/EA86glL0QIKoRq1wckYyVcC0gabBPEx+XMZS9L3MzV+jkpS1C9ag==", "commit"=>"Abandon", "status"=>"abandoned", "id"=>"1"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["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::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-09 23:57:40.642170"], ["updated_at", "2015-11-09 23:57:40.642170"]]
[1m[35m (956.7ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-09 23:57:41.601394"], ["id", 1]]
[1m[36m (0.6ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 2], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-09 23:57:41.610666"], ["updated_at", "2015-11-09 23:57:41.610666"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 2], ["label", "content"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 2], ["created_at", "2015-11-09 23:57:41.618377"], ["updated_at", "2015-11-09 23:57:41.618377"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 984ms (ActiveRecord: 961.1ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 18:57:41 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (41.7ms)
Completed 200 OK in 102ms (Views: 98.8ms | ActiveRecord: 0.8ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:57:41 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:57:41 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:57:41 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:57:41 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:57:41 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:57:41 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:57:41 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:57:41 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:57:41 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:57:41 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:57:41 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:57:41 -0500
Started PATCH "/pulitzer/content_elements/4" for ::1 at 2015-11-09 18:57:52 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Z286NRCa1cePKG++vOUb2z1XVqGdkfCjTPk/qbKCQ0sDobBQKX5nuJ9w7sTKhYZw+DGP/m7boYOu8gZzUffRZQ==", "content_element"=>{"title"=>"", "body"=>"new activation content"}, "commit"=>"Update", "id"=>"4"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 4]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", ""], ["body", "new activation content"], ["updated_at", "2015-11-09 23:57:52.076631"], ["id", 4]]
[1m[35m (3855.1ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (7.2ms)
Completed 200 OK in 3901ms (Views: 40.5ms | ActiveRecord: 3856.0ms)
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-11-09 18:57:55 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"nfD6ifZ4uCXJXeZn6HY47ft7jB0VI6B4Q9hC1/6883H5PnDsz5wKWtkFZx2eFqVGPh1VQuZp8Vih03sNHclhXw==", "content_element"=>{"title"=>"", "body"=>"new activation"}, "commit"=>"Update", "id"=>"3"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", ""], ["body", "new activation"], ["updated_at", "2015-11-09 23:57:55.986211"], ["id", 3]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (8.2ms)
Completed 200 OK in 42ms (Views: 35.4ms | ActiveRecord: 1.9ms)
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1[0m
[1m[35m (0.1ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Started PATCH "/pulitzer/versions/2" for ::1 at 2015-11-09 18:58:19 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Fi8zwgKdaC4DlnryvAS0BjYyuwr5XWnbKuYSRLRKQt5y4bmnO3naURPO+4jKZCmt81RiVQoXOPvI7SueVz/Q8A==", "commit"=>"Activate", "status"=>"active", "id"=>"2"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-09 23:58:19.076315"], ["updated_at", "2015-11-09 23:58:19.076315"]]
[1m[35m (573.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-09 23:58:19.651889"], ["id", 2]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2015-11-09 23:58:19.657560"], ["id", 3]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 3], ["updated_at", "2015-11-09 23:58:19.660539"], ["id", 4]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 2]]
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 593ms (ActiveRecord: 577.6ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 18:58:19 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (27.4ms)
Completed 200 OK in 90ms (Views: 86.5ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 18:58:19 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 18:58:19 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 18:58:19 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 18:58:19 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 18:58:19 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 18:58:19 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 18:58:19 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 18:58:19 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 18:58:20 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 18:58:20 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 18:58:20 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 18:58:20 -0500
[1m[36m (0.1ms)[0m [1mSELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started GET "/pulitzer/posts/jobs/content_elements/3/edit?authenticity_token=K7AizStHM6CALxj%2F124TSWsdKrqfuZJfgoiER654NcdPfqioEqOB35B3mYWhDo7irnvz5Wzzw39gg72dTQ2n6Q%3D%3D" for ::1 at 2015-11-09 19:00:55 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"K7AizStHM6CALxj/124TSWsdKrqfuZJfgoiER654NcdPfqioEqOB35B3mYWhDo7irnvz5Wzzw39gg72dTQ2n6Q==", "post_id"=>"jobs", "id"=>"3"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (44.6ms)
Started GET "/pulitzer/posts/jobs/content_elements/3/edit?authenticity_token=K7AizStHM6CALxj%2F124TSWsdKrqfuZJfgoiER654NcdPfqioEqOB35B3mYWhDo7irnvz5Wzzw39gg72dTQ2n6Q%3D%3D" for ::1 at 2015-11-09 19:00:58 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"K7AizStHM6CALxj/124TSWsdKrqfuZJfgoiER654NcdPfqioEqOB35B3mYWhDo7irnvz5Wzzw39gg72dTQ2n6Q==", "post_id"=>"jobs", "id"=>"3"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (42.3ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 19:01:00 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (56.1ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 19:01:09 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (67.0ms)
Completed 200 OK in 248ms (Views: 171.9ms | ActiveRecord: 2.6ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 19:01:10 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 19:01:10 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 19:01:10 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 19:01:10 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 19:01:10 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 19:01:10 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 19:01:10 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 19:01:10 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 19:01:10 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 19:01:10 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 19:01:10 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 19:01:10 -0500
Started GET "/pulitzer/posts/jobs/content_elements/3/edit?authenticity_token=835PyDawhcihPSq%2FMwXoACr%2Bdk7XTD8BsXHoKHtdyvmXsMWtD1Q3t7Flq8VFZXWr75ivESQGbiFTetHymChY1w%3D%3D" for ::1 at 2015-11-09 19:01:12 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"835PyDawhcihPSq/MwXoACr+dk7XTD8BsXHoKHtdyvmXsMWtD1Q3t7Flq8VFZXWr75ivESQGbiFTetHymChY1w==", "post_id"=>"jobs", "id"=>"3"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (26.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (84.2ms)
Completed 200 OK in 102ms (Views: 99.8ms | ActiveRecord: 0.8ms)
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-11-09 19:01:19 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"DyvYzOPCbvAT3fqndUkLkJmma6SEn99Rr7Np9WzNQPtr5VKp2ibcjwOFe90DKZY7XMCy+3fVjnFNuFAvj7jS1Q==", "content_element"=>{"title"=>"", "body"=>"new activation abandon"}, "commit"=>"Update", "id"=>"3"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "new activation abandon"], ["updated_at", "2015-11-10 00:01:19.056046"], ["id", 3]]
[1m[36m (114.5ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.6ms)
Completed 200 OK in 144ms (Views: 23.8ms | ActiveRecord: 115.5ms)
Started GET "/pulitzer/posts/jobs/content_elements/4/edit?authenticity_token=835PyDawhcihPSq%2FMwXoACr%2Bdk7XTD8BsXHoKHtdyvmXsMWtD1Q3t7Flq8VFZXWr75ivESQGbiFTetHymChY1w%3D%3D" for ::1 at 2015-11-09 19:01:21 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"835PyDawhcihPSq/MwXoACr+dk7XTD8BsXHoKHtdyvmXsMWtD1Q3t7Flq8VFZXWr75ivESQGbiFTetHymChY1w==", "post_id"=>"jobs", "id"=>"4"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 4]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (16.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (49.9ms)
Completed 200 OK in 67ms (Views: 65.5ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/4" for ::1 at 2015-11-09 19:01:27 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"fhOmUVQpyiEdTnwXAsRC2M3B9AcwFk0jsFMkX+5F/bca3Sw0bc14Xg0W/W10pN9zCKctWMNcHANSWB2FDTBvmQ==", "content_element"=>{"title"=>"", "body"=>"new activation content abandon"}, "commit"=>"Update", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "new activation content abandon"], ["updated_at", "2015-11-10 00:01:27.440269"], ["id", 4]]
[1m[36m (805.9ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.5ms)
Completed 200 OK in 835ms (Views: 23.9ms | ActiveRecord: 806.8ms)
Started PATCH "/pulitzer/versions/3" for ::1 at 2015-11-09 19:01:31 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"D3lOSO4HRs+M6YMLdT06aakG7V3XG0jhVyNOIXfQZzprt8Qt1+P0sJyxAnEDXafCbGA0AiRRGcG1KHf7lKX1FA==", "commit"=>"Abandon", "status"=>"abandoned", "id"=>"3"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-10 00:01:31.376488"], ["updated_at", "2015-11-10 00:01:31.376488"]]
[1m[35m (534.7ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-10 00:01:31.913484"], ["id", 3]]
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[1m[36m (5.7ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 2]]
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? ORDER BY "pulitzer_versions"."id" ASC LIMIT 1[0m [["post_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? ORDER BY "pulitzer_versions"."id" ASC LIMIT 1 [["post_id", 1]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? ORDER BY "pulitzer_versions"."id" ASC LIMIT 1 [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 1]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? ORDER BY "pulitzer_versions"."id" ASC LIMIT 1 OFFSET 1 [["post_id", 1]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 2]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? ORDER BY "pulitzer_versions"."id" ASC LIMIT 1 OFFSET 2 [["post_id", 1]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 3]]
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 4]]
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 4]]
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 1]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 2]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 3]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 4]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35m (0.1ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
Completed 500 Internal Server Error in 631903ms (ActiveRecord: 537.6ms)
SystemExit (exit):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:9:in `exit'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:9:in `update'
byebug (8.0.0) lib/byebug/helpers/eval.rb:52:in `eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:52:in `safe_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:46:in `warning_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:22:in `single_thread_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:13:in `block in thread_safe_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:86:in `block in allowing_other_threads'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (11.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (77.9ms)
[1m[36m (1910.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (1.5ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePulitzerPostTypes (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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", "20150716214842"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[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.4ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (1.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (1.8ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (1.0ms)[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.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[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-11-10 00:12:22.513995"], ["updated_at", "2015-11-10 00:12:22.513995"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-10 00:12:22.515847"], ["updated_at", "2015-11-10 00:12:22.515847"]]
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-10 00:12:22.516707"], ["updated_at", "2015-11-10 00:12:22.516707"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (1.5ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (1.5ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.4ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.5ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.6ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (1.1ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.3ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.5ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (3.3ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 19:12:34 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
Completed 404 Not Found in 17ms (ActiveRecord: 0.5ms)
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:23:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:5:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.1ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 19:12:39 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (2.5ms)
Completed 200 OK in 125ms (Views: 121.0ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 19:12:43 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 19:12:43 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 19:12:43 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 19:12:43 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 19:12:43 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 19:12:43 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 19:12:43 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 19:12:43 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 19:12:43 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 19:12:43 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 19:12:43 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 19:12:43 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=nPvTHC12dniUj8%2B8N7sp9Ynie8rDTY7NZm9rjuFUSLv4NVl5FJLEB4TXTsZB27ReTISilTAH3%2B2EZFJUAiHalQ%3D%3D" for ::1 at 2015-11-09 19:12:46 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"nPvTHC12dniUj8+8N7sp9Ynie8rDTY7NZm9rjuFUSLv4NVl5FJLEB4TXTsZB27ReTISilTAH3+2EZFJUAiHalQ=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (37.6ms)
Completed 200 OK in 59ms (Views: 54.9ms | ActiveRecord: 0.1ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-09 19:12:56 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"XEalyt39jacAS2H/tayKbnrwAG4PtsL7Y9RYmWyLeHA4iC+v5Bk/2BAT4IXDzBfFv5bZMfz8k9uB32FDj/7qXg==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "jobs"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-10 00:12:56.573602"], ["updated_at", "2015-11-10 00:12:56.573602"]]
[1m[35m (1650.0ms)[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", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "jobs"]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "jobs"], ["post_type_id", 1], ["slug", "jobs"], ["created_at", "2015-11-10 00:12:58.379693"], ["updated_at", "2015-11-10 00:12:58.379693"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-10 00:12:58.390014"], ["updated_at", "2015-11-10 00:12:58.390014"]]
[1m[35m (274.1ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (22.2ms)
Completed 200 OK in 2142ms (Views: 40.1ms | ActiveRecord: 1926.3ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 19:13:01 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (10.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (13.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.7ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (37.2ms)
Completed 200 OK in 159ms (Views: 121.3ms | ActiveRecord: 1.3ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 19:13:01 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 19:13:01 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 19:13:01 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 19:13:01 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 19:13:02 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 19:13:02 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 19:13:02 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 19:13:02 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 19:13:02 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 19:13:02 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 19:13:02 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 19:13:02 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 19:13:03 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (9.6ms)
Completed 200 OK in 68ms (Views: 67.1ms | ActiveRecord: 0.6ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 19:13:03 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 19:13:03 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 19:13:03 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 19:13:03 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 19:13:04 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 19:13:04 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 19:13:04 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 19:13:04 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 19:13:04 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 19:13:04 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 19:13:04 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 19:13:04 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=UihVe29AIrC8JWfbSIJDyKQSaMtvohmvI8hv8dEXMrY25t8eVqSQz6x95qE%2B4t5jYXSxlJzoSI%2FBw1YrMmKgmA%3D%3D" for ::1 at 2015-11-09 19:13:07 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"UihVe29AIrC8JWfbSIJDyKQSaMtvohmvI8hv8dEXMrY25t8eVqSQz6x95qE+4t5jYXSxlJzoSI/Bw1YrMmKgmA=="}
[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::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (11.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (30.2ms)
Completed 200 OK in 53ms (Views: 45.4ms | ActiveRecord: 0.8ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-09 19:13:44 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"WYeXLcVG8/FbVJxeIfPiI3sCV8THcFjy7w/04yPD/C49SR1I/KJBjksMHSRXk3+IvmSOmzQ6CdINBM05wLZuAA==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "title"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-10 00:13:44.357918"], ["updated_at", "2015-11-10 00:13:44.357918"]]
[1m[35m (73.8ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-10 00:13:44.450658"], ["updated_at", "2015-11-10 00:13:44.450658"]]
[1m[35m (0.7ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.6ms)
Completed 200 OK in 136ms (Views: 37.3ms | ActiveRecord: 76.2ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 19:13:46 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (12.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (16.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (35.9ms)
Completed 200 OK in 105ms (Views: 100.4ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 19:13:46 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 19:13:46 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 19:13:46 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 19:13:46 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 19:13:46 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 19:13:46 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 19:13:46 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 19:13:46 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 19:13:46 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 19:13:46 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 19:13:46 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 19:13:46 -0500
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 1]]
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-09 19:14:39 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"gwIFPYLtDm4h1vBJn4gmiyQcbKsfmMhr83mI2Vl19fDnzI9Yuwm8ETGOcTPp6Lsg4Xq19OzSmUsRcrEDugBn3g==", "content_element"=>{"title"=>"please", "body"=>"let's try this"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "please"], ["body", "let's try this"], ["updated_at", "2015-11-10 00:14:39.804823"], ["id", 1]]
[1m[36m (1854.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.4ms)
Completed 200 OK in 1908ms (Views: 48.3ms | ActiveRecord: 1855.0ms)
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-09 19:14:48 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"OO/AOY8Y205Ikp5jFIgDSFISHLO5XI/cmfnqMiQCaq1cIUpctvxpMVjKHxli6J7jl3TF7EoW3vx78tPox3f4gw==", "commit"=>"Abandon", "status"=>"abandoned", "id"=>"1"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["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::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-10 00:14:48.355044"], ["updated_at", "2015-11-10 00:14:48.355044"]]
[1m[35m (634.8ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-10 00:14:48.992373"], ["id", 1]]
[1m[36m (3.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostType Load (0.2ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 2], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-10 00:15:04.103781"], ["updated_at", "2015-11-10 00:15:04.103781"]]
[1m[35m (3163.4ms)[0m commit transaction
[1m[36m (1.8ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35mPulitzer::Version Load (1.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1]]
[1m[36mPulitzer::Version Load (1.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[1m[36mPulitzer::Version Load (0.7ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1]]
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 2]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 2]]
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 78835ms (ActiveRecord: 3804.3ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 19:16:07 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (33.8ms)
Completed 200 OK in 87ms (Views: 83.2ms | ActiveRecord: 1.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 19:16:07 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 19:16:07 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 19:16:07 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 19:16:07 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 19:16:07 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 19:16:07 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 19:16:07 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 19:16:07 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 19:16:07 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 19:16:07 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 19:16:07 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 19:16:07 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 19:16:15 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (26.5ms)
Completed 200 OK in 85ms (Views: 81.8ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 19:16:15 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 19:16:15 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 19:16:15 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 19:16:15 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 19:16:15 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 19:16:15 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 19:16:15 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 19:16:15 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 19:16:15 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 19:16:15 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 19:16:15 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 19:16:15 -0500
Started GET "/pulitzer/content_elements/2?authenticity_token=0q0KkV78CMLOTlyP06b9pSK9Xxf22VC22ZAJbW8iL3q2Y4D0Zxi6vd4W3fWlxmAO59uGSAWTAZY7mzC3jFe9VA%3D%3D" for ::1 at 2015-11-09 19:16:42 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"0q0KkV78CMLOTlyP06b9pSK9Xxf22VC22ZAJbW8iL3q2Y4D0Zxi6vd4W3fWlxmAO59uGSAWTAZY7mzC3jFe9VA==", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[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[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.2ms)
Completed 200 OK in 20ms (Views: 18.0ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts/jobs/content_elements/2/edit?authenticity_token=0q0KkV78CMLOTlyP06b9pSK9Xxf22VC22ZAJbW8iL3q2Y4D0Zxi6vd4W3fWlxmAO59uGSAWTAZY7mzC3jFe9VA%3D%3D" for ::1 at 2015-11-09 19:16:47 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"0q0KkV78CMLOTlyP06b9pSK9Xxf22VC22ZAJbW8iL3q2Y4D0Zxi6vd4W3fWlxmAO59uGSAWTAZY7mzC3jFe9VA==", "post_id"=>"jobs", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (18.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (51.6ms)
Completed 200 OK in 71ms (Views: 68.6ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-09 19:16:53 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"rTg9nuJcAegHsH0rhTW3vQs/pUVDPH6MJGOanxjW1AHJ9rf727izlxfo/FHzVSoWzll8GrB2L6zGaKNF+6NGLw==", "content_element"=>{"title"=>"this one please", "body"=>"I want this one"}, "commit"=>"Update", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "this one please"], ["body", "I want this one"], ["updated_at", "2015-11-10 00:16:53.116939"], ["id", 2]]
[1m[36m (1147.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.8ms)
Completed 200 OK in 1181ms (Views: 28.5ms | ActiveRecord: 1148.4ms)
Started PATCH "/pulitzer/versions/2" for ::1 at 2015-11-09 19:17:09 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"z1C58GVSnOf4RS6LYikZ9elOwwVa+6DBP5hW4QMO9gernjOVXLYumOgdr/EUSYReLCgaWqmx8eHdk2874HtkKQ==", "commit"=>"Activate", "status"=>"active", "id"=>"2"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-10 00:17:09.573352"], ["updated_at", "2015-11-10 00:17:09.573352"]]
[1m[35m (33.7ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-10 00:17:09.608946"], ["id", 2]]
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 2]]
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 2]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 3]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 3], ["updated_at", "2015-11-10 00:18:53.971907"], ["id", 2]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 2]]
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 2]]
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 165999ms (ActiveRecord: 37.0ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 19:19:55 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (23.3ms)
Completed 200 OK in 82ms (Views: 78.3ms | ActiveRecord: 1.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 19:19:55 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 19:19:55 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 19:19:55 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 19:19:55 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 19:19:55 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 19:19:55 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 19:19:55 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 19:19:55 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 19:19:55 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 19:19:55 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 19:19:55 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 19:19:55 -0500
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 19:20:11 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.3ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (296.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (298.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (325.0ms)
Completed 200 OK in 391ms (Views: 387.2ms | ActiveRecord: 1.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 19:20:11 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 19:20:11 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 19:20:11 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 19:20:11 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 19:20:11 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 19:20:11 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 19:20:11 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 19:20:11 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 19:20:11 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 19:20:11 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 19:20:11 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 19:20:11 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 19:20:13 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (22.9ms)
Completed 200 OK in 78ms (Views: 74.9ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 19:20:13 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 19:20:13 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 19:20:13 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 19:20:13 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 19:20:13 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 19:20:13 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 19:20:13 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 19:20:13 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 19:20:13 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 19:20:13 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 19:20:13 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 19:20:13 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 19:20:14 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (19.4ms)
Completed 200 OK in 73ms (Views: 69.5ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 19:20:14 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 19:20:14 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 19:20:14 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 19:20:14 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 19:20:14 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 19:20:14 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 19:20:14 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 19:20:14 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 19:20:14 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 19:20:14 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 19:20:14 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 19:20:14 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 19:20:15 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (19.1ms)
Completed 200 OK in 78ms (Views: 75.2ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 19:20:15 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 19:20:15 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 19:20:15 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 19:20:15 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 19:20:15 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 19:20:15 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 19:20:15 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 19:20:15 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 19:20:15 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 19:20:15 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 19:20:15 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 19:20:15 -0500
[1m[35m (0.2ms)[0m SELECT "pulitzer_versions"."status" FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["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::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 1]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 19:23:13 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (50.0ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 19:23:19 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (10.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (70.2ms)
Completed 200 OK in 253ms (Views: 176.2ms | ActiveRecord: 2.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 19:23:19 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 19:23:19 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 19:23:19 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 19:23:19 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 19:23:19 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 19:23:19 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 19:23:19 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 19:23:19 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 19:23:19 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 19:23:19 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 19:23:19 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 19:23:19 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 19:23:22 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (23.5ms)
Completed 200 OK in 105ms (Views: 101.8ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 19:23:22 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 19:23:22 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 19:23:22 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 19:23:22 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 19:23:22 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 19:23:22 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 19:23:22 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 19:23:22 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 19:23:22 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 19:23:22 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 19:23:22 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 19:23:22 -0500
Started GET "/pulitzer/posts/jobs/content_elements/2/edit?authenticity_token=Hs2knoNn2ZzEA8zlkBqV4uikqTyNTX9T%2FCZUXwzhhot6Ay77uoNr49RbTZ%2FmeghJLcJwY34HLnMeLW2F75QUpQ%3D%3D" for ::1 at 2015-11-09 19:23:27 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"Hs2knoNn2ZzEA8zlkBqV4uikqTyNTX9T/CZUXwzhhot6Ay77uoNr49RbTZ/meghJLcJwY34HLnMeLW2F75QUpQ==", "post_id"=>"jobs", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (33.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (82.7ms)
Completed 200 OK in 98ms (Views: 96.5ms | ActiveRecord: 0.7ms)
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-09 19:23:30 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"qAza2Anx/41IEVfH2uPXWzSsgnoh9NcnvaehA5gJT9jMwlC9MBVN8lhJ1r2sg0rw8cpbJdK+hgdfrJjZe3zd9g==", "content_element"=>{"title"=>"this one please", "body"=>"I want this one trying this"}, "commit"=>"Update", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "I want this one trying this"], ["updated_at", "2015-11-10 00:23:30.500322"], ["id", 2]]
[1m[35m (683.8ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.9ms)
Completed 200 OK in 715ms (Views: 25.1ms | ActiveRecord: 684.7ms)
Started PATCH "/pulitzer/versions/3" for ::1 at 2015-11-09 19:23:32 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"1z+GNyDU6+Ep+bKv7U5OfTIjPr5olYd0xCwsxyML79+z8QxSGTBZnjmhM9WbLtPW90Xn4Zvf1lQmJxUdwH598Q==", "commit"=>"Activate", "status"=>"active", "id"=>"3"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-11-10 00:23:32.082157"], ["id", 2]]
[1m[35m (1788.3ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-10 00:23:33.873891"], ["updated_at", "2015-11-10 00:23:33.873891"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-10 00:23:33.876914"], ["id", 3]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[1m[35m (1.1ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 3]]
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.8ms)[0m UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 4], ["updated_at", "2015-11-10 00:24:28.197006"], ["id", 2]]
[1m[36m (220.5ms)[0m [1mcommit transaction[0m
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 3]]
[1m[36m (0.9ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 4]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 3]]
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 202742ms (ActiveRecord: 2013.1ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 19:26:54 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (56.0ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 21:57:59 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (57.7ms)
Started GET "/pulitzer/" for ::1 at 2015-11-09 21:58:23 -0500
[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::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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (64.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (67.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (79.8ms)
Completed 200 OK in 233ms (Views: 224.0ms | ActiveRecord: 1.6ms)
Started GET "/pulitzer/" for ::1 at 2015-11-09 21:58:24 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (12.7ms)
Completed 200 OK in 75ms (Views: 73.9ms | ActiveRecord: 0.4ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 21:58:24 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 21:58:24 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 21:58:24 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 21:58:24 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 21:58:24 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 21:58:24 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 21:58:24 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 21:58:24 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 21:58:24 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 21:58:24 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 21:58:24 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 21:58:24 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 21:58:25 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.5ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (11.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (50.4ms)
Completed 200 OK in 218ms (Views: 125.5ms | ActiveRecord: 2.4ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 21:58:26 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 21:58:26 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 21:58:26 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 21:58:26 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 21:58:26 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 21:58:26 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 21:58:26 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 21:58:26 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 21:58:26 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 21:58:26 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 21:58:26 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 21:58:26 -0500
Started PATCH "/pulitzer/versions/4" for ::1 at 2015-11-09 21:58:29 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"QmNuxv2gkKyhOpYrQC6A12YurPbyM2RB6UEMGJ6zIx4mreSjxEQi07FiF1E2Th18o0h1qQF5NWELSjXCfcaxMA==", "commit"=>"Abandon", "status"=>"abandoned", "id"=>"4"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-10 02:58:29.646599"], ["updated_at", "2015-11-10 02:58:29.646599"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-10 02:58:29.650110"], ["id", 4]]
[1m[35m (1.6ms)[0m commit transaction
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 3]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 3]]
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 24677ms (ActiveRecord: 3.9ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 21:58:54 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (17.4ms)
Completed 200 OK in 81ms (Views: 77.9ms | ActiveRecord: 0.5ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 21:58:54 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 21:58:54 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 21:58:54 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 21:58:54 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 21:58:54 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 21:58:54 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 21:58:54 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 21:58:54 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 21:58:54 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 21:58:54 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 21:58:54 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 21:58:54 -0500
[1m[36m (415.0ms)[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 (20150716214842)
[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", "20150716214842"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (1.1ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[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", "20150716214844"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (1.3ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (1.4ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m ALTER TABLE "pulitzer_post_types" ADD "plural" boolean
[1m[36m (0.1ms)[0m [1mALTER TABLE "pulitzer_post_types" ADD "template" boolean[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[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-11-10 02:59:10.899439"], ["updated_at", "2015-11-10 02:59:10.899439"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-10 02:59:10.901195"], ["updated_at", "2015-11-10 02:59:10.901195"]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-10 02:59:10.902525"], ["updated_at", "2015-11-10 02:59:10.902525"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (3.4ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.4ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "search_locations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150901153531"]]
[1m[35m (1.5ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.2ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.5ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.5ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.8ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.3ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 21:59:35 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.7ms)
Completed 200 OK in 135ms (Views: 124.6ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 21:59:36 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 21:59:36 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 21:59:36 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 21:59:36 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 21:59:36 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 21:59:36 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 21:59:36 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 21:59:36 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 21:59:36 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 21:59:36 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 21:59:36 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 21:59:36 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 21:59:36 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 84ms (Views: 83.8ms | ActiveRecord: 0.1ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 21:59:37 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 21:59:37 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 21:59:37 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 21:59:37 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 21:59:37 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 21:59:37 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 21:59:37 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 21:59:37 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 21:59:37 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 21:59:37 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 21:59:37 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 21:59:37 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=XdaAnXReucWeGyc2mmgcClyucs9zLxWmz054am78Q5M5GAr4TboLuo5DpkzsCIGhmcirkIBlRIYtRUGwjYnRvQ%3D%3D" for ::1 at 2015-11-09 21:59:38 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"XdaAnXReucWeGyc2mmgcClyucs9zLxWmz054am78Q5M5GAr4TboLuo5DpkzsCIGhmcirkIBlRIYtRUGwjYnRvQ=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (42.4ms)
Completed 200 OK in 106ms (Views: 101.8ms | ActiveRecord: 0.2ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-09 21:59:40 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"36+uhxaL7HqB5iQPqhrPK3EiFFuJGS6ICWRZgZ/wwC27YSTiL29eBZG+pXXcelKAtETNBHpTf6jrb2BbfIVSAw==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "jobs"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-10 02:59:40.657247"], ["updated_at", "2015-11-10 02:59:40.657247"]]
[1m[35m (1066.7ms)[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", 1]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "jobs"]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "jobs"], ["post_type_id", 1], ["slug", "jobs"], ["created_at", "2015-11-10 02:59:41.944643"], ["updated_at", "2015-11-10 02:59:41.944643"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-10 02:59:41.962701"], ["updated_at", "2015-11-10 02:59:41.962701"]]
[1m[35m (1.0ms)[0m commit transaction
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (20.4ms)
Completed 200 OK in 1366ms (Views: 47.8ms | ActiveRecord: 1070.7ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 21:59:43 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (27.1ms)
Completed 200 OK in 103ms (Views: 79.2ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 21:59:44 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 21:59:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 21:59:44 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 21:59:44 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 21:59:44 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 21:59:44 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 21:59:44 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 21:59:44 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 21:59:44 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 21:59:44 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 21:59:44 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 21:59:44 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 21:59:46 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (10.1ms)
Completed 200 OK in 69ms (Views: 68.1ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 21:59:46 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 21:59:46 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 21:59:46 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 21:59:46 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 21:59:46 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 21:59:46 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 21:59:46 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 21:59:46 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 21:59:46 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 21:59:46 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 21:59:46 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 21:59:46 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=m143n8TsGZ76y%2FT3%2BQx7yYGlUesGukL7BP%2BKSKX9j1%2F%2FkL36%2FQir4eqTdY2PbOZiRMOItPXwE9vm9LOSRogdcQ%3D%3D" for ::1 at 2015-11-09 21:59:49 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"m143n8TsGZ76y/T3+Qx7yYGlUesGukL7BP+KSKX9j1//kL36/Qir4eqTdY2PbOZiRMOItPXwE9vm9LOSRogdcQ=="}
[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::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (15.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (42.7ms)
Completed 200 OK in 73ms (Views: 64.7ms | ActiveRecord: 0.9ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-09 21:59:53 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"cgb56f3+Kdz91B5pG5cw/dFd9bKFt5oTtnIWH884ZowWyHOMxBqbo+2MnxNt961WFDss7Xb9yzNUeS/FLE30og==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "title"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-10 02:59:53.428003"], ["updated_at", "2015-11-10 02:59:53.428003"]]
[1m[35m (260.3ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-10 02:59:53.707766"], ["updated_at", "2015-11-10 02:59:53.707766"]]
[1m[35m (0.7ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.9ms)
Completed 200 OK in 325ms (Views: 38.7ms | ActiveRecord: 263.0ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 21:59:55 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (14.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (372.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (390.8ms)
Completed 200 OK in 462ms (Views: 459.1ms | ActiveRecord: 0.8ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 21:59:56 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 21:59:56 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 21:59:56 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 21:59:56 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 21:59:56 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 21:59:56 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 21:59:56 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 21:59:56 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 21:59:56 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 21:59:56 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 21:59:56 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 21:59:56 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-09 21:59:58 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"74PRFgI4FJ+BVS0M3LPBFl+LVWgN7LLuNaz1/Mf0LTuLTVtzO9ym4JENrHaq01y9mu2MN/6m487Xp8wmJIG/FQ==", "content_element"=>{"title"=>"asdf", "body"=>"asd"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "asdf"], ["body", "asd"], ["updated_at", "2015-11-10 02:59:58.132607"], ["id", 1]]
[1m[36m (11.6ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.2ms)
Completed 200 OK in 47ms (Views: 28.6ms | ActiveRecord: 12.6ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 22:00:03 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (9.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (11.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (13.8ms)
Completed 200 OK in 76ms (Views: 75.3ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 22:00:03 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 22:00:03 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:00:03 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:00:03 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:00:03 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:00:03 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:00:03 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:00:03 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:00:03 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:00:03 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:00:03 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:00:03 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:00:08 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (23.0ms)
Completed 200 OK in 76ms (Views: 72.5ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 22:00:08 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:00:08 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 22:00:08 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:00:08 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:00:08 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:00:08 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:00:08 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:00:08 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:00:08 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:00:08 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:00:08 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:00:08 -0500
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-09 22:00:12 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"5CVtoeYKspzYrdtc4VH0wEt7XM9vbBHWANskXfIEG/yA6+fE3+4A48j1WiaXMWlrjh2FkJwmQPbi0B2HEXGJ0g==", "commit"=>"Abandon", "status"=>"abandoned", "id"=>"1"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["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::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.2ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-10 03:00:12.137079"], ["updated_at", "2015-11-10 03:00:12.137079"]]
[1m[35m (2090.3ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (1.2ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-10 03:00:14.230787"], ["id", 1]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostType Load (0.2ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 2], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-10 03:00:31.732377"], ["updated_at", "2015-11-10 03:00:31.732377"]]
[1m[35m (125.0ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 19728ms (ActiveRecord: 2219.2ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:00:31 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (38.7ms)
Completed 200 OK in 109ms (Views: 104.4ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 22:00:32 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 22:00:32 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:00:32 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:00:32 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:00:32 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:00:32 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:00:32 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:00:32 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:00:32 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:00:32 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:00:32 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:00:32 -0500
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 1]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 1]]
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-09 22:03:17 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"73aM02H4LlmKhtTc5GYdLlBI3wycFNJIiIdQVIUI0pSLuAa2WBycJpreVaaSBoCFlS4GU29eg2hqjGmOZn1Aug==", "content_element"=>{"title"=>"adff", "body"=>"asdf"}, "commit"=>"Update", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "adff"], ["body", "asdf"], ["updated_at", "2015-11-10 03:03:17.116638"], ["id", 2]]
[1m[36m (1.0ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Completed 200 OK in 29ms (Views: 23.1ms | ActiveRecord: 1.8ms)
Started PATCH "/pulitzer/versions/2" for ::1 at 2015-11-09 22:03:21 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"mzx1bHAFmuI/ZbLHBl8zzIy0XT2HSDugBXzA+lgglaj/8v8JSeEonS89M71wP65nSdKEYnQCaoDnd/kgu1UHhg==", "commit"=>"Activate", "status"=>"active", "id"=>"2"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-10 03:03:21.646568"], ["updated_at", "2015-11-10 03:03:21.646568"]]
[1m[35m (1808.0ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-10 03:03:23.456811"], ["id", 2]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 2]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[1m[35m (0.9ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 3]]
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 2]]
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 2]]
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 3]]
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 3]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 2]]
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["label", "title"], ["title", "adff"], ["body", "asdf"], ["version_id", 3], ["post_type_content_element_type_id", 1], ["content_element_type_id", 1], ["created_at", "2015-11-10 03:09:14.677123"], ["updated_at", "2015-11-10 03:09:14.677123"]]
[1m[36m (413.9ms)[0m [1mcommit transaction[0m
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? [["version_id", 3]]
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 2]]
[1m[35m (0.3ms)[0m begin transaction
[1m[36mSQL (0.7ms)[0m [1mUPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["version_id", 3], ["updated_at", "2015-11-10 03:09:49.429561"], ["id", 2]]
[1m[35m (380.0ms)[0m commit transaction
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 2]]
Completed 500 Internal Server Error in 1281699ms (ActiveRecord: 2190.8ms)
SystemExit (exit):
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/clone_version.rb:16:in `exit'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/clone_version.rb:16:in `call'
byebug (8.0.0) lib/byebug/helpers/eval.rb:52:in `eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:52:in `safe_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:46:in `warning_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:22:in `single_thread_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:13:in `block in thread_safe_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:86:in `block in allowing_other_threads'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (73.3ms)
[1m[36m (104.2ms)[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 (20150716214842)
[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", "20150716214842"]]
[1m[35m (1.1ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (1.4ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214846"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[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-11-10 03:25:32.090555"], ["updated_at", "2015-11-10 03:25:32.090555"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-10 03:25:32.092605"], ["updated_at", "2015-11-10 03:25:32.092605"]]
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-10 03:25:32.093565"], ["updated_at", "2015-11-10 03:25:32.093565"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.4ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.4ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.6ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/" for ::1 at 2015-11-09 22:25:43 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.4ms)
Completed 200 OK in 219ms (Views: 213.0ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/" for ::1 at 2015-11-09 22:25:43 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 84ms (Views: 83.1ms | ActiveRecord: 0.1ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 22:25:43 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 22:25:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:25:44 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:25:44 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:25:44 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:25:44 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:25:44 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:25:44 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:25:44 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:25:44 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:25:44 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:25:44 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=A0CVIyAtVYFl4GiO0h4eVFq1sAmA6Wxy5JMvnx7N4Y5njh9GGcnn%2FnW46fSkfoP%2Fn9NpVnOjPVIGmBZF%2FbhzoA%3D%3D" for ::1 at 2015-11-09 22:25:46 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"A0CVIyAtVYFl4GiO0h4eVFq1sAmA6Wxy5JMvnx7N4Y5njh9GGcnn/nW46fSkfoP/n9NpVnOjPVIGmBZF/bhzoA=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (41.4ms)
Completed 200 OK in 70ms (Views: 58.2ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-09 22:25:51 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"PURYk7Z7u3qhAVgTuZc/l2Bcuh9zJzfyb4b7qgmrodJZitL2j58JBbFZ2WnP96I8pTpjQIBtZtKNjcJw6t4z/A==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "jobs"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-10 03:25:51.031344"], ["updated_at", "2015-11-10 03:25:51.031344"]]
[1m[35m (425.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", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "jobs"]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "jobs"], ["post_type_id", 1], ["slug", "jobs"], ["created_at", "2015-11-10 03:25:52.697810"], ["updated_at", "2015-11-10 03:25:52.697810"]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-10 03:25:52.707446"], ["updated_at", "2015-11-10 03:25:52.707446"]]
[1m[35m (0.9ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (20.0ms)
Completed 200 OK in 1725ms (Views: 37.7ms | ActiveRecord: 428.6ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:25:54 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (25.0ms)
Completed 200 OK in 113ms (Views: 88.0ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 22:25:54 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 22:25:54 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:25:54 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:25:54 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:25:54 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:25:54 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:25:54 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:25:54 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:25:54 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:25:54 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:25:54 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:25:54 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 22:25:56 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (8.8ms)
Completed 200 OK in 62ms (Views: 61.5ms | ActiveRecord: 0.4ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 22:25:56 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:25:56 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:25:56 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:25:56 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:25:56 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:25:56 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:25:56 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 22:25:56 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:25:56 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:25:56 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:25:56 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:25:56 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=WbSY1kKNgifuTyruNYaAZ5ZGHBJGVLqhbZxh7QQPPVc9ehKze2kwWP4Xq5RD5h3MUyDFTbUe64GPl1g353qveQ%3D%3D" for ::1 at 2015-11-09 22:25:58 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"WbSY1kKNgifuTyruNYaAZ5ZGHBJGVLqhbZxh7QQPPVc9ehKze2kwWP4Xq5RD5h3MUyDFTbUe64GPl1g353qveQ=="}
[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::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (12.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (32.7ms)
Completed 200 OK in 57ms (Views: 49.1ms | ActiveRecord: 0.7ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-09 22:26:01 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"tIRYDmxo2atlxR/iDxWjdH0JiLMhxbDVSVKcVExdiDXQStJrVYxr1HWdnph5dT7fuG9R7NKP4fWrWaWOrygaGw==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "title"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-10 03:26:01.760580"], ["updated_at", "2015-11-10 03:26:01.760580"]]
[1m[35m (336.0ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-10 03:26:02.115905"], ["updated_at", "2015-11-10 03:26:02.115905"]]
[1m[35m (0.7ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (16.6ms)
Completed 200 OK in 395ms (Views: 34.1ms | ActiveRecord: 338.2ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:26:04 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (459.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (467.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (470.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (492.2ms)
Completed 200 OK in 562ms (Views: 557.1ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 22:26:05 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 22:26:05 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:26:05 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:26:05 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:26:05 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:26:05 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:26:05 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:26:05 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:26:05 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:26:05 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:26:05 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:26:05 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-09 22:26:08 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6S8b8Dh2d71s9CZ1ZT3OMDh1AsXFzeAJXgwYFqqgpIKN4ZGVAZLFwnyspw8TXVOb/RPbmjaHsSm8ByHMSdU2rA==", "content_element"=>{"title"=>"adsf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "adsf"], ["body", "asdf"], ["updated_at", "2015-11-10 03:26:08.183166"], ["id", 1]]
[1m[36m (191.2ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.1ms)
Completed 200 OK in 224ms (Views: 26.7ms | ActiveRecord: 192.1ms)
Started PATCH "/pulitzer/versions/1" for ::1 at 2015-11-09 22:26:14 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"QnAT1QKdcUoW8HhhBd7VSlJShbgFgSmyDlrKSPbgfmUmvpmwO3nDNQao+RtzvkjhlzRc5/bLeJLsUfOSFZXsSw==", "commit"=>"Abandon", "status"=>"abandoned", "id"=>"1"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["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::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-10 03:26:14.550601"], ["updated_at", "2015-11-10 03:26:14.550601"]]
[1m[35m (165.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-10 03:26:14.718911"], ["id", 1]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostType Load (0.2ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 2], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-10 03:26:21.508366"], ["updated_at", "2015-11-10 03:26:21.508366"]]
[1m[35m (850.8ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 7818ms (ActiveRecord: 1019.4ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:26:22 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (34.8ms)
Completed 200 OK in 89ms (Views: 85.1ms | ActiveRecord: 0.9ms)
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 22:26:22 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:26:22 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 22:26:22 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:26:22 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:26:22 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:26:22 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:26:22 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:26:22 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:26:22 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:26:22 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:26:22 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:26:22 -0500
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-09 22:26:40 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"mAFXdzQiQ0F1JohDbyOOOdw9Q6i7z/6vkWtIARLQUlz8z90SDcbxPmV+CTkZQxOSGVua90iFr49zYHHb8aXAcg==", "content_element"=>{"title"=>"activable", "body"=>"activable"}, "commit"=>"Update", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "activable"], ["body", "activable"], ["updated_at", "2015-11-10 03:26:40.297578"], ["id", 2]]
[1m[36m (201.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.5ms)
Completed 200 OK in 233ms (Views: 26.0ms | ActiveRecord: 202.7ms)
Started PATCH "/pulitzer/versions/2" for ::1 at 2015-11-09 22:26:42 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"TYX/QcuAhmCmXmu+SxrEAXn6yxM/J5zJSaGJsDNqJOApS3Uk8mQ0H7YG6sQ9elmqvJwSTMxtzemrqrBq0B+2zg==", "commit"=>"Activate", "status"=>"active", "id"=>"2"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-10 03:26:42.504339"], ["updated_at", "2015-11-10 03:26:42.504339"]]
[1m[35m (412.4ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-11-10 03:26:42.919091"], ["id", 2]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "post_type_content_element_type_id", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["label", "title"], ["title", "activable"], ["body", "activable"], ["post_type_content_element_type_id", 1], ["content_element_type_id", 1], ["version_id", 3], ["created_at", "2015-11-10 03:26:51.537081"], ["updated_at", "2015-11-10 03:26:51.537081"]]
[1m[36m (157.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.3ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 2]]
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 9200ms (ActiveRecord: 573.1ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:26:51 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (23.6ms)
Completed 200 OK in 98ms (Views: 94.8ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 22:26:53 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 22:26:53 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:26:53 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:26:53 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:26:53 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:26:53 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:26:53 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:26:53 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:26:53 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:26:53 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:26:53 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:26:53 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:26:54 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (20.7ms)
Completed 200 OK in 79ms (Views: 76.1ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 22:26:55 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 22:26:55 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:26:55 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:26:55 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:26:55 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:26:55 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:26:55 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:26:55 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:26:55 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:26:55 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:26:55 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:26:55 -0500
Started PATCH "/pulitzer/versions/3" for ::1 at 2015-11-09 22:26:59 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"vwmaX3Yji3HQQLPmVfcXrFrGh/vPyXVsa5tdIS+8smLbxxA6T8c5DsAYMpwjl4oHn6BepDyDJEyJkGT7zMkgTA==", "commit"=>"Abandon", "status"=>"abandoned", "id"=>"3"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-10 03:26:59.946674"], ["updated_at", "2015-11-10 03:26:59.946674"]]
[1m[35m (113.9ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 3], ["updated_at", "2015-11-10 03:27:00.062817"], ["id", 3]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "body", "post_type_content_element_type_id", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["label", "title"], ["title", "activable"], ["body", "activable"], ["post_type_content_element_type_id", 1], ["content_element_type_id", 1], ["version_id", 4], ["created_at", "2015-11-10 03:27:06.379372"], ["updated_at", "2015-11-10 03:27:06.379372"]]
[1m[36m (1864.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 2]]
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 8306ms (ActiveRecord: 1980.8ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:27:08 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 4]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (25.3ms)
Completed 200 OK in 80ms (Views: 75.6ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 22:27:08 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 22:27:08 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:27:08 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:27:08 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:27:08 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:27:08 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:27:08 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:27:08 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:27:08 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:27:08 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:27:08 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:27:08 -0500
Started GET "/pulitzer/posts/jobs/content_elements/4/edit?authenticity_token=N6odYijaM5sFmcsdgBqJcDcteMXJX4jX8r41ExFRQkBTZJcHET6B5BXBSmf2ehTb8kuhmjoV2fcQtQzJ8iTQbg%3D%3D" for ::1 at 2015-11-09 22:27:25 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"N6odYijaM5sFmcsdgBqJcDcteMXJX4jX8r41ExFRQkBTZJcHET6B5BXBSmf2ehTb8kuhmjoV2fcQtQzJ8iTQbg==", "post_id"=>"jobs", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (31.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (107.2ms)
Completed 200 OK in 173ms (Views: 127.9ms | ActiveRecord: 7.3ms)
Started PATCH "/pulitzer/content_elements/4" for ::1 at 2015-11-09 22:27:28 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"FenXIZjZblb4XuX9WQfJNykG1TlM2JDrrYaR8qjM7T1xJ11EoT3cKegGZIcvZ1Sc7GAMZr+SwctPjagoS7l/Ew==", "content_element"=>{"title"=>"activable 2", "body"=>"activable 2"}, "commit"=>"Update", "id"=>"4"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 4]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "activable 2"], ["body", "activable 2"], ["updated_at", "2015-11-10 03:27:28.742383"], ["id", 4]]
[1m[35m (113.4ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (25.4ms)
Completed 200 OK in 165ms (Views: 44.2ms | ActiveRecord: 115.1ms)
Started PATCH "/pulitzer/versions/4" for ::1 at 2015-11-09 22:27:31 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"E/8p+D0Z8NEmPN0m6gFnPOAItNgiPj+tRHMYaHaqKXF3MaOdBP1CrjZkXFycYfqXJW5th9F0bo2meCGyld+7Xw==", "commit"=>"Abandon", "status"=>"abandoned", "id"=>"4"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-10 03:27:31.484685"], ["updated_at", "2015-11-10 03:27:31.484685"]]
[1m[36m (84.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.6ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-10 03:27:31.571257"], ["id", 4]]
[1m[35m (0.9ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "post_type_content_element_type_id", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["label", "title"], ["title", "activable"], ["body", "activable"], ["post_type_content_element_type_id", 1], ["content_element_type_id", 1], ["version_id", 5], ["created_at", "2015-11-10 03:27:31.579914"], ["updated_at", "2015-11-10 03:27:31.579914"]]
[1m[35m (1.3ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 2]]
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 115ms (ActiveRecord: 88.8ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:27:31 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (38.6ms)
Completed 200 OK in 151ms (Views: 146.5ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 22:27:31 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 22:27:31 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:27:31 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:27:31 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:27:31 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:27:31 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:27:31 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:27:31 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:27:31 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:27:31 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:27:32 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:27:32 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 22:27:34 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (22.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (24.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (29.3ms)
Completed 200 OK in 122ms (Views: 121.0ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 22:27:34 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 22:27:34 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:27:34 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:27:34 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:27:34 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:27:34 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:27:34 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:27:34 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:27:34 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:27:34 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:27:34 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:27:34 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:27:36 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.4ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (27.6ms)
Completed 200 OK in 103ms (Views: 99.5ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 22:27:36 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 22:27:36 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:27:36 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:27:36 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:27:36 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:27:36 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:27:36 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:27:36 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:27:36 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:27:36 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:27:36 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:27:36 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:28:56 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (24.5ms)
Completed 200 OK in 84ms (Views: 81.0ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 22:28:56 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 22:28:56 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:28:56 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:28:56 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:28:56 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:28:56 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:28:56 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:28:56 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:28:56 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:28:56 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:28:56 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:28:56 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:29:24 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (2975.3ms)
Completed 200 OK in 3055ms (Views: 3051.5ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 22:29:28 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 22:29:28 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:29:28 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:29:28 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:29:28 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:29:28 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:29:28 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:29:28 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:29:28 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:29:28 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:29:28 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:29:28 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:29:30 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (21.0ms)
Completed 200 OK in 83ms (Views: 79.6ms | ActiveRecord: 0.6ms)
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:29:30 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 22:29:30 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:29:30 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:29:30 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 22:29:30 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:29:30 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:29:30 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:29:30 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:29:30 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:29:30 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:29:30 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:29:30 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:30:00 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (134.2ms)
Completed 200 OK in 231ms (Views: 228.4ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 22:30:01 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 22:30:01 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:30:01 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:30:01 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:30:01 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:30:01 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:30:02 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:30:02 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:30:02 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:30:02 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:30:02 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:30:02 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:30:16 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (27.1ms)
Completed 200 OK in 192ms (Views: 86.7ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 22:30:16 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:30:16 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:30:16 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:30:16 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:30:16 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:30:16 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:30:16 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 22:30:16 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:30:16 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:30:16 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:30:16 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:30:16 -0500
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 22:31:01 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 22:31:01 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:31:01 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:31:01 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:37:28 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (22.6ms)
Completed 200 OK in 86ms (Views: 82.6ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-11-09 22:37:28 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:37:28 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:37:28 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:37:28 -0500
Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-11-09 22:37:28 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:37:28 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:37:28 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:37:28 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:37:28 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:37:28 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:37:28 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:37:28 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:39:03 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (324.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (347.5ms)
Completed 200 OK in 656ms (Views: 652.2ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-b662f1acd55a383c761fe6ae70ae1abb.css?body=1" for ::1 at 2015-11-09 22:39:04 -0500
Started GET "/assets/pulitzer-4bf048afcb5b7029f090c018c3636c1c.css?body=1" for ::1 at 2015-11-09 22:39:04 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:39:04 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:39:04 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:39:04 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:39:04 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:39:04 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:39:04 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:39:04 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:39:04 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:39:04 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:39:04 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:39:23 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (104.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (107.0ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (131.4ms)
Completed 200 OK in 234ms (Views: 230.5ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-04bdfcee2fd64b0304b01a485ed71287.css?body=1" for ::1 at 2015-11-09 22:39:23 -0500
Started GET "/assets/pulitzer-a9d09e47c7ca7efefdb4c6059777f99e.css?body=1" for ::1 at 2015-11-09 22:39:23 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:39:23 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:39:23 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:39:23 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:39:23 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:39:23 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:39:23 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:39:23 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:39:23 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:39:23 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:39:23 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:44:32 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (36.5ms)
Completed 200 OK in 137ms (Views: 133.2ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-04bdfcee2fd64b0304b01a485ed71287.css?body=1" for ::1 at 2015-11-09 22:44:33 -0500
Started GET "/assets/pulitzer-a9d09e47c7ca7efefdb4c6059777f99e.css?body=1" for ::1 at 2015-11-09 22:44:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:44:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:44:33 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:44:33 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:44:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:44:33 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:44:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:44:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:44:33 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:44:33 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:44:33 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:44:58 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (32.3ms)
Completed 200 OK in 111ms (Views: 92.1ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-04bdfcee2fd64b0304b01a485ed71287.css?body=1" for ::1 at 2015-11-09 22:44:58 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:44:58 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:44:58 -0500
Started GET "/assets/pulitzer-a9d09e47c7ca7efefdb4c6059777f99e.css?body=1" for ::1 at 2015-11-09 22:44:58 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:44:58 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:44:58 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:44:58 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:44:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:44:58 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:44:58 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:44:58 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:44:58 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:46:26 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (23.5ms)
Completed 200 OK in 974ms (Views: 971.8ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-16a1761858370daa4f7f3ff8a2277faa.css?body=1" for ::1 at 2015-11-09 22:46:27 -0500
Started GET "/assets/pulitzer-3bc2b890169624f95d6266a5ba412975.css?body=1" for ::1 at 2015-11-09 22:46:27 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:46:27 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:46:27 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:46:27 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:46:27 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:46:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:46:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:46:27 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:46:28 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:46:28 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:46:28 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:46:30 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (20.8ms)
Completed 200 OK in 74ms (Views: 71.3ms | ActiveRecord: 0.6ms)
Started GET "/assets/pulitzer-3bc2b890169624f95d6266a5ba412975.css?body=1" for ::1 at 2015-11-09 22:46:31 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:46:31 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:46:31 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:46:31 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:46:31 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:46:31 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:46:31 -0500
Started GET "/assets/application-16a1761858370daa4f7f3ff8a2277faa.css?body=1" for ::1 at 2015-11-09 22:46:31 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:46:31 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:46:31 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:46:31 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:46:31 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:47:51 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (23.7ms)
Completed 200 OK in 84ms (Views: 80.9ms | ActiveRecord: 0.7ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:47:51 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:47:51 -0500
Started GET "/assets/pulitzer-3bc2b890169624f95d6266a5ba412975.css?body=1" for ::1 at 2015-11-09 22:47:51 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:47:51 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:47:51 -0500
Started GET "/assets/application-16a1761858370daa4f7f3ff8a2277faa.css?body=1" for ::1 at 2015-11-09 22:47:51 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:47:51 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:47:51 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:47:51 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:47:51 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:47:51 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:47:51 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:48:01 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1265.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (1267.9ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1288.6ms)
Completed 200 OK in 1357ms (Views: 1354.1ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-16a1761858370daa4f7f3ff8a2277faa.css?body=1" for ::1 at 2015-11-09 22:48:02 -0500
Started GET "/assets/pulitzer-3bc2b890169624f95d6266a5ba412975.css?body=1" for ::1 at 2015-11-09 22:48:02 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:48:02 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:48:02 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:48:02 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:48:02 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:48:02 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:48:02 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:48:02 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:48:02 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:48:02 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:48:02 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:48:08 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (616.0ms)
Completed 200 OK in 695ms (Views: 692.5ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-adaa5e9d56ab39fbb281a16ba80167ff.css?body=1" for ::1 at 2015-11-09 22:48:09 -0500
Started GET "/assets/pulitzer-be1deb4b146b740c994e82aa375ed92e.css?body=1" for ::1 at 2015-11-09 22:48:09 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:48:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:48:09 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:48:09 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:48:09 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:48:09 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:48:09 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:48:09 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:48:09 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:48:09 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:48:09 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:48:31 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (10.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (39.8ms)
Completed 200 OK in 152ms (Views: 147.8ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-789f460df34f2bd608734d52d50149e6.css?body=1" for ::1 at 2015-11-09 22:48:31 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:48:31 -0500
Started GET "/assets/pulitzer-ac78a9f0c0d850cadc63e6c5e5b71d31.css?body=1" for ::1 at 2015-11-09 22:48:31 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:48:31 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:48:31 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:48:31 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:48:31 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:48:31 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:48:31 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:48:31 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:48:31 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:48:31 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:48:37 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 5]]
[1m[35mPulitzer::ContentElementType Load (0.5ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (25.1ms)
Completed 200 OK in 673ms (Views: 669.3ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-09 22:48:38 -0500
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-09 22:48:38 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:48:38 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:48:38 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:48:38 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:48:38 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:48:38 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:48:38 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:48:38 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:48:38 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:48:38 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:48:38 -0500
Started GET "/pulitzer/posts/jobs/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=ba5bs5ahpbzmZ9uF8%2BQEKal9eOtDXyxjQIdXi0nbfJMJYNHWr0UXw%2FY%2FWv%2BFhJmCbBuhtLAVfUOijG5Rqq7uvQ%3D%3D" for ::1 at 2015-11-09 22:48:46 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"ba5bs5ahpbzmZ9uF8+QEKal9eOtDXyxjQIdXi0nbfJMJYNHWr0UXw/Y/Wv+FhJmCbBuhtLAVfUOijG5Rqq7uvQ==", "post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Tag Load (0.4ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (9.6ms)
Completed 200 OK in 33ms (Views: 25.0ms | ActiveRecord: 0.9ms)
Started POST "/pulitzer/posts/jobs/post_tags" for ::1 at 2015-11-09 22:48:53 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"WYW/dEn7rM1qFhMmAqy2a9Q29BTlpIZ53ZJz8ZEqdAA9SzURcB8esnpOklx0zCvAEVAtSxbu11k/mUorcl/mLg==", "post_tag"=>{"label_id"=>"crea a new one", "version_id"=>"5", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1[0m [["name", "crea a new one"]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "crea a new one"], ["created_at", "2015-11-10 03:48:53.259326"], ["updated_at", "2015-11-10 03:48:53.259326"]]
[1m[35m (1648.3ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label_id", 1], ["version_id", 5], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-10 03:48:54.913631"], ["updated_at", "2015-11-10 03:48:54.913631"]]
[1m[35m (1.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 5], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.3ms)
Completed 200 OK in 1691ms (Views: 27.4ms | ActiveRecord: 1651.8ms)
Started PATCH "/pulitzer/versions/5" for ::1 at 2015-11-09 22:48:57 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"GhkHL3K/MOESpd8YBrOSVAaFhISYkJpu2BZJaXOdInx+141KS1uCngL9XmJw0w//w+Nd22vay046HXCzkOiwUg==", "commit"=>"Abandon", "status"=>"abandoned", "id"=>"5"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 5]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-10 03:48:57.862300"], ["updated_at", "2015-11-10 03:48:57.862300"]]
[1m[36m (947.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.2ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-10 03:48:58.811655"], ["id", 5]]
[1m[35m (2.5ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "post_type_content_element_type_id", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["label", "title"], ["title", "activable"], ["body", "activable"], ["post_type_content_element_type_id", 1], ["content_element_type_id", 1], ["version_id", 6], ["created_at", "2015-11-10 03:48:58.819077"], ["updated_at", "2015-11-10 03:48:58.819077"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 2]]
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 964ms (ActiveRecord: 951.7ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:48:58 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 6], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 6], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 6]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (20.9ms)
Completed 200 OK in 74ms (Views: 70.6ms | ActiveRecord: 0.7ms)
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:48:59 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:48:59 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:48:59 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:48:59 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:48:59 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:48:59 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:48:59 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:48:59 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:48:59 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:48:59 -0500
Started GET "/pulitzer/posts/jobs/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=gnpIhu0RotEUxAC5rFAvg4V4dDX5cJtWVn%2Fjh%2FkcVlTmtMLj1PUQrgScgcPaMLIoQB6tago6yna0dNpdGmnEeg%3D%3D" for ::1 at 2015-11-09 22:49:01 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"gnpIhu0RotEUxAC5rFAvg4V4dDX5cJtWVn/jh/kcVlTmtMLj1PUQrgScgcPaMLIoQB6tago6yna0dNpdGmnEeg==", "post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (4.2ms)
Completed 200 OK in 23ms (Views: 19.8ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/versions/6" for ::1 at 2015-11-09 22:49:07 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Kqk6ddjUFnuqTLlRJ1xKglgLPEfvHZ/huQu6Cs/pdbJOZ7AQ4TCkBLoUOCtRPNcpnW3lGBxXzsFbAIPQLJznnA==", "commit"=>"Activate", "status"=>"active", "id"=>"6"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 6]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-11-10 03:49:07.869646"], ["id", 2]]
[1m[35m (263.9ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-10 03:49:08.135912"], ["updated_at", "2015-11-10 03:49:08.135912"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-10 03:49:08.138655"], ["id", 6]]
[1m[35m (0.5ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 6]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "post_type_content_element_type_id", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["label", "title"], ["title", "activable"], ["body", "activable"], ["post_type_content_element_type_id", 1], ["content_element_type_id", 1], ["version_id", 7], ["created_at", "2015-11-10 03:49:08.144091"], ["updated_at", "2015-11-10 03:49:08.144091"]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 6]]
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 285ms (ActiveRecord: 267.9ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:49:08 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 7], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 7], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 7]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (27.4ms)
Completed 200 OK in 110ms (Views: 105.5ms | ActiveRecord: 0.9ms)
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:49:08 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:49:08 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:49:08 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:49:08 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:49:08 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:49:08 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:49:08 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:49:08 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:49:08 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:49:08 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:49:11 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 7], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 7], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 7]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (20.5ms)
Completed 200 OK in 86ms (Views: 82.8ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-09 22:49:11 -0500
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-09 22:49:11 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:49:11 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:49:11 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:49:11 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:49:11 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:49:11 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:49:11 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:49:11 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:49:11 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:49:11 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:49:11 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:50:29 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.9ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:50:40 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 7], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 7], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 7]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (11.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (72.3ms)
Completed 200 OK in 289ms (Views: 200.2ms | ActiveRecord: 2.4ms)
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-09 22:50:41 -0500
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-09 22:50:41 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:50:41 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:50:41 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:50:41 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:50:41 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:50:41 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:50:41 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:50:41 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:50:41 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:50:41 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:50:41 -0500
Started GET "/pulitzer/posts/jobs/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=ell5s1RoqlhRa0flpoI4KyXSREwRE7bQKmXAzmXlWlcel%2FPWbYwYJ0Ezxp%2FQ4qWA4LSdE%2BJZ5%2FDIbvkUhpDIeQ%3D%3D" for ::1 at 2015-11-09 22:50:43 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"ell5s1RoqlhRa0flpoI4KyXSREwRE7bQKmXAzmXlWlcel/PWbYwYJ0Ezxp/Q4qWA4LSdE+JZ5/DIbvkUhpDIeQ==", "post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (28.8ms)
Completed 200 OK in 61ms (Views: 47.8ms | ActiveRecord: 0.9ms)
Started POST "/pulitzer/posts/jobs/post_tags" for ::1 at 2015-11-09 22:50:46 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"K2tn7Jt94Wxh15Nuo+Mk/ouwP2cSU/J88H+s8284MU9Ppe2JoplTE3GPEhTVg7lVTtbmOOEZo1wSdJUpjE2jYQ==", "post_tag"=>{"label_id"=>"1", "version_id"=>"7", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label_id", 1], ["version_id", 7], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-10 03:50:46.127532"], ["updated_at", "2015-11-10 03:50:46.127532"]]
[1m[35m (0.5ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 7], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (9.4ms)
Completed 200 OK in 46ms (Views: 37.0ms | ActiveRecord: 1.7ms)
Started PATCH "/pulitzer/versions/7" for ::1 at 2015-11-09 22:50:48 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"AsA7QXbtJyAhHQrcTC25nZORWJrHCnRZyMpwJFzTidpmDrEkTwmVXzFFi6Y6TSQ2VveBxTRAJXkqwUn+v6Yb9A==", "commit"=>"Activate", "status"=>"active", "id"=>"7"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 7]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-11-10 03:50:48.076833"], ["id", 6]]
[1m[35m (335.0ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-10 03:50:48.417235"], ["updated_at", "2015-11-10 03:50:48.417235"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-11-10 03:50:48.420679"], ["id", 7]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.5ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 7]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "post_type_content_element_type_id", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["label", "title"], ["title", "activable"], ["body", "activable"], ["post_type_content_element_type_id", 1], ["content_element_type_id", 1], ["version_id", 8], ["created_at", "2015-11-10 03:50:48.430102"], ["updated_at", "2015-11-10 03:50:48.430102"]]
[1m[35m (1.3ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.3ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 7]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_post_tags" ("label_id", "label_type", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label_id", 1], ["label_type", "Pulitzer::Tag"], ["version_id", 8], ["created_at", "2015-11-10 03:50:48.438699"], ["updated_at", "2015-11-10 03:50:48.438699"]]
[1m[35m (1.0ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 373ms (ActiveRecord: 342.0ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:50:48 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 8], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 8], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 8]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (30.7ms)
Completed 200 OK in 119ms (Views: 114.4ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-09 22:50:48 -0500
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-09 22:50:48 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:50:48 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:50:48 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:50:48 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:50:48 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:50:48 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:50:48 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:50:48 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:50:48 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:50:48 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:50:48 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 22:50:50 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (31.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (35.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (41.1ms)
Completed 200 OK in 124ms (Views: 122.0ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-09 22:50:50 -0500
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-09 22:50:50 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:50:50 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:50:50 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:50:50 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:50:50 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:50:50 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:50:50 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:50:50 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:50:50 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:50:50 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:50:50 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:50:51 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 8], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 8], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 8]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (27.0ms)
Completed 200 OK in 93ms (Views: 89.7ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-09 22:50:51 -0500
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-09 22:50:51 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:50:51 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:50:51 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:50:51 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:50:51 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:50:51 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:50:51 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:50:51 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:50:51 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:50:51 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:50:51 -0500
Started GET "/pulitzer/posts/jobs/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=UHx9iwOHq3XwZsdJ5GSLxWXXhUr27rUeQpZKibWqH540svfuOmMZCuA%2BRjOSBBZuoLFcFQWk5D6gnXNTVt%2BNsA%3D%3D" for ::1 at 2015-11-09 22:50:55 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"UHx9iwOHq3XwZsdJ5GSLxWXXhUr27rUeQpZKibWqH540svfuOmMZCuA+RjOSBBZuoLFcFQWk5D6gnXNTVt+NsA==", "post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags"[0m
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (3.9ms)
Completed 200 OK in 21ms (Views: 18.2ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/posts/jobs/post_tags" for ::1 at 2015-11-09 22:50:59 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"JC8A/Th4LyvsIuI7CENYHXeyOBvd3AygZJ0y1JBt7/9A4YqYAZydVPx6Y0F+I8W2stThRC6WXYCGlgsOcxh90Q==", "post_tag"=>{"label_id"=>"now what", "version_id"=>"8", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1 [["name", "now what"]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "now what"], ["created_at", "2015-11-10 03:50:59.714095"], ["updated_at", "2015-11-10 03:50:59.714095"]]
[1m[36m (154.2ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label_id", 2], ["version_id", 8], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-10 03:50:59.873380"], ["updated_at", "2015-11-10 03:50:59.873380"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 8], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.2ms)
Completed 200 OK in 192ms (Views: 26.7ms | ActiveRecord: 156.4ms)
Started PATCH "/pulitzer/versions/8" for ::1 at 2015-11-09 22:51:01 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Yp4OG7boWnUu2jttCYSCV4SBEdA9+JF0bo9T8ZnaExAGUIR+jwzoCj6Cuhd/5B/8QefIj86ywFSMhGoreq+BPg==", "commit"=>"Abandon", "status"=>"abandoned", "id"=>"8"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 8]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-10 03:51:01.468321"], ["updated_at", "2015-11-10 03:51:01.468321"]]
[1m[36m (1908.5ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-11-10 03:51:03.379276"], ["id", 8]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 7]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "body", "post_type_content_element_type_id", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["label", "title"], ["title", "activable"], ["body", "activable"], ["post_type_content_element_type_id", 1], ["content_element_type_id", 1], ["version_id", 9], ["created_at", "2015-11-10 03:51:03.385130"], ["updated_at", "2015-11-10 03:51:03.385130"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 7]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_tags" ("label_id", "label_type", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label_id", 1], ["label_type", "Pulitzer::Tag"], ["version_id", 9], ["created_at", "2015-11-10 03:51:03.390698"], ["updated_at", "2015-11-10 03:51:03.390698"]]
[1m[35m (0.6ms)[0m commit transaction
Redirected to http://localhost:3000/pulitzer/posts/jobs/content_elements
Completed 302 Found in 1934ms (ActiveRecord: 1912.3ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:51:03 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (22.4ms)
Completed 200 OK in 98ms (Views: 95.2ms | ActiveRecord: 0.7ms)
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-09 22:51:03 -0500
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-09 22:51:03 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:51:03 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:51:03 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:51:03 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:51:03 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:51:03 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:51:03 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:51:03 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:51:03 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:51:03 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:51:03 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 22:51:05 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (12.3ms)
Completed 200 OK in 71ms (Views: 69.9ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-09 22:51:06 -0500
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-09 22:51:06 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:51:06 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:51:06 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:51:06 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:51:06 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:51:06 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:51:06 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:51:06 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:51:06 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:51:06 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:51:06 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:58:32 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (25.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (125.4ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 22:58:41 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (18.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (21.2ms)
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.7ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (91.0ms)
Completed 200 OK in 356ms (Views: 254.7ms | ActiveRecord: 3.7ms)
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-09 22:58:42 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:58:42 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:58:42 -0500
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-09 22:58:42 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:58:42 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:58:42 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:58:42 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:58:42 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:58:42 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:58:42 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:58:42 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:58:42 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-09 22:59:55 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (22.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (26.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (31.7ms)
Completed 200 OK in 116ms (Views: 114.5ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-09 22:59:55 -0500
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-09 22:59:55 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 22:59:55 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 22:59:55 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 22:59:55 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 22:59:55 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 22:59:55 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 22:59:55 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 22:59:55 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 22:59:55 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 22:59:55 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 22:59:55 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 23:00:06 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (11.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.3ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (23.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (65.2ms)
Completed 200 OK in 193ms (Views: 186.6ms | ActiveRecord: 1.4ms)
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-09 23:00:07 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-09 23:00:07 -0500
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-09 23:00:07 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-09 23:00:07 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-09 23:00:07 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-09 23:00:07 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-09 23:00:07 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-09 23:00:07 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-09 23:00:07 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-09 23:00:07 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-09 23:00:07 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-09 23:00:07 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 23:10:22 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (49.8ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-09 23:10:35 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (21.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (23.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (48413365.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (48413444.2ms)
Completed 500 Internal Server Error in 48413530ms (ActiveRecord: 3.0ms)
SystemExit (exit):
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb:13:in `exit'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb:13:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_versions__form_html_erb___1964919090187187112_70162825599820'
byebug (8.0.0) lib/byebug/helpers/eval.rb:52:in `eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:52:in `safe_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:46:in `warning_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:22:in `single_thread_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:13:in `block in thread_safe_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:86:in `block in allowing_other_threads'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (18.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (12.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (140.0ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 12:37:29 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (1.6ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.4ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.4ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.8ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.3ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (44.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (49.5ms)
[1m[36mCACHE (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.3ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (28.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (34.1ms)
[1m[36mPulitzer::ContentElement Load (0.4ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 9]]
[1m[35mPulitzer::ContentElementType Load (0.6ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (20.6ms)
[1m[36mCACHE (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (137430.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (137635.5ms)
Completed 500 Internal Server Error in 137681ms (ActiveRecord: 5.5ms)
ActionView::Template::Error (undefined method `name' for #):
10: <% end %>
11:
12: <% byebug %>
13: <% if "pulitzer_preview_#{@post.name}" %>
14: <% end %>
15:
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb:13:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_versions__form_html_erb___1964919090187187112_70162825599820'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:21:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__3509936004826594377_70162854942340'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (52.6ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-10 12:39:58 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.4ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::Post Load (0.5ms)[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", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (57.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (60.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (77.5ms)
Completed 200 OK in 227ms (Views: 217.3ms | ActiveRecord: 2.7ms)
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-10 12:39:58 -0500
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-10 12:39:58 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-10 12:39:58 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-10 12:39:58 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-10 12:39:58 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-10 12:39:58 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-10 12:39:58 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-10 12:39:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-10 12:39:58 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-10 12:39:58 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-10 12:39:58 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-10 12:39:58 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 12:39:59 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.4ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.4ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.5ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.4ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (20.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (22.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mPulitzer::ContentElement Load (0.6ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (823327.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (823378.5ms)
Completed 500 Internal Server Error in 823443ms (ActiveRecord: 3.7ms)
ActionView::Template::Error (undefined method `name' for #):
10: <% end %>
11:
12: <% if @preview_link %>
13: it has a link
14: <% else %>
15: doesn't have link
16: <% end %>
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb:13:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_versions__form_html_erb___2720989990763167473_70356207275760'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:21:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__327690098467243345_70356242177880'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (55.7ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 12:53:44 -0500
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:7: syntax error, unexpected tIDENTIFIER, expecting keyword_end
...name.parameterize('_')}") raise nil
... ^):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:7: syntax error, unexpected tIDENTIFIER, expecting keyword_end
...name.parameterize('_')}") raise nil
... ^
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (48.3ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 12:56:34 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:7: syntax error, unexpected tIDENTIFIER, expecting keyword_end
...name.parameterize('_')}") raise nil
... ^):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:7: syntax error, unexpected tIDENTIFIER, expecting keyword_end
...name.parameterize('_')}") raise nil
... ^
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.3ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 12:57:10 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:8: syntax error, unexpected tIDENTIFIER, expecting keyword_end
...name.parameterize('_')}") raise nil
... ^):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:8: syntax error, unexpected tIDENTIFIER, expecting keyword_end
...name.parameterize('_')}") raise nil
... ^
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (59.1ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 12:57:12 -0500
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:8: syntax error, unexpected tIDENTIFIER, expecting keyword_end
...name.parameterize('_')}") raise nil
... ^):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:8: syntax error, unexpected tIDENTIFIER, expecting keyword_end
...name.parameterize('_')}") raise nil
... ^
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.2ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 12:57:26 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.4ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Completed 500 Internal Server Error in 217764ms (ActiveRecord: 1.3ms)
SystemExit (exit):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:9:in `exit'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:9:in `index'
byebug (8.0.0) lib/byebug/helpers/eval.rb:52:in `eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:52:in `safe_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:46:in `warning_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:22:in `single_thread_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:13:in `block in thread_safe_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:86:in `block in allowing_other_threads'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (30.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (15.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (19.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (148.7ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 13:01:04 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 13:01:11 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.4ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.4ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.4ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (20.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (22.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.3ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[35mPulitzer::ContentElement Load (0.4ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (20.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (11.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (208.7ms)
Completed 200 OK in 479ms (Views: 308.5ms | ActiveRecord: 4.5ms)
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-10 13:01:11 -0500
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-10 13:01:11 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-10 13:01:11 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-10 13:01:11 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-10 13:01:11 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-10 13:01:11 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-10 13:01:11 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-10 13:01:11 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-10 13:01:11 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-10 13:01:12 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-10 13:01:12 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-10 13:01:12 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 13:03:16 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (25.1ms)
Completed 200 OK in 114ms (Views: 111.4ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-10 13:03:16 -0500
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-10 13:03:16 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-10 13:03:16 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-10 13:03:16 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-10 13:03:16 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-10 13:03:16 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-10 13:03:16 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-10 13:03:16 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-10 13:03:16 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-10 13:03:16 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-10 13:03:16 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-10 13:03:16 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 13:03:29 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.0ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (520.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (543.7ms)
Completed 200 OK in 618ms (Views: 614.9ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-10 13:03:30 -0500
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-10 13:03:30 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-10 13:03:30 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-10 13:03:30 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-10 13:03:30 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-10 13:03:30 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-10 13:03:30 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-10 13:03:30 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-10 13:03:30 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-10 13:03:30 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-10 13:03:30 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-10 13:03:30 -0500
Started GET "/pulitzer/posts/jobs/main_app.pulitzer_preview_jobs" for ::1 at 2015-11-10 13:03:38 -0500
ActionController::RoutingError (No route matches [GET] "/pulitzer/posts/jobs/main_app.pulitzer_preview_jobs"):
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (11.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (118.5ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 13:03:52 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (42.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1333.8ms)
Completed 500 Internal Server Error in 1340ms (ActiveRecord: 0.8ms)
ActionView::Template::Error (undefined method `main_app.pulitzer_preview_jobs' for #<#:0x007fa264210828>):
10: <% end %>
11:
12: <% if @preview_link %>
13: <%= link_to "Preview", send(@preview_link) %>
14: <% else %>
15: doesn't have link
16: <% end %>
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb:13:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_versions__form_html_erb___3091078690178534319_70167728355480'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:21:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3129640580795165699_70167714170580'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (52.9ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 13:04:48 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
Completed 500 Internal Server Error in 193ms (ActiveRecord: 1.2ms)
NoMethodError (undefined method `main_app.pulitzer_preview_jobs' for #):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:7:in `public_send'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:7:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (58.6ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 13:09:06 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.4ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 13:09:17 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (1.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
Completed 500 Internal Server Error in 11967225ms (ActiveRecord: 1.1ms)
SystemExit (exit):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:8:in `exit'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:8:in `index'
byebug (8.0.0) lib/byebug/helpers/eval.rb:52:in `eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:52:in `safe_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:46:in `warning_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:22:in `single_thread_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:13:in `block in thread_safe_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:86:in `block in allowing_other_threads'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (17.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (93.5ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 16:29:51 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
Completed 500 Internal Server Error in 21591ms (ActiveRecord: 1.3ms)
NoMethodError (undefined method `main_app.pulitzer_preview_jobs' for #):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:9:in `public_send'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:9:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (80.1ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 16:32:22 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (1.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 9]]
Completed 500 Internal Server Error in 467860ms (ActiveRecord: 0.2ms)
NoMethodError (undefined method `main_app.pulitzer_preview_jobs' for #):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:9:in `public_send'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:9:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (63.2ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 16:40:11 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 16:40:20 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.4ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.4ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.4ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (20.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (22.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.2ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (20.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (11.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (94.8ms)
Completed 200 OK in 2742ms (Views: 221.0ms | ActiveRecord: 4.0ms)
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-10 16:40:23 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-10 16:40:23 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-10 16:40:23 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-10 16:40:23 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-10 16:40:23 -0500
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-10 16:40:23 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-10 16:40:23 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-10 16:40:23 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-10 16:40:23 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-10 16:40:23 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-10 16:40:23 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-10 16:40:23 -0500
Started GET "/pulitzer/posts/jobs/content_elements/9/edit?authenticity_token=DMBDlfrsirrmqA3b37KXkdz2cLOg4%2Be0fOQUNuRmaHloDsnwwwg4xfbwjKGp0go6GZCp7FOptpSe7y3sBxP6Vw%3D%3D" for ::1 at 2015-11-10 16:40:33 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"DMBDlfrsirrmqA3b37KXkdz2cLOg4+e0fOQUNuRmaHloDsnwwwg4xfbwjKGp0go6GZCp7FOptpSe7y3sBxP6Vw==", "post_id"=>"jobs", "id"=>"9"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 9]]
[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[36mPulitzer::PostTypeContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (37.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (97.4ms)
Completed 200 OK in 631ms (Views: 628.0ms | ActiveRecord: 0.9ms)
Started PATCH "/pulitzer/content_elements/9" for ::1 at 2015-11-10 16:40:35 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"gJcLs0skPMe8+GoGPE7ckHsvjbcytij2VQ2kVAJKzw3kWYHWcsCOuKyg63xKLkE7vklU6MH8eda3Bp2O4T9dIw==", "content_element"=>{"title"=>"activable", "body"=>"activable asdfasf"}, "commit"=>"Update", "id"=>"9"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 9]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "activable asdfasf"], ["updated_at", "2015-11-10 21:40:35.971636"], ["id", 9]]
[1m[36m (0.7ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 9]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.4ms)
Completed 200 OK in 29ms (Views: 22.0ms | ActiveRecord: 1.6ms)
Started GET "/pulitzer/posts/jobs/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=DMBDlfrsirrmqA3b37KXkdz2cLOg4%2Be0fOQUNuRmaHloDsnwwwg4xfbwjKGp0go6GZCp7FOptpSe7y3sBxP6Vw%3D%3D" for ::1 at 2015-11-10 16:40:38 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"DMBDlfrsirrmqA3b37KXkdz2cLOg4+e0fOQUNuRmaHloDsnwwwg4xfbwjKGp0go6GZCp7FOptpSe7y3sBxP6Vw==", "post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags"[0m
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (9.0ms)
Completed 200 OK in 31ms (Views: 27.0ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/posts/jobs/post_tags" for ::1 at 2015-11-10 16:40:44 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"9SaJt9MRC21dfe0p+kS8oy60ErqXGX11kqi/vzxaxNyR6APS6vW5Ek0lbFOMJCEI69LL5WRTLFVwo4Zl3y9W8g==", "post_tag"=>{"label_id"=>"2", "version_id"=>"9", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m INSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label_id", 2], ["version_id", 9], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-10 21:40:44.893947"], ["updated_at", "2015-11-10 21:40:44.893947"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.5ms)
Completed 200 OK in 871ms (Views: 26.4ms | ActiveRecord: 2.0ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-10 16:41:27 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (22.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (27.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (32.9ms)
Completed 200 OK in 132ms (Views: 130.8ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-10 16:41:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-10 16:41:27 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-10 16:41:27 -0500
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-10 16:41:27 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-10 16:41:27 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-10 16:41:27 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-10 16:41:27 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-10 16:41:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-10 16:41:27 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-10 16:41:27 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-10 16:41:27 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-10 16:41:27 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=rqIbIEv%2FJ33KZF25huEz%2FQupSM7nS%2FBQjL%2Fuva%2BpmlvKbJFFchuVAto83MPwga5Wzs%2BRkRQBoXButNdnTNwIdQ%3D%3D" for ::1 at 2015-11-10 16:41:29 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"rqIbIEv/J33KZF25huEz/QupSM7nS/BQjL/uva+pmlvKbJFFchuVAto83MPwga5Wzs+RkRQBoXButNdnTNwIdQ==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (26.8ms)
Completed 200 OK in 104ms (Views: 102.7ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types/1?authenticity_token=rqIbIEv%2FJ33KZF25huEz%2FQupSM7nS%2FBQjL%2Fuva%2BpmlvKbJFFchuVAto83MPwga5Wzs%2BRkRQBoXButNdnTNwIdQ%3D%3D" for ::1 at 2015-11-10 16:41:31 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"rqIbIEv/J33KZF25huEz/QupSM7nS/BQjL/uva+pmlvKbJFFchuVAto83MPwga5Wzs+RkRQBoXButNdnTNwIdQ==", "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[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (22.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (45.4ms)
Completed 200 OK in 63ms (Views: 62.3ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=rqIbIEv%2FJ33KZF25huEz%2FQupSM7nS%2FBQjL%2Fuva%2BpmlvKbJFFchuVAto83MPwga5Wzs%2BRkRQBoXButNdnTNwIdQ%3D%3D" for ::1 at 2015-11-10 16:42:10 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"rqIbIEv/J33KZF25huEz/QupSM7nS/BQjL/uva+pmlvKbJFFchuVAto83MPwga5Wzs+RkRQBoXButNdnTNwIdQ==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (21.2ms)
Completed 200 OK in 39ms (Views: 37.9ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types/1?authenticity_token=rqIbIEv%2FJ33KZF25huEz%2FQupSM7nS%2FBQjL%2Fuva%2BpmlvKbJFFchuVAto83MPwga5Wzs%2BRkRQBoXButNdnTNwIdQ%3D%3D" for ::1 at 2015-11-10 16:42:31 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"rqIbIEv/J33KZF25huEz/QupSM7nS/BQjL/uva+pmlvKbJFFchuVAto83MPwga5Wzs+RkRQBoXButNdnTNwIdQ==", "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[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (36.8ms)
Completed 200 OK in 57ms (Views: 56.2ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 16:42:32 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (29.3ms)
Completed 200 OK in 117ms (Views: 113.7ms | ActiveRecord: 0.8ms)
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-10 16:42:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-10 16:42:33 -0500
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-10 16:42:33 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-10 16:42:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-10 16:42:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-10 16:42:33 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-10 16:42:33 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-10 16:42:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-10 16:42:33 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-10 16:42:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-10 16:42:33 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-10 16:42:33 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-10 16:42:48 -0500
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.6ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-10 16:44:46 -0500
[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"
[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (60.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (62.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (72.7ms)
Completed 200 OK in 191ms (Views: 183.7ms | ActiveRecord: 1.5ms)
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-10 16:44:47 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-10 16:44:47 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-10 16:44:47 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-10 16:44:47 -0500
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-10 16:44:47 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-10 16:44:47 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-10 16:44:47 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-10 16:44:47 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-10 16:44:47 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-10 16:44:47 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-10 16:44:47 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-10 16:44:47 -0500
Started GET "/" for ::1 at 2015-11-10 23:33:42 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.5ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.6ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.3ms)
Started GET "/pulitzer" for ::1 at 2015-11-10 23:33:47 -0500
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.4ms)[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]]
[1m[36mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.5ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (11.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (14.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (61.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (65.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (77.9ms)
Completed 200 OK in 203ms (Views: 200.4ms | ActiveRecord: 2.4ms)
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-10 23:33:48 -0500
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-10 23:33:48 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-10 23:33:48 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-10 23:33:48 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-10 23:33:48 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-10 23:33:49 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-10 23:33:49 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-10 23:33:49 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-10 23:33:49 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-10 23:33:49 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-10 23:33:49 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-10 23:33:49 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 23:33:52 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.5ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.7ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.5ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.4ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (21.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (23.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mPulitzer::ContentElement Load (0.5ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (56.7ms)
Completed 200 OK in 818ms (Views: 114.2ms | ActiveRecord: 4.1ms)
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-10 23:33:53 -0500
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-10 23:33:53 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-10 23:33:53 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-10 23:33:53 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-10 23:33:53 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-10 23:33:53 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-10 23:33:53 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-10 23:33:53 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-10 23:33:53 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-10 23:33:53 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-10 23:33:53 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-10 23:33:53 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 23:34:50 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (24.4ms)
Completed 200 OK in 82ms (Views: 77.9ms | ActiveRecord: 0.8ms)
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-10 23:34:50 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-10 23:34:50 -0500
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-10 23:34:50 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-10 23:34:50 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-10 23:34:50 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-10 23:34:50 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-10 23:34:50 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-10 23:34:50 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-10 23:34:50 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-10 23:34:50 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-10 23:34:50 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-10 23:34:50 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-10 23:34:50 -0500
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-10 23:39:30 -0500
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-10 23:39:30 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-10 23:39:30 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-10 23:39:30 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 23:41:15 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.0ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (21.6ms)
Completed 200 OK in 85ms (Views: 82.6ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-10 23:41:15 -0500
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-10 23:41:15 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-10 23:41:15 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-10 23:41:15 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-10 23:41:15 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-10 23:41:15 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-10 23:41:15 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-10 23:41:15 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-10 23:41:15 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-10 23:41:15 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-10 23:41:15 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-10 23:41:15 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 23:41:20 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.0ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (26.0ms)
Completed 200 OK in 87ms (Views: 83.5ms | ActiveRecord: 0.7ms)
Started GET "/assets/pulitzer-deb8199485718ea1fe3dc21c05fe57cb.css?body=1" for ::1 at 2015-11-10 23:41:20 -0500
Started GET "/assets/application-50fc93872ccf6381dce11c7a61596fab.css?body=1" for ::1 at 2015-11-10 23:41:20 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-10 23:41:20 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-10 23:41:20 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-10 23:41:20 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-10 23:41:20 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-10 23:41:20 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-10 23:41:20 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-10 23:41:20 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-10 23:41:20 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-10 23:41:20 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-10 23:41:20 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 23:42:49 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (36.0ms)
Completed 200 OK in 307ms (Views: 302.4ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-cff728c056d03dad822282fa5222deaa.css?body=1" for ::1 at 2015-11-10 23:42:49 -0500
Started GET "/assets/pulitzer-56073edf18f8cc44f6d4052e46169609.css?body=1" for ::1 at 2015-11-10 23:42:50 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-10 23:42:51 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-10 23:42:51 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-10 23:42:51 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-10 23:42:51 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-10 23:42:51 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-10 23:42:51 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-10 23:42:51 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-10 23:42:51 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-10 23:42:51 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-10 23:42:51 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 23:43:23 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (624.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (626.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.6ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (659.8ms)
Completed 200 OK in 787ms (Views: 782.8ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-10 23:43:24 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-10 23:43:24 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-10 23:43:24 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-10 23:43:24 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-10 23:43:24 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-10 23:43:24 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-10 23:43:24 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-10 23:43:24 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-10 23:43:24 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-10 23:43:24 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-10 23:43:24 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-10 23:43:24 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-10 23:43:26 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-10 23:43:26 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 23:44:00 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (45.4ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 23:44:12 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (20.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (22.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (18.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (83.9ms)
Completed 200 OK in 347ms (Views: 179.8ms | ActiveRecord: 3.1ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-10 23:44:13 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-10 23:44:13 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-10 23:44:13 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-10 23:44:13 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-10 23:44:13 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-10 23:44:13 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-10 23:44:13 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-10 23:44:13 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-10 23:44:13 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-10 23:44:13 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-10 23:44:13 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-10 23:44:13 -0500
Started GET "/pulitzer_preview/jobs" for ::1 at 2015-11-10 23:44:15 -0500
ActionController::RoutingError (uninitialized constant PulitzerPreview):
activesupport (4.2.4) lib/active_support/inflector/methods.rb:261:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:261:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (11.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (123.0ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-10 23:44:58 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.8ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (34.8ms)
Completed 200 OK in 138ms (Views: 134.1ms | ActiveRecord: 0.9ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-10 23:44:59 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-10 23:44:59 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-10 23:44:59 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-10 23:44:59 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-10 23:44:59 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-10 23:44:59 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-10 23:44:59 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-10 23:44:59 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-10 23:44:59 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-10 23:44:59 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-10 23:44:59 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-10 23:44:59 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-10 23:44:59 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-10 23:44:59 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-10 23:44:59 -0500
Started GET "/pulitzer_preview/jobs" for ::1 at 2015-11-10 23:45:01 -0500
ActionController::RoutingError (uninitialized constant PulitzerPreview):
activesupport (4.2.4) lib/active_support/inflector/methods.rb:261:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:261:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (113.8ms)
Started GET "/" for ::1 at 2015-11-11 10:09:06 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.5ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.7ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (65.5ms)
Started GET "/pulitzer" for ::1 at 2015-11-11 10:09:15 -0500
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::Post Load (0.4ms)[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]]
[1m[36mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (16.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (67.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (70.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (82.7ms)
Completed 200 OK in 216ms (Views: 213.4ms | ActiveRecord: 2.6ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-11 10:09:15 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-11 10:09:15 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-11 10:09:15 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-11 10:09:15 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-11 10:09:15 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-11 10:09:15 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-11 10:09:15 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-11 10:09:15 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-11 10:09:15 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-11 10:09:15 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-11 10:09:15 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-11 10:09:15 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-11 10:09:42 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.5ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.7ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.5ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (1.0ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (26.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (28.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.6ms)
[1m[35mPulitzer::ContentElement Load (0.5ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (65.8ms)
Completed 200 OK in 1189ms (Views: 124.4ms | ActiveRecord: 5.3ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-11 10:09:43 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-11 10:09:43 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-11 10:09:43 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-11 10:09:43 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-11 10:09:43 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-11 10:09:43 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-11 10:09:43 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-11 10:09:43 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-11 10:09:43 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-11 10:09:43 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-11 10:09:43 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-11 10:09:43 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-11 10:19:35 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (10.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (12.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (15.1ms)
Completed 200 OK in 83ms (Views: 82.5ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-11 10:19:35 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-11 10:19:35 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-11 10:19:35 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-11 10:19:35 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-11 10:19:35 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-11 10:19:35 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-11 10:19:35 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-11 10:19:35 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-11 10:19:35 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-11 10:19:35 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-11 10:19:35 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-11 10:19:35 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-11 10:19:36 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 9], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (27.5ms)
Completed 200 OK in 86ms (Views: 81.4ms | ActiveRecord: 0.9ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-11 10:19:37 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-11 10:19:37 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-11 10:19:37 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-11 10:19:37 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-11 10:19:37 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-11 10:19:37 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-11 10:19:37 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-11 10:19:37 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-11 10:19:37 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-11 10:19:37 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-11 10:19:38 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-11 10:19:38 -0500
[1m[36m (1367.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (1.0ms)[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 (20150716214842)
[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", "20150716214842"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214843"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[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", "20150716214844"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[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, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[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", "20150716214846"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[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", "20150716214847"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[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" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m ALTER TABLE "pulitzer_post_types" ADD "plural" boolean
[1m[36m (0.1ms)[0m [1mALTER TABLE "pulitzer_post_types" ADD "template" boolean[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-11 16:33:58.215573"], ["updated_at", "2015-11-11 16:33:58.215573"]]
[1m[35mSQL (0.0ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-11 16:33:58.217129"], ["updated_at", "2015-11-11 16:33:58.217129"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-11 16:33:58.217988"], ["updated_at", "2015-11-11 16:33:58.217988"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.4ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.6ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_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", "20151029221443"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151029221444"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/" for ::1 at 2015-11-11 11:34:20 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.4ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.6ms)
Started GET "/pulitzer" for ::1 at 2015-11-11 11:34:44 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (2.0ms)
Completed 200 OK in 112ms (Views: 110.9ms | ActiveRecord: 0.1ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-11 11:34:45 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-11 11:34:45 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-11 11:34:45 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-11 11:34:45 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-11 11:34:45 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-11 11:34:45 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-11 11:34:45 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-11 11:34:45 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-11 11:34:45 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-11 11:34:45 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-11 11:34:45 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-11 11:34:45 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=xhTPMyMumD3Pgd2smtl%2Biziq3QZVBRU2VHcKGBUysK%2Bi2kVWGsoqQt%2FZXNbsueMg%2FcwEWaZPRBa2fDPC9kcigQ%3D%3D" for ::1 at 2015-11-11 11:34:47 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"xhTPMyMumD3Pgd2smtl+iziq3QZVBRU2VHcKGBUysK+i2kVWGsoqQt/ZXNbsueMg/cwEWaZPRBa2fDPC9kcigQ=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (43.4ms)
Completed 200 OK in 2426ms (Views: 2421.4ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-11 11:34:53 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"elZ+bib13EZ541KuEHrgTz1eeb+x8mCg6CHX0IyieVkemPQLHxFuOWm709RmGn3k+Dig4EK4MYAKKu4Kb9frdw==", "post_type"=>{"name"=>"asdf", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "asdf"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-11 16:34:53.180583"], ["updated_at", "2015-11-11 16:34:53.180583"]]
[1m[35m (19.4ms)[0m commit transaction
[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", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "asdf"]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "asdf"], ["post_type_id", 1], ["slug", "asdf"], ["created_at", "2015-11-11 16:34:53.978582"], ["updated_at", "2015-11-11 16:34:53.978582"]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 1], ["created_at", "2015-11-11 16:34:54.002695"], ["updated_at", "2015-11-11 16:34:54.002695"]]
[1m[35m (0.9ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (20.9ms)
Completed 200 OK in 872ms (Views: 39.8ms | ActiveRecord: 22.5ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-11 11:34:54 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.3ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (11.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (32.0ms)
Completed 200 OK in 125ms (Views: 87.1ms | ActiveRecord: 1.7ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-11 11:34:55 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-11 11:34:55 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-11 11:34:55 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-11 11:34:55 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-11 11:34:55 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-11 11:34:55 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-11 11:34:55 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-11 11:34:55 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-11 11:34:55 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-11 11:34:56 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-11 11:34:56 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-11 11:34:56 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-11 11:35:00 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (8.7ms)
Completed 200 OK in 66ms (Views: 64.9ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-11 11:35:01 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-11 11:35:01 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-11 11:35:01 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-11 11:35:01 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-11 11:35:01 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-11 11:35:01 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-11 11:35:01 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-11 11:35:01 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-11 11:35:01 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-11 11:35:01 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-11 11:35:01 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-11 11:35:01 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-11 11:41:46 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (26.9ms)
Completed 200 OK in 108ms (Views: 101.7ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-11 11:41:48 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-11 11:41:48 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-11 11:41:48 -0500
Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-11-11 11:41:48 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-11 11:41:48 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-11 11:41:48 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-11 11:41:48 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-11 11:41:48 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-11 11:41:48 -0500
Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-11-11 11:41:48 -0500
Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-11-11 11:41:50 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-11 11:41:50 -0500
Started GET "/" for ::1 at 2015-11-13 09:44:26 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.5ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.7ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (63.6ms)
Started GET "/manage" for ::1 at 2015-11-13 09:48:52 -0500
ActionController::RoutingError (No route matches [GET] "/manage"):
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (103.1ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-13 09:49:11 -0500
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::Post Load (0.4ms)[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]]
[1m[36mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (32.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (35.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (48.1ms)
Completed 200 OK in 197ms (Views: 195.2ms | ActiveRecord: 1.5ms)
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 09:49:12 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 09:49:12 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 09:49:12 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 09:49:12 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 09:49:12 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 09:49:12 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 09:49:12 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 09:49:12 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 09:49:12 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 09:49:12 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 09:49:12 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 09:49:12 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=OQ2aXy1o1oJYgvA09AFmrHcHo546FCPEonbqZ5Y42i9dwxA6FIxk%2FUjacU6CYfsHsmF6wclecuRAfdO9dU1IAQ%3D%3D" for ::1 at 2015-11-13 09:51:07 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"OQ2aXy1o1oJYgvA09AFmrHcHo546FCPEonbqZ5Y42i9dwxA6FIxk/UjacU6CYfsHsmF6wclecuRAfdO9dU1IAQ==", "id"=>"1"}
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (45.2ms)
Completed 200 OK in 84ms (Views: 82.8ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-13 09:51:13 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"qVtVrv+apn52X6FJoSrjUL2cg1VgT5gp24OQxxvIaQXNld/Lxn4UAWYHIDPXSn77ePpaCpMFyQk5iKkd+L37Kw==", "post_type"=>{"name"=>"asdf", "plural"=>"0", "template"=>"1"}, "commit"=>"Update 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.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_post_types" SET "template" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ?[0m [["template", "t"], ["updated_at", "2015-11-13 14:51:13.874003"], ["id", 1]]
[1m[35m (178.8ms)[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", 1]]
[1m[35mCACHE (0.0ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.9ms)
Completed 200 OK in 210ms (Views: 24.0ms | ActiveRecord: 179.5ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=OQ2aXy1o1oJYgvA09AFmrHcHo546FCPEonbqZ5Y42i9dwxA6FIxk%2FUjacU6CYfsHsmF6wclecuRAfdO9dU1IAQ%3D%3D" for ::1 at 2015-11-13 09:51:16 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"OQ2aXy1o1oJYgvA09AFmrHcHo546FCPEonbqZ5Y42i9dwxA6FIxk/UjacU6CYfsHsmF6wclecuRAfdO9dU1IAQ==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (16.8ms)
Completed 200 OK in 32ms (Views: 31.4ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-13 09:51:17 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"pe8nvnkzoPi0pEZYQuMwvFQ1btT7IfJGa3X1FvdSgkHBIa3bQNcSh6T8xyI0g60XkVO3iwhro2aJfszMFCcQbw==", "post_type"=>{"name"=>"asdf", "plural"=>"0", "template"=>"0"}, "commit"=>"Update 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.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_post_types" SET "template" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ?[0m [["template", "f"], ["updated_at", "2015-11-13 14:51:17.773184"], ["id", 1]]
[1m[35m (387.9ms)[0m commit transaction
[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", 1]]
[1m[35mCACHE (0.0ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.3ms)
Completed 200 OK in 415ms (Views: 22.2ms | ActiveRecord: 388.5ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=OQ2aXy1o1oJYgvA09AFmrHcHo546FCPEonbqZ5Y42i9dwxA6FIxk%2FUjacU6CYfsHsmF6wclecuRAfdO9dU1IAQ%3D%3D" for ::1 at 2015-11-13 09:59:21 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"OQ2aXy1o1oJYgvA09AFmrHcHo546FCPEonbqZ5Y42i9dwxA6FIxk/UjacU6CYfsHsmF6wclecuRAfdO9dU1IAQ==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (17.2ms)
Completed 200 OK in 33ms (Views: 32.0ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types/1?authenticity_token=OQ2aXy1o1oJYgvA09AFmrHcHo546FCPEonbqZ5Y42i9dwxA6FIxk%2FUjacU6CYfsHsmF6wclecuRAfdO9dU1IAQ%3D%3D" for ::1 at 2015-11-13 10:01:11 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"OQ2aXy1o1oJYgvA09AFmrHcHo546FCPEonbqZ5Y42i9dwxA6FIxk/UjacU6CYfsHsmF6wclecuRAfdO9dU1IAQ==", "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[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (381.4ms)
Completed 200 OK in 399ms (Views: 398.1ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-13 10:01:57 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (8.9ms)
Completed 200 OK in 73ms (Views: 71.9ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 10:01:57 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 10:01:57 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 10:01:57 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 10:01:57 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 10:01:57 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 10:01:57 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 10:01:57 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 10:01:57 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 10:01:57 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 10:01:57 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 10:01:57 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 10:01:57 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=6jG%2BzK0YEjxFqegMBlpxXicpinyNhNP7uEtyPiCKnfqO%2FzSplPygQ1XxaXZwOuz14k9TI37OgttaQEvkw%2F8P1A%3D%3D" for ::1 at 2015-11-13 10:02:00 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"6jG+zK0YEjxFqegMBlpxXicpinyNhNP7uEtyPiCKnfqO/zSplPygQ1XxaXZwOuz14k9TI37OgttaQEvkw/8P1A==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (16.8ms)
Completed 200 OK in 32ms (Views: 31.2ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-13 10:02:02 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"fyP/As/RjjCiHocFG0Ss2vhv93C4fwZL5M7k7Z+2PVEb7XVn9jU8T7JGBn9tJDFxPQkuL0s1V2sGxd03fMOvfw==", "post_type"=>{"name"=>"asdf", "plural"=>"0", "template"=>"1"}, "commit"=>"Update 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.2ms)[0m UPDATE "pulitzer_post_types" SET "template" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ? [["template", "t"], ["updated_at", "2015-11-13 15:02:02.055112"], ["id", 1]]
[1m[36m (352.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", 1]]
[1m[36mCACHE (0.0ms)[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.4ms)
Completed 200 OK in 382ms (Views: 24.7ms | ActiveRecord: 352.9ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=6jG%2BzK0YEjxFqegMBlpxXicpinyNhNP7uEtyPiCKnfqO%2FzSplPygQ1XxaXZwOuz14k9TI37OgttaQEvkw%2F8P1A%3D%3D" for ::1 at 2015-11-13 10:02:04 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"6jG+zK0YEjxFqegMBlpxXicpinyNhNP7uEtyPiCKnfqO/zSplPygQ1XxaXZwOuz14k9TI37OgttaQEvkw/8P1A==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (18.7ms)
Completed 200 OK in 35ms (Views: 34.1ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-13 10:02:06 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"jQ2qfyf0+YN7YAFWPRAI6dfdx9YzTq4+bZp0x4vTFlDpwyAaHhBL/Gs4gCxLcJVCErseicAE/x6PkU0daKaEfg==", "post_type"=>{"name"=>"asdf", "plural"=>"0", "template"=>"0"}, "commit"=>"Update 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.2ms)[0m UPDATE "pulitzer_post_types" SET "template" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ? [["template", "f"], ["updated_at", "2015-11-13 15:02:06.591988"], ["id", 1]]
[1m[36m (445.8ms)[0m [1mcommit transaction[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]]
[1m[36mCACHE (0.0ms)[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.0ms)
Completed 200 OK in 474ms (Views: 22.7ms | ActiveRecord: 446.5ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=6jG%2BzK0YEjxFqegMBlpxXicpinyNhNP7uEtyPiCKnfqO%2FzSplPygQ1XxaXZwOuz14k9TI37OgttaQEvkw%2F8P1A%3D%3D" for ::1 at 2015-11-13 10:02:08 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"6jG+zK0YEjxFqegMBlpxXicpinyNhNP7uEtyPiCKnfqO/zSplPygQ1XxaXZwOuz14k9TI37OgttaQEvkw/8P1A==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (16.8ms)
Completed 200 OK in 32ms (Views: 31.5ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-13 10:02:10 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"jES40WGcdZJvUl/aXYutuM2NvthnSHJodUjyRta8h9zoijK0WHjH7X8K3qAr6zATCOtnh5QCI0iXQ8ucNckV8g==", "post_type"=>{"name"=>"asdf", "plural"=>"0", "template"=>"1"}, "commit"=>"Update 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.2ms)[0m UPDATE "pulitzer_post_types" SET "template" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ? [["template", "t"], ["updated_at", "2015-11-13 15:02:10.289448"], ["id", 1]]
[1m[36m (759.2ms)[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", 1]]
[1m[36mCACHE (0.0ms)[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.2ms)
Completed 200 OK in 785ms (Views: 21.1ms | ActiveRecord: 759.8ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 10:03:40 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.5ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.4ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.5ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (10.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[35mPulitzer::ContentElement Load (0.4ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (28.6ms)
Completed 200 OK in 737ms (Views: 585.1ms | ActiveRecord: 2.6ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 10:03:41 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 10:03:41 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 10:03:41 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 10:03:41 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 10:03:41 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 10:03:41 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 10:03:41 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 10:03:41 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 10:03:41 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 10:03:41 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 10:03:41 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 10:03:41 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 10:17:51 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (17.5ms)
Completed 200 OK in 77ms (Views: 73.7ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 10:17:52 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 10:17:52 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 10:17:52 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 10:17:52 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 10:17:52 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 10:17:52 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 10:17:52 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 10:17:52 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 10:17:52 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 10:17:52 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 10:17:52 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 10:17:52 -0500
Started GET "/" for ::1 at 2015-11-13 10:18:21 -0500
Processing by PagesController#news_posts as HTML
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1[0m [["name", "News articles"]]
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.0ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-13 10:18:25 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (12.0ms)
Completed 200 OK in 76ms (Views: 75.3ms | ActiveRecord: 0.4ms)
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 10:18:25 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 10:18:25 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 10:18:25 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 10:18:25 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 10:18:25 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 10:18:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 10:18:25 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 10:18:25 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 10:18:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 10:18:25 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 10:18:25 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 10:18:25 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=Y2ctLNkZM673bpMwgNFzi%2BcaSbcnSvl%2FPmZ6Z2epYJwHqadJ4P2B0ec2Ekr2se4gInyQ6NQAqF%2FcbUO9hNzysg%3D%3D" for ::1 at 2015-11-13 10:18:31 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"Y2ctLNkZM673bpMwgNFzi+caSbcnSvl/PmZ6Z2epYJwHqadJ4P2B0ec2Ekr2se4gInyQ6NQAqF/cbUO9hNzysg=="}
[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::ContentElementType Load (0.5ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (15.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (37.4ms)
Completed 200 OK in 67ms (Views: 55.0ms | ActiveRecord: 1.1ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-13 10:20:15 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (8.7ms)
Completed 200 OK in 75ms (Views: 74.4ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 10:20:16 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 10:20:16 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 10:20:16 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 10:20:16 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 10:20:16 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 10:20:16 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 10:20:16 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 10:20:16 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 10:20:16 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 10:20:17 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 10:20:17 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 10:20:17 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 10:20:18 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (19.1ms)
Completed 200 OK in 77ms (Views: 74.3ms | ActiveRecord: 0.6ms)
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 10:20:19 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 10:20:19 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 10:20:19 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 10:20:19 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 10:20:19 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 10:20:19 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 10:20:19 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 10:20:19 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 10:20:19 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 10:20:19 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 10:20:19 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 10:20:19 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=8U2fMFO3B5QM9VY%2B%2BzFRcunZSPXn2nquxhOn2eZoBtOVgxVValO16xyt10SNUczZLL%2BRqhSQK44kGJ4DBR2U%2FQ%3D%3D" for ::1 at 2015-11-13 10:20:20 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"8U2fMFO3B5QM9VY++zFRcunZSPXn2nquxhOn2eZoBtOVgxVValO16xyt10SNUczZLL+RqhSQK44kGJ4DBR2U/Q=="}
[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::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (20.1ms)
Completed 200 OK in 38ms (Views: 36.2ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 10:21:44 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (16.6ms)
Completed 200 OK in 83ms (Views: 79.8ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 10:21:44 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 10:21:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 10:21:44 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 10:21:44 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 10:21:44 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 10:21:44 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 10:21:44 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 10:21:44 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 10:21:44 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 10:21:44 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 10:21:44 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 10:21:44 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=C%2BI7wFkeGqj9ZlOWnfLQ4SaSPhtlRQN3BKPgFjbcdPNvLLGlYPqo1%2B0%2B0uzrkk1K4%2FTnRJYPUlfmqNnM1anm3Q%3D%3D" for ::1 at 2015-11-13 10:21:45 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"C+I7wFkeGqj9ZlOWnfLQ4SaSPhtlRQN3BKPgFjbcdPNvLLGlYPqo1+0+0uzrkk1K4/TnRJYPUlfmqNnM1anm3Q=="}
[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.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (21.0ms)
Completed 200 OK in 39ms (Views: 36.8ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=C%2BI7wFkeGqj9ZlOWnfLQ4SaSPhtlRQN3BKPgFjbcdPNvLLGlYPqo1%2B0%2B0uzrkk1K4%2FTnRJYPUlfmqNnM1anm3Q%3D%3D" for ::1 at 2015-11-13 10:22:48 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"C+I7wFkeGqj9ZlOWnfLQ4SaSPhtlRQN3BKPgFjbcdPNvLLGlYPqo1+0+0uzrkk1K4/TnRJYPUlfmqNnM1anm3Q=="}
[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
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (19.9ms)
Completed 200 OK in 38ms (Views: 36.2ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 10:23:54 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (4.2ms)
Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (undefined method `to_key' for nil:NilClass):
5:
6:
7:
8: <%= ajax_link 'add a new content element for ' + @post.title, new_post_type_content_element_type_path(post_type_id: @post.post_type.id), {}, "#new_version_content_element_type_#{dom_id(@version)}" %>
9:
10:
11:
actionview (4.2.4) lib/action_view/record_identifier.rb:80:in `record_key_for_dom_id'
actionview (4.2.4) lib/action_view/record_identifier.rb:62:in `dom_id'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:8:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__2478971436165952314_70244770323060'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (58.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 10:24:06 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (3.8ms)
Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (undefined method `to_key' for nil:NilClass):
5:
6:
7:
8: <%= ajax_link 'add a new content element for ' + @post.title, new_post_type_content_element_type_path(post_type_id: @post.post_type.id), {}, "#new_version_content_element_type_#{dom_id(@version)}" %>
9:
10:
11:
actionview (4.2.4) lib/action_view/record_identifier.rb:80:in `record_key_for_dom_id'
actionview (4.2.4) lib/action_view/record_identifier.rb:62:in `dom_id'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:8:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__2478971436165952314_70244768741820'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (58.1ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 10:24:20 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (3.9ms)
Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (undefined method `to_key' for nil:NilClass):
5:
6:
7:
11:
actionview (4.2.4) lib/action_view/record_identifier.rb:80:in `record_key_for_dom_id'
actionview (4.2.4) lib/action_view/record_identifier.rb:62:in `dom_id'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:8:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__2478971436165952314_70244771192460'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (53.7ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 10:24:22 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (2.9ms)
Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.2ms)
ActionView::Template::Error (undefined method `to_key' for nil:NilClass):
5:
6:
7:
11:
actionview (4.2.4) lib/action_view/record_identifier.rb:80:in `record_key_for_dom_id'
actionview (4.2.4) lib/action_view/record_identifier.rb:62:in `dom_id'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:8:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__2478971436165952314_70244771192460'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (52.6ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 10:24:31 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (3.8ms)
Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.2ms)
ActionView::Template::Error (undefined method `to_key' for nil:NilClass):
5:
6:
7:
11:
actionview (4.2.4) lib/action_view/record_identifier.rb:80:in `record_key_for_dom_id'
actionview (4.2.4) lib/action_view/record_identifier.rb:62:in `dom_id'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:8:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__2478971436165952314_70244769990440'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (52.9ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 10:26:16 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (12.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (47.2ms)
Completed 200 OK in 337ms (Views: 157.6ms | ActiveRecord: 2.2ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 10:26:17 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 10:26:17 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 10:26:17 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 10:26:17 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 10:26:17 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 10:26:17 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 10:26:17 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 10:26:17 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 10:26:17 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 10:26:17 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 10:26:17 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 10:26:17 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 10:26:21 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (7.7ms)
Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (undefined method `to_key' for nil:NilClass):
5:
6:
7:
11:
actionview (4.2.4) lib/action_view/record_identifier.rb:80:in `record_key_for_dom_id'
actionview (4.2.4) lib/action_view/record_identifier.rb:62:in `dom_id'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:8:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___4386857294140153955_70152512575620'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (60.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 10:26:57 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.9ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (26.4ms)
Completed 200 OK in 116ms (Views: 110.2ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 10:26:58 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 10:26:58 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 10:26:58 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 10:26:58 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 10:26:58 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 10:26:58 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 10:26:58 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 10:26:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 10:26:58 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 10:26:58 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 10:26:58 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 10:26:58 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-13 10:27:15 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (9.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (13.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (17.9ms)
Completed 200 OK in 78ms (Views: 77.2ms | ActiveRecord: 0.8ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 10:27:15 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 10:27:15 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 10:27:16 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 10:27:16 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 10:27:16 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 10:27:16 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 10:27:16 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 10:27:16 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 10:27:16 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 10:27:16 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 10:27:16 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 10:27:16 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 10:27:22 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (4.0ms)
Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (undefined method `to_key' for nil:NilClass):
5:
6:
7:
8: <%= ajax_link 'add a new content element for ' + @post.title, new_post_type_content_element_type_path(post_type_id: @post.post_type.id), {}, "#new_version_content_element_type_#{dom_id(@version)}" %>
9:
10:
11:
actionview (4.2.4) lib/action_view/record_identifier.rb:80:in `record_key_for_dom_id'
actionview (4.2.4) lib/action_view/record_identifier.rb:62:in `dom_id'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:8:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___4386857294140153955_70152509388200'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (59.2ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 10:27:45 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (4.0ms)
Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (undefined method `to_key' for nil:NilClass):
5:
6:
7:
8: <%= ajax_link 'add a new content element for ', new_post_type_content_element_type_path(post_type_id: @post.post_type.id), {}, "#new_version_content_element_type_#{dom_id(@version)}" %>
9:
10:
11:
actionview (4.2.4) lib/action_view/record_identifier.rb:80:in `record_key_for_dom_id'
actionview (4.2.4) lib/action_view/record_identifier.rb:62:in `dom_id'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:8:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___4386857294140153955_70152507835760'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (60.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 10:28:28 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (22.4ms)
Completed 200 OK in 180ms (Views: 176.5ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 10:28:28 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 10:28:28 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 10:28:28 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 10:28:28 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 10:28:29 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 10:28:29 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 10:28:29 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 10:28:29 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 10:28:29 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 10:28:29 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 10:28:29 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 10:28:29 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=WRfwEg9d5a5q2kgWA7kuVyKdlEGhknX5fzMAHcNUjvM92Xp3NrlX0XqCyWx12bP85%2FtNHlLYJNmdODnHICEc3Q%3D%3D" for ::1 at 2015-11-13 10:28:33 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"WRfwEg9d5a5q2kgWA7kuVyKdlEGhknX5fzMAHcNUjvM92Xp3NrlX0XqCyWx12bP85/tNHlLYJNmdODnHICEc3Q=="}
[1m[36mPulitzer::PostType Load (0.6ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.3ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (29.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (56.1ms)
Completed 200 OK in 96ms (Views: 80.9ms | ActiveRecord: 1.7ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 10:28:38 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (11.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (7.3ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (11.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (14.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (2109.1ms)
Completed 200 OK in 2165ms (Views: 2154.0ms | ActiveRecord: 8.0ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 10:28:41 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 10:28:41 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 10:28:41 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 10:28:41 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 10:28:41 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 10:28:41 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 10:28:41 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 10:28:41 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 10:28:41 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 10:28:41 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 10:28:41 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 10:28:41 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 10:28:55 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.2ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.3ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (39.3ms)
Completed 200 OK in 702ms (Views: 133.9ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 10:28:56 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 10:28:56 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 10:28:56 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 10:28:56 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 10:28:56 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 10:28:56 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 10:28:56 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 10:28:56 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 10:28:56 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 10:28:56 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 10:28:56 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 10:28:56 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=Exs415931GWgDiZqVF5WFDfvcP6RIhdzw8ZH2K4Jn7R31bKyppNmGrBWpxAiPsu%2F8ompoWJoRlMhzX4CTXwNmg%3D%3D" for ::1 at 2015-11-13 10:28:58 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"Exs415931GWgDiZqVF5WFDfvcP6RIhdzw8ZH2K4Jn7R31bKyppNmGrBWpxAiPsu/8ompoWJoRlMhzX4CTXwNmg=="}
[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::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (20.5ms)
Completed 200 OK in 38ms (Views: 36.1ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=Exs415931GWgDiZqVF5WFDfvcP6RIhdzw8ZH2K4Jn7R31bKyppNmGrBWpxAiPsu%2F8ompoWJoRlMhzX4CTXwNmg%3D%3D" for ::1 at 2015-11-13 10:45:23 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"Exs415931GWgDiZqVF5WFDfvcP6RIhdzw8ZH2K4Jn7R31bKyppNmGrBWpxAiPsu/8ompoWJoRlMhzX4CTXwNmg=="}
[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::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (22.1ms)
Completed 200 OK in 40ms (Views: 38.4ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 11:30:23 -0500
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:16: syntax error, unexpected keyword_end
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:40: syntax error, unexpected end-of-input, expecting keyword_end):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:16: syntax error, unexpected keyword_end
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:40: syntax error, unexpected end-of-input, expecting keyword_end
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.0ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 11:30:55 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (55.4ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 11:38:29 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (53.8ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 12:04:57 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (47.7ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 12:05:55 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (9.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (45.8ms)
Completed 200 OK in 679ms (Views: 169.8ms | ActiveRecord: 1.9ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 12:05:56 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 12:05:56 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 12:05:56 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 12:05:56 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 12:05:56 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 12:05:56 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 12:05:56 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 12:05:56 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 12:05:56 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 12:05:56 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 12:05:56 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 12:05:56 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=4phX%2B%2B7AxdWq1FsuyM0p5aN5kLRPYmZNaiwA8dudQ1eGVt2e1yR3qrqM2lS%2BrbROZh9J67woN22IJzkrOOjReQ%3D%3D" for ::1 at 2015-11-13 12:05:58 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"4phX++7AxdWq1FsuyM0p5aN5kLRPYmZNaiwA8dudQ1eGVt2e1yR3qrqM2lS+rbROZh9J67woN22IJzkrOOjReQ=="}
[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::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (24.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (44.6ms)
Completed 200 OK in 630ms (Views: 60.3ms | ActiveRecord: 0.9ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-13 12:15:08 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (8.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (366.4ms)
Completed 200 OK in 462ms (Views: 460.9ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 12:15:10 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 12:15:10 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 12:15:10 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 12:15:10 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 12:15:10 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 12:15:10 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 12:15:10 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 12:15:10 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 12:15:10 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 12:15:10 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 12:15:10 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 12:15:10 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=ioQBKcVBf%2BGThmLt4lPuZGJyHbrBE%2FjRL6xZdHIDsiLuSotM%2FKXNnoPe45eUM3PPpxTE5TJZqfHNp2CukXYgDA%3D%3D" for ::1 at 2015-11-13 12:15:11 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"ioQBKcVBf+GThmLt4lPuZGJyHbrBE/jRL6xZdHIDsiLuSotM/KXNnoPe45eUM3PPpxTE5TJZqfHNp2CukXYgDA==", "id"=>"1"}
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (22.6ms)
Completed 200 OK in 40ms (Views: 38.9ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-13 12:15:15 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"qyN0Ev7dKDKd/qim2LJ35EkG/pnasgwyQwFMKiaCm4PP7f53xzmaTY2mKdyu0upPjGAnxin4XRKhCnXwxfcJrQ==", "post_type"=>{"name"=>"asdf", "plural"=>"0", "template"=>"0"}, "commit"=>"Update 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.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mUPDATE "pulitzer_post_types" SET "template" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ?[0m [["template", "f"], ["updated_at", "2015-11-13 17:15:15.228796"], ["id", 1]]
[1m[35m (0.6ms)[0m commit transaction
[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", 1]]
[1m[35mCACHE (0.0ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (5.2ms)
Completed 200 OK in 27ms (Views: 19.8ms | ActiveRecord: 1.5ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 12:15:17 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (19.8ms)
Completed 200 OK in 98ms (Views: 94.9ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 12:15:19 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 12:15:19 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 12:15:19 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 12:15:19 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 12:15:19 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 12:15:19 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 12:15:19 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 12:15:19 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 12:15:19 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 12:15:19 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 12:15:19 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 12:15:19 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 12:16:09 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (44.4ms)
Completed 200 OK in 798ms (Views: 795.4ms | ActiveRecord: 0.8ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 12:16:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 12:16:10 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 12:16:10 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 12:16:10 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 12:16:10 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 12:16:10 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 12:16:10 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 12:16:10 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 12:16:10 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 12:16:10 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 12:16:10 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 12:16:10 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-13 12:16:12 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (6.7ms)
Completed 200 OK in 61ms (Views: 60.6ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 12:16:12 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 12:16:12 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 12:16:12 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 12:16:12 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 12:16:12 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 12:16:12 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 12:16:12 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 12:16:12 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 12:16:12 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 12:16:12 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 12:16:12 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 12:16:12 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=BMwhPhFKhM9Bm2tT8McJ6MSJ1izLZnQ3YZQfZX2nH%2BFgAqtbKK42sFHD6imGp5RDAe8PczgsJReDnya%2FntKNzw%3D%3D" for ::1 at 2015-11-13 12:16:13 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"BMwhPhFKhM9Bm2tT8McJ6MSJ1izLZnQ3YZQfZX2nH+FgAqtbKK42sFHD6imGp5RDAe8PczgsJReDnya/ntKNzw==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (18.4ms)
Completed 200 OK in 35ms (Views: 34.2ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-13 12:16:14 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"8YqoswfEDDERfhsRrbGRb5NucRBdN6gDyPQyjVZ+XXqVRCLWPiC+TgEmmmvb0QzEVgioT659+SMq/wtXtQvPVA==", "post_type"=>{"name"=>"asdf", "plural"=>"0", "template"=>"1"}, "commit"=>"Update 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.2ms)[0m UPDATE "pulitzer_post_types" SET "template" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ? [["template", "t"], ["updated_at", "2015-11-13 17:16:15.001533"], ["id", 1]]
[1m[36m (856.3ms)[0m [1mcommit transaction[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]]
[1m[36mCACHE (0.0ms)[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.2ms)
Completed 200 OK in 885ms (Views: 23.6ms | ActiveRecord: 857.0ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 12:16:17 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (20.4ms)
Completed 200 OK in 83ms (Views: 79.3ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 12:16:17 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 12:16:17 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 12:16:17 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 12:16:17 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 12:16:17 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 12:16:17 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 12:16:17 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 12:16:17 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 12:16:17 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 12:16:17 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 12:16:17 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 12:16:17 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-13 12:16:19 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (6.9ms)
Completed 200 OK in 59ms (Views: 58.3ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 12:16:21 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 12:16:21 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 12:16:21 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 12:16:21 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 12:16:21 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 12:16:21 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 12:16:21 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 12:16:21 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 12:16:21 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 12:16:21 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 12:16:21 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 12:16:21 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=KRZMKs5cXyZBLx4GLDF%2Fm4XBVA3B30J8iiVZ4K5D2URN2MZP97jtWVF3n3xaUeIwQKeNUjKVE1xoLmA6TTZLag%3D%3D" for ::1 at 2015-11-13 12:16:22 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"KRZMKs5cXyZBLx4GLDF/m4XBVA3B30J8iiVZ4K5D2URN2MZP97jtWVF3n3xaUeIwQKeNUjKVE1xoLmA6TTZLag==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (19.3ms)
Completed 200 OK in 35ms (Views: 34.2ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-13 12:16:23 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6+AjXJ1M1tcuzFLQqk5s9WtCYODSpu5DTSSb3W+OU0iPLqk5pKhkqD6U06rcLvFeriS5vyHsv2OvL6IHjPvBZg==", "post_type"=>{"name"=>"asdf", "plural"=>"0", "template"=>"0"}, "commit"=>"Update 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.2ms)[0m UPDATE "pulitzer_post_types" SET "template" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ? [["template", "f"], ["updated_at", "2015-11-13 17:16:23.992470"], ["id", 1]]
[1m[36m (528.1ms)[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", 1]]
[1m[36mCACHE (0.0ms)[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.9ms)
Completed 200 OK in 554ms (Views: 21.0ms | ActiveRecord: 528.7ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 12:16:25 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (23.1ms)
Completed 200 OK in 87ms (Views: 84.8ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 12:16:25 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 12:16:25 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 12:16:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 12:16:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 12:16:25 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 12:16:25 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 12:16:25 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 12:16:25 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 12:16:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 12:16:25 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 12:16:25 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 12:16:25 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=md6YD97N850mKaPh56b4HmkpIwn%2FVLgnUut8s%2B9DqAL9EBJq5ylB4jZxIpuRxmW1rE%2F6Vgwe6Qew4EVpDDY6LA%3D%3D" for ::1 at 2015-11-13 12:16:28 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"md6YD97N850mKaPh56b4HmkpIwn/VLgnUut8s+9DqAL9EBJq5ylB4jZxIpuRxmW1rE/6Vgwe6Qew4EVpDDY6LA=="}
[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
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (23.6ms)
Completed 200 OK in 43ms (Views: 41.4ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-13 12:26:18 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"hAzOSvYeyIYfLNz81gYqxv8FSeBekRzmquYkdBOoqB7gwkQvz/p6+Q90XYagZrdtOmOQv63bTcZI7R2u8N06MA==", "post_type_content_element_type"=>{"label"=>"adsf", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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 (1766.9ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "adsf"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-13 17:26:18.801019"], ["updated_at", "2015-11-13 17:26:18.801019"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.0ms)[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "adsf"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-13 17:26:20.585762"], ["updated_at", "2015-11-13 17:26:20.585762"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.8ms)
Completed 200 OK in 1830ms (Views: 39.3ms | ActiveRecord: 1769.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-13 12:36:16 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (10.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (11.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (14.8ms)
Completed 200 OK in 78ms (Views: 77.6ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 12:36:17 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 12:36:17 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 12:36:18 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 12:36:18 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 12:36:18 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 12:36:18 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 12:36:18 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 12:36:18 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 12:36:18 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 12:36:18 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 12:36:18 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 12:36:18 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=BGdJ2djOfTnTHR6vPFLmPngvEZo8sgmkXXjxjA3PB1NgqcO84SrPRsNFn9VKMnuVvUnIxc%2F4WIS%2Fc8hW7rqVfQ%3D%3D" for ::1 at 2015-11-13 12:37:35 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"BGdJ2djOfTnTHR6vPFLmPngvEZo8sgmkXXjxjA3PB1NgqcO84SrPRsNFn9VKMnuVvUnIxc/4WIS/c8hW7rqVfQ==", "id"=>"1"}
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (21.7ms)
Completed 200 OK in 42ms (Views: 40.5ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-13 12:37:38 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"5zrT1G1a6gSuyJCgoYBZtPi8ZsCsEnS9++wsukWT9QuD9FmxVL5Ye76QEdrX4MQfPdq/n19YJZ0Z5xVgpuZnJQ==", "post_type"=>{"name"=>"asdf", "plural"=>"0", "template"=>"1"}, "commit"=>"Update 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.2ms)[0m [1mUPDATE "pulitzer_post_types" SET "template" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ?[0m [["template", "t"], ["updated_at", "2015-11-13 17:37:38.071876"], ["id", 1]]
[1m[35m (962.7ms)[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", 1]]
[1m[35mCACHE (0.0ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (45.2ms)
Completed 200 OK in 1034ms (Views: 64.3ms | ActiveRecord: 963.6ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=BGdJ2djOfTnTHR6vPFLmPngvEZo8sgmkXXjxjA3PB1NgqcO84SrPRsNFn9VKMnuVvUnIxc%2F4WIS%2Fc8hW7rqVfQ%3D%3D" for ::1 at 2015-11-13 12:37:46 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"BGdJ2djOfTnTHR6vPFLmPngvEZo8sgmkXXjxjA3PB1NgqcO84SrPRsNFn9VKMnuVvUnIxc/4WIS/c8hW7rqVfQ=="}
[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"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (27.0ms)
Completed 200 OK in 47ms (Views: 44.1ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=BGdJ2djOfTnTHR6vPFLmPngvEZo8sgmkXXjxjA3PB1NgqcO84SrPRsNFn9VKMnuVvUnIxc%2F4WIS%2Fc8hW7rqVfQ%3D%3D" for ::1 at 2015-11-13 12:37:47 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"BGdJ2djOfTnTHR6vPFLmPngvEZo8sgmkXXjxjA3PB1NgqcO84SrPRsNFn9VKMnuVvUnIxc/4WIS/c8hW7rqVfQ==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (27.2ms)
Completed 200 OK in 46ms (Views: 45.3ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-13 12:37:48 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"2zXx1r54Djs8tNGHwXHuXFlQiJQXupPSdX1wD5JHR9m/+3uzh5y8RCzsUP23EXP3nDZRy+TwwvKXdknVcTLV9w==", "post_type"=>{"name"=>"asdf", "plural"=>"0", "template"=>"0"}, "commit"=>"Update 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 (471.5ms)[0m UPDATE "pulitzer_post_types" SET "template" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ? [["template", "f"], ["updated_at", "2015-11-13 17:37:48.909975"], ["id", 1]]
[1m[36m (0.8ms)[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", 1]]
[1m[36mCACHE (0.0ms)[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (18.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (38.7ms)
Completed 200 OK in 535ms (Views: 57.3ms | ActiveRecord: 472.7ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 12:37:51 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (15.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (22.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (815.7ms)
Completed 200 OK in 884ms (Views: 879.8ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 12:37:52 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 12:37:52 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 12:37:52 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 12:37:52 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 12:37:52 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 12:37:52 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 12:37:52 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 12:37:52 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 12:37:52 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 12:37:52 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 12:37:52 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 12:37:52 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=v2RupG%2FfVoNRAgdEvZkqRfnqNou4bfK%2Bho6ufV4K8NrbquTBVjvk%2FEFahj7L%2BbfuPIzv1Esno55khZenvX9i9A%3D%3D" for ::1 at 2015-11-13 12:37:59 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"v2RupG/fVoNRAgdEvZkqRfnqNou4bfK+ho6ufV4K8NrbquTBVjvk/EFahj7L+bfuPIzv1Esno55khZenvX9i9A=="}
[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::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (21.8ms)
Completed 200 OK in 42ms (Views: 39.0ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 15:00:11 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (9.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (15.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (18.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (39.1ms)
Completed 200 OK in 109ms (Views: 106.0ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 15:00:11 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (30.4ms)
Completed 200 OK in 93ms (Views: 89.4ms | ActiveRecord: 0.7ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 15:00:11 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 15:00:11 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 15:00:11 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 15:00:11 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 15:00:11 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 15:00:11 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 15:00:11 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 15:00:11 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 15:00:11 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 15:00:11 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 15:00:11 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 15:00:11 -0500
Started GET "/pulitzer/content_elements/1?authenticity_token=5%2FCXBBK2WgiSq9aT3f0HGBCEZULsJytcjTjrQCzPdYKDPh1hK1Lod4LzV%2BmrnZqz1eK8HR9tenxvM9Kaz7rnrA%3D%3D" for ::1 at 2015-11-13 15:01:18 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"5/CXBBK2WgiSq9aT3f0HGBCEZULsJytcjTjrQCzPdYKDPh1hK1Lod4LzV+mrnZqz1eK8HR9tenxvM9Kaz7rnrA==", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[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[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.0ms)
Completed 200 OK in 524ms (Views: 522.7ms | ActiveRecord: 0.6ms)
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_post_type_content_element_types"[0m
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "pulitzer_post_type_content_element_types"
[1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::PostTypeContentElementType Load (0.2ms)[0m SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1
[1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::PostTypeContentElementType Load (0.2ms)[0m SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1
[1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m
[1m[36mPulitzer::PostTypeContentElementType Load (1.5ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_type_content_element_type_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["post_type_content_element_type_id", 1]]
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=5%2FCXBBK2WgiSq9aT3f0HGBCEZULsJytcjTjrQCzPdYKDPh1hK1Lod4LzV%2BmrnZqz1eK8HR9tenxvM9Kaz7rnrA%3D%3D" for ::1 at 2015-11-13 15:33:52 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"5/CXBBK2WgiSq9aT3f0HGBCEZULsJytcjTjrQCzPdYKDPh1hK1Lod4LzV+mrnZqz1eK8HR9tenxvM9Kaz7rnrA=="}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (49.2ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 15:44:28 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (55.7ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 15:45:37 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (17.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (51.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (61.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (111.7ms)
Completed 200 OK in 434ms (Views: 239.0ms | ActiveRecord: 3.2ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 15:45:38 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 15:45:38 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 15:45:38 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 15:45:38 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 15:45:38 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 15:45:38 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 15:45:38 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 15:45:38 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 15:45:38 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 15:45:38 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 15:45:38 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 15:45:38 -0500
Started GET "/pulitzer/content_element_types/new?version_id=1&authenticity_token=WZWa1OLVDjZWX3R%2Bktcqeq7SY4VRPxGDgov6tNdX1Vg9WxCx2zG8SUYH9QTkt7fRa7S62qJ1QKNggMNuNCJHdg%3D%3D" for ::1 at 2015-11-13 15:45:39 -0500
ActionController::RoutingError (uninitialized constant Pulitzer::ContentElementTypesController):
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (15.6ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 15:45:59 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (1.5ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.6ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (13.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (18.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (58.7ms)
Completed 200 OK in 143ms (Views: 135.6ms | ActiveRecord: 2.8ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 15:46:00 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 15:46:00 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 15:46:00 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 15:46:00 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 15:46:00 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 15:46:00 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 15:46:00 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 15:46:00 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 15:46:00 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 15:46:00 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 15:46:00 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 15:46:00 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=4RDFwg6t3RpovlGHXY0yvQwy0BiZyOqJlOzk5s5A5U6F3k%2BnN0lvZXjm0P0r7a8WyVQJR2qCu6l25908LTV3YA%3D%3D" for ::1 at 2015-11-13 15:46:01 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"4RDFwg6t3RpovlGHXY0yvQwy0BiZyOqJlOzk5s5A5U6F3k+nN0lvZXjm0P0r7a8WyVQJR2qCu6l25908LTV3YA=="}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms)
ArgumentError (':new' is not an ActiveModel-compatible object. It must implement :to_partial_path.):
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:478:in `partial_path'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:382:in `setup'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:293:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (47.2ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 15:46:20 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (14.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (46.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (55.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (106.4ms)
Completed 200 OK in 423ms (Views: 209.1ms | ActiveRecord: 3.3ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 15:46:21 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 15:46:21 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 15:46:22 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 15:46:22 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 15:46:22 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 15:46:22 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 15:46:22 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 15:46:22 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 15:46:22 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 15:46:22 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 15:46:22 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 15:46:22 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=inmu%2F%2FiACUt5yGAFdu5FiE6lvuj168mBTTXTPjDyjjXutySawWS7NGmQ4X8Ajtgji8NntwahmKGvPurk04ccGw%3D%3D" for ::1 at 2015-11-13 15:46:24 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"inmu//iACUt5yGAFdu5FiE6lvuj168mBTTXTPjDyjjXutySawWS7NGmQ4X8Ajtgji8NntwahmKGvPurk04ccGw=="}
[1m[35mPulitzer::Version Load (0.3ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (19.0ms)
Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (No route matches {:action=>"show", :controller=>"pulitzer/content_elements", :id=>#} missing required keys: [:id]):
1: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true,
2: data: { server_endpoint: content_element_path(content_element) } do |f| %>
3: <%= f.label content_element.label %>
4: <%= f.text_field :title, placeholder: 'Title' %>
5: <%= f.label :content_element_type_id, "Type" %>
actionpack (4.2.4) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:729:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:760:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:803:in `url_for'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:282:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:225:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb__4349024118662940983_70211783360020'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (58.4ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=inmu%2F%2FiACUt5yGAFdu5FiE6lvuj168mBTTXTPjDyjjXutySawWS7NGmQ4X8Ajtgji8NntwahmKGvPurk04ccGw%3D%3D" for ::1 at 2015-11-13 15:46:34 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"inmu//iACUt5yGAFdu5FiE6lvuj168mBTTXTPjDyjjXutySawWS7NGmQ4X8Ajtgji8NntwahmKGvPurk04ccGw=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (18.4ms)
Completed 500 Internal Server Error in 37ms (ActiveRecord: 0.1ms)
ActionView::Template::Error (No route matches {:action=>"show", :controller=>"pulitzer/content_elements", :id=>#} missing required keys: [:id]):
1: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true,
2: data: { server_endpoint: content_element_path(content_element) } do |f| %>
3: <%= f.label content_element.label %>
4: <%= f.text_field :title, placeholder: 'Title' %>
5: <%= f.label :content_element_type_id, "Type" %>
actionpack (4.2.4) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:729:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:760:in `generate'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:803:in `url_for'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:282:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:225:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb__4349024118662940983_70211783360020'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (2.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (38.0ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 15:47:27 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (33.8ms)
Completed 200 OK in 108ms (Views: 105.1ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 15:47:27 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 15:47:27 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 15:47:27 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 15:47:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 15:47:27 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 15:47:27 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 15:47:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 15:47:27 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 15:47:27 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 15:47:27 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 15:47:27 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 15:47:28 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=oYiHcv1atFK4iqr4PlWSrzEyzxnF20AHmiqDe5uAs%2FXFRg0XxL4GLajSK4JINQ8E9FQWRjaRESd4IbqhePUh2w%3D%3D" for ::1 at 2015-11-13 15:47:29 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"oYiHcv1atFK4iqr4PlWSrzEyzxnF20AHmiqDe5uAs/XFRg0XxL4GLajSK4JINQ8E9FQWRjaRESd4IbqhePUh2w=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (16.5ms)
Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.1ms)
ActionView::Template::Error (undefined method `humanize' for nil:NilClass):
1: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true do |f| %>
2: <%= f.label content_element.label %>
3: <%= f.text_field :title, placeholder: 'Title' %>
4: <%= f.label :content_element_type_id, "Type" %>
5: <%= f.collection_select :content_element_type_id, Pulitzer::ContentElementType.all, :id, :name, {},
activemodel (4.2.4) lib/active_model/translation.rb:63:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:34:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:14:in `translate'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:21:in `translation'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:74:in `render_component'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:65:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:766:in `label'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1650:in `label'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb__4349024118662940983_70211783798120'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb__4349024118662940983_70211783798120'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (33.2ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 15:49:40 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (20.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (52.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (62.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (110.7ms)
Completed 200 OK in 392ms (Views: 199.6ms | ActiveRecord: 3.1ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 15:49:41 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 15:49:41 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 15:49:41 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 15:49:41 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 15:49:41 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 15:49:41 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 15:49:41 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 15:49:41 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 15:49:41 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 15:49:41 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 15:49:41 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 15:49:41 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=BIbTD9Ipwu35GCvdB0OglG9zQOyfO1Crn4LRgacDRBRgSFlq681wkulAqqdxIz0%2FqhWZs2xxAYt9iehbRHbWOg%3D%3D" for ::1 at 2015-11-13 15:49:42 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"BIbTD9Ipwu35GCvdB0OglG9zQOyfO1Crn4LRgacDRBRgSFlq681wkulAqqdxIz0/qhWZs2xxAYt9iehbRHbWOg=="}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (20.6ms)
Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.2ms)
ActionView::Template::Error (undefined method `humanize' for nil:NilClass):
1: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true do |f| %>
2: <%= f.label content_element.label %>
3: <%= f.text_field :title, placeholder: 'Title' %>
4: <%= f.label :content_element_type_id, "Type" %>
5:
activemodel (4.2.4) lib/active_model/translation.rb:63:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:34:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:14:in `translate'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:21:in `translation'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:74:in `render_component'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:65:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:766:in `label'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1650:in `label'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb___3178466692756630860_70285895150800'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb___3178466692756630860_70285895150800'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (31.1ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 15:50:01 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (31.5ms)
Completed 200 OK in 93ms (Views: 89.7ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 15:50:02 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 15:50:02 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 15:50:02 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 15:50:02 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 15:50:02 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 15:50:02 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 15:50:02 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 15:50:02 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 15:50:02 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 15:50:02 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 15:50:02 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 15:50:02 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=aWYqQSjBJkJZvw4mPsf3s%2B%2FeP9YuLeB%2Beqlk9792H5ANqKAkESWUPUnnj1xIp2oYKrjmid1nsV6Yol0tXAONvg%3D%3D" for ::1 at 2015-11-13 15:50:04 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"aWYqQSjBJkJZvw4mPsf3s+/eP9YuLeB+eqlk9792H5ANqKAkESWUPUnnj1xIp2oYKrjmid1nsV6Yol0tXAONvg=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (15.3ms)
Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.1ms)
ActionView::Template::Error (undefined method `humanize' for nil:NilClass):
1: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true do |f| %>
2: <%= f.label content_element.label %>
3: <%= f.text_field :title, placeholder: 'Title' %>
4: <%= f.label :content_element_type_id, "Type" %>
5:
activemodel (4.2.4) lib/active_model/translation.rb:63:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:34:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:14:in `translate'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:21:in `translation'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:74:in `render_component'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:65:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:766:in `label'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1650:in `label'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb___3178466692756630860_70285895150800'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb___3178466692756630860_70285895150800'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (30.4ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 15:50:48 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (15.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (463.6ms)
Completed 200 OK in 545ms (Views: 541.1ms | ActiveRecord: 1.0ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 15:50:49 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 15:50:49 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 15:50:49 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 15:50:49 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 15:50:49 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 15:50:49 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 15:50:49 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 15:50:49 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 15:50:49 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 15:50:49 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 15:50:49 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 15:50:49 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=4rozw0SeNNYz%2BXQEVdRGlrmJsZy%2BwdgkpybkaJOkacGGdLmmfXqGqSOh9X4jtNs9fO9ow02LiQRFLd2ycNH77w%3D%3D" for ::1 at 2015-11-13 15:50:51 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"4rozw0SeNNYz+XQEVdRGlrmJsZy+wdgkpybkaJOkacGGdLmmfXqGqSOh9X4jtNs9fO9ow02LiQRFLd2ycNH77w=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (20.6ms)
Completed 500 Internal Server Error in 37ms (ActiveRecord: 0.1ms)
ActionView::Template::Error (undefined method `humanize' for nil:NilClass):
1: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true do |f| %>
2: <%= f.label content_element.label %>
3: <%= f.text_field :title, placeholder: 'Title' %>
4: <%= f.label :content_element_type_id, "Type" %>
5:
activemodel (4.2.4) lib/active_model/translation.rb:63:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:34:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:14:in `translate'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:21:in `translation'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:74:in `render_component'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:65:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:766:in `label'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1650:in `label'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb___3178466692756630860_70285913189980'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb___3178466692756630860_70285913189980'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (30.0ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 15:52:00 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (16.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (48.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (58.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (104.1ms)
Completed 200 OK in 410ms (Views: 196.6ms | ActiveRecord: 2.8ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 15:52:00 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 15:52:00 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 15:52:00 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 15:52:00 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 15:52:00 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 15:52:00 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 15:52:00 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 15:52:00 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 15:52:00 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 15:52:00 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 15:52:00 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 15:52:00 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=HkPYvU7GCEB2Krvg2W0vldftbJlQKXEmXHZMNz9LCvJ6jVLYdyK6P2ZyOpqvDbI%2BEou1xqNjIAa%2BfXXt3D6Y3A%3D%3D" for ::1 at 2015-11-13 15:52:01 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"HkPYvU7GCEB2Krvg2W0vldftbJlQKXEmXHZMNz9LCvJ6jVLYdyK6P2ZyOpqvDbI+Eou1xqNjIAa+fXXt3D6Y3A=="}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (19.1ms)
Completed 500 Internal Server Error in 37ms (ActiveRecord: 0.2ms)
ActionView::Template::Error (undefined method `humanize' for nil:NilClass):
1: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true do |f| %>
2: <%= f.label content_element.label %>
3: <%= f.text_field :title, placeholder: 'Title' %>
4: <%= f.label :content_element_type_id, "Type" %>
5:
activemodel (4.2.4) lib/active_model/translation.rb:63:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:34:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:14:in `translate'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:21:in `translation'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:74:in `render_component'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:65:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:766:in `label'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1650:in `label'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb___3682983291233694386_70320287403520'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb___3682983291233694386_70320287403520'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (35.3ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=HkPYvU7GCEB2Krvg2W0vldftbJlQKXEmXHZMNz9LCvJ6jVLYdyK6P2ZyOpqvDbI%2BEou1xqNjIAa%2BfXXt3D6Y3A%3D%3D" for ::1 at 2015-11-13 15:52:13 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"HkPYvU7GCEB2Krvg2W0vldftbJlQKXEmXHZMNz9LCvJ6jVLYdyK6P2ZyOpqvDbI+Eou1xqNjIAa+fXXt3D6Y3A=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (0.3ms)
Completed 200 OK in 17ms (Views: 14.9ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 15:52:34 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.3ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (16.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (20.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1410.4ms)
Completed 200 OK in 1534ms (Views: 1528.9ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 15:52:36 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 15:52:36 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 15:52:36 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 15:52:36 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 15:52:36 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 15:52:36 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 15:52:36 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 15:52:36 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 15:52:36 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 15:52:36 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 15:52:36 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 15:52:36 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=p%2BgRopbhYpK7YOKG9j319pAnUP8%2F5lWaSuahBoZlQBfDJpvHrwXQ7as4Y%2FyAXWhdVUGJoMysBLqo7ZjcZRDSOQ%3D%3D" for ::1 at 2015-11-13 15:53:08 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"p+gRopbhYpK7YOKG9j319pAnUP8/5lWaSuahBoZlQBfDJpvHrwXQ7as4Y/yAXWhdVUGJoMysBLqo7ZjcZRDSOQ=="}
[1m[35mPulitzer::Version Load (0.3ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (28632.4ms)
Completed 500 Internal Server Error in 28736ms (ActiveRecord: 0.8ms)
ActionView::Template::Error (undefined method `humanize' for nil:NilClass):
1: <% byebug %>
2: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true do |f| %>
3: <%= f.label content_element.label %>
4: <%= f.text_field :title, placeholder: 'Title' %>
5: <%= f.label :content_element_type_id, "Type" %>
6:
activemodel (4.2.4) lib/active_model/translation.rb:63:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:34:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:14:in `translate'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:21:in `translation'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:74:in `render_component'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:65:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:766:in `label'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1650:in `label'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:3:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb__4037129268401993831_70317632210620'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb__4037129268401993831_70317632210620'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (7.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (32.9ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=p%2BgRopbhYpK7YOKG9j319pAnUP8%2F5lWaSuahBoZlQBfDJpvHrwXQ7as4Y%2FyAXWhdVUGJoMysBLqo7ZjcZRDSOQ%3D%3D" for ::1 at 2015-11-13 15:55:19 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"p+gRopbhYpK7YOKG9j319pAnUP8/5lWaSuahBoZlQBfDJpvHrwXQ7as4Y/yAXWhdVUGJoMysBLqo7ZjcZRDSOQ=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (0.3ms)
Completed 200 OK in 18ms (Views: 15.3ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=p%2BgRopbhYpK7YOKG9j319pAnUP8%2F5lWaSuahBoZlQBfDJpvHrwXQ7as4Y%2FyAXWhdVUGJoMysBLqo7ZjcZRDSOQ%3D%3D" for ::1 at 2015-11-13 15:55:46 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"p+gRopbhYpK7YOKG9j319pAnUP8/5lWaSuahBoZlQBfDJpvHrwXQ7as4Y/yAXWhdVUGJoMysBLqo7ZjcZRDSOQ=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (15.6ms)
Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.1ms)
ActionView::Template::Error (undefined method `humanize' for nil:NilClass):
1: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true do |f| %>
2: <%= f.label content_element.label %>
3: <%= f.text_field :title, placeholder: 'Title' %>
4: <%= f.label :content_element_type_id, "Type" %>
5:
activemodel (4.2.4) lib/active_model/translation.rb:63:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:34:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:14:in `translate'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:21:in `translation'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:74:in `render_component'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:65:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:766:in `label'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1650:in `label'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb__4037129268401993831_70317628103060'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb__4037129268401993831_70317628103060'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (30.5ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 16:07:39 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.6ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 16:09:09 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (15.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (574.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (584.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (633.5ms)
Completed 200 OK in 1782ms (Views: 747.3ms | ActiveRecord: 2.7ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 16:09:11 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 16:09:12 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 16:09:12 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 16:09:12 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 16:09:12 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 16:09:12 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 16:09:12 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 16:09:12 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 16:09:12 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 16:09:12 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 16:09:12 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 16:09:12 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=Zud1xO0ljYMY0aKKh8jsUebtMrH1ngKxShYn0XGjueYCKf%2Bh1ME%2F%2FAiJI%2FDxqHH6I4vr7gbUU5GoHR4LktYryA%3D%3D" for ::1 at 2015-11-13 16:09:14 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"Zud1xO0ljYMY0aKKh8jsUebtMrH1ngKxShYn0XGjueYCKf+h1ME//AiJI/DxqHH6I4vr7gbUU5GoHR4LktYryA=="}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (22.7ms)
Completed 500 Internal Server Error in 431ms (ActiveRecord: 0.2ms)
ActionView::Template::Error (undefined method `humanize' for nil:NilClass):
1: <%= form_for content_element, html: ajax_form_hash("#version_content_element_container_#{dom_id(version)}", insert_method: 'append', sub_class: "AddALineForm", container: "#new_version_content_element_#{dom_id(version)}") do |f| %>, multipart: true do |f| %>
2: <%= f.label content_element.label %>
3: <%= f.text_field :title, placeholder: 'Title' %>
4: <%= f.label :content_element_type_id, "Type" %>
5: <%= submit_tag "Update" %>
activemodel (4.2.4) lib/active_model/translation.rb:63:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:34:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:14:in `translate'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:21:in `translation'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:74:in `render_component'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:65:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:766:in `label'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1650:in `label'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb__3054340719731574935_70162513789940'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb__3054340719731574935_70162513789940'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (32.8ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=Zud1xO0ljYMY0aKKh8jsUebtMrH1ngKxShYn0XGjueYCKf%2Bh1ME%2F%2FAiJI%2FDxqHH6I4vr7gbUU5GoHR4LktYryA%3D%3D" for ::1 at 2015-11-13 16:20:43 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"Zud1xO0ljYMY0aKKh8jsUebtMrH1ngKxShYn0XGjueYCKf+h1ME//AiJI/DxqHH6I4vr7gbUU5GoHR4LktYryA=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (15.3ms)
Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.1ms)
ActionView::Template::Error (undefined method `humanize' for nil:NilClass):
1: <%= form_for content_element, html: ajax_form_hash("#version_content_element_container_#{dom_id(version)}", insert_method: 'append', sub_class: "AddALineForm", container: "#new_version_content_element_#{dom_id(version)}") do |f| %>, multipart: true do |f| %>
2: <%= f.label content_element.label %>
3: <%= f.text_field :title, placeholder: 'Title' %>
4: <%= f.label :content_element_type_id, "Type" %>
5: <%= submit_tag "Update" %>
activemodel (4.2.4) lib/active_model/translation.rb:63:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:34:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:14:in `translate'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:21:in `translation'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:74:in `render_component'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:65:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:766:in `label'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1650:in `label'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb__3054340719731574935_70162513789940'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb__3054340719731574935_70162513789940'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (29.4ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=Zud1xO0ljYMY0aKKh8jsUebtMrH1ngKxShYn0XGjueYCKf%2Bh1ME%2F%2FAiJI%2FDxqHH6I4vr7gbUU5GoHR4LktYryA%3D%3D" for ::1 at 2015-11-13 16:23:45 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"Zud1xO0ljYMY0aKKh8jsUebtMrH1ngKxShYn0XGjueYCKf+h1ME//AiJI/DxqHH6I4vr7gbUU5GoHR4LktYryA=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (18.0ms)
Completed 500 Internal Server Error in 36ms (ActiveRecord: 0.1ms)
ActionView::Template::Error (undefined method `humanize' for nil:NilClass):
1: <%= form_for content_element, html: ajax_form_hash("#version_content_element_container_#{dom_id(version)}", insert_method: 'append', sub_class: "AddALineForm", container: "#new_version_content_element_#{dom_id(version)}") do |f| %>
2: <%= f.label content_element.label %>
3: <%= f.text_field :title, placeholder: 'Title' %>
4: <%= f.label :content_element_type_id, "Type" %>
5: <%= submit_tag "Update" %>
activemodel (4.2.4) lib/active_model/translation.rb:63:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:34:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:14:in `translate'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:21:in `translation'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:74:in `render_component'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:65:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:766:in `label'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1650:in `label'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb__3054340719731574935_70162507336400'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb__3054340719731574935_70162507336400'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (30.6ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=Zud1xO0ljYMY0aKKh8jsUebtMrH1ngKxShYn0XGjueYCKf%2Bh1ME%2F%2FAiJI%2FDxqHH6I4vr7gbUU5GoHR4LktYryA%3D%3D" for ::1 at 2015-11-13 16:28:03 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"Zud1xO0ljYMY0aKKh8jsUebtMrH1ngKxShYn0XGjueYCKf+h1ME//AiJI/DxqHH6I4vr7gbUU5GoHR4LktYryA=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (18.6ms)
Completed 500 Internal Server Error in 36ms (ActiveRecord: 0.1ms)
ActionView::Template::Error (undefined method `humanize' for nil:NilClass):
1: <%= form_for content_element, html: ajax_form_hash("#version_content_element_container_#{dom_id(version)}", insert_method: 'append', sub_class: "AddALineForm", container: "#new_version_content_element_#{dom_id(version)}") do |f| %>
2: <%= f.label content_element.label %>
3: <%= f.text_field :title, placeholder: 'Title' %>
4: <%= f.label :content_element_type_id, "Type" %>
5: <%= submit_tag "Update" %>
activemodel (4.2.4) lib/active_model/translation.rb:63:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:34:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:14:in `translate'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:21:in `translation'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:74:in `render_component'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:65:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:766:in `label'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1650:in `label'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb__3054340719731574935_70162507336400'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb__3054340719731574935_70162507336400'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (33.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 16:37:44 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.4ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (12.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (36.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (114.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (130.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (196.9ms)
Completed 200 OK in 696ms (Views: 372.1ms | ActiveRecord: 3.5ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 16:37:45 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 16:37:45 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 16:37:45 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 16:37:45 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 16:37:45 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 16:37:45 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 16:37:45 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 16:37:45 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 16:37:46 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 16:37:46 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 16:37:46 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 16:37:46 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=6hK3xVTPGAIwOPBCGgYpDkJaQMoZ00uK%2B7Gqszn2fg%2BO3D2gbSuqfSBgcThsZrSlhzyZleqZGqoZupNp2oPsIQ%3D%3D" for ::1 at 2015-11-13 16:37:50 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"6hK3xVTPGAIwOPBCGgYpDkJaQMoZ00uK+7Gqszn2fg+O3D2gbSuqfSBgcThsZrSlhzyZleqZGqoZupNp2oPsIQ=="}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (34.4ms)
Completed 500 Internal Server Error in 69ms (ActiveRecord: 0.2ms)
ActionView::Template::Error (undefined method `humanize' for nil:NilClass):
1: <%= form_for content_element, html: ajax_form_hash("#version_content_element_container_#{dom_id(version)}", insert_method: 'append', sub_class: "AddALineForm", container: "#new_version_content_element_#{dom_id(version)}") do |f| %>
2: <%= f.label content_element.label %>
3: <%= f.text_field :title, placeholder: 'Title' %>
4: <%= f.label :content_element_type_id, "Type" %>
5: <%= submit_tag "Update" %>
activemodel (4.2.4) lib/active_model/translation.rb:63:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:34:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:14:in `translate'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:21:in `translation'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:74:in `render_component'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:65:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:766:in `label'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1650:in `label'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb___437344988754875575_70261351145300'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb___437344988754875575_70261351145300'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (35.1ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 16:38:31 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (14.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (51.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (67.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (117.6ms)
Completed 200 OK in 395ms (Views: 216.5ms | ActiveRecord: 2.8ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 16:38:31 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 16:38:31 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 16:38:31 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 16:38:32 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 16:38:32 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 16:38:32 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 16:38:32 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 16:38:32 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 16:38:32 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 16:38:32 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 16:38:32 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 16:38:32 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=kohlGfbKQaNrIvTxn81GqMnj5YkcdyvHJ2nsmyGpYWf2Ru98zy7z3Ht6dYvprdsDDIU81u89eufFYtVBwtzzSQ%3D%3D" for ::1 at 2015-11-13 16:38:37 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"kohlGfbKQaNrIvTxn81GqMnj5YkcdyvHJ2nsmyGpYWf2Ru98zy7z3Ht6dYvprdsDDIU81u89eufFYtVBwtzzSQ=="}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (835540.5ms)
Completed 500 Internal Server Error in 835558ms (ActiveRecord: 0.2ms)
ActionView::Template::Error (undefined method `humanize' for nil:NilClass):
1: <% byebug %>
2: <%= form_for content_element, html: ajax_form_hash("#version_content_element_container_#{dom_id(version)}", insert_method: 'append', sub_class: "AddALineForm", container: "#new_version_content_element_#{dom_id(version)}") do |f| %>
3: <%= f.label content_element.label %>
4: <%= f.text_field :title, placeholder: 'Title' %>
5: <%= f.label :content_element_type_id, "Type" %>
6: <%= submit_tag "Update" %>
activemodel (4.2.4) lib/active_model/translation.rb:63:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:34:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:14:in `translate'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:21:in `translation'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:74:in `render_component'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:65:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:766:in `label'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1650:in `label'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:3:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb___3504287714823725210_70306908455460'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb___3504287714823725210_70306908455460'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (29.1ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=kohlGfbKQaNrIvTxn81GqMnj5YkcdyvHJ2nsmyGpYWf2Ru98zy7z3Ht6dYvprdsDDIU81u89eufFYtVBwtzzSQ%3D%3D" for ::1 at 2015-11-13 16:52:32 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"kohlGfbKQaNrIvTxn81GqMnj5YkcdyvHJ2nsmyGpYWf2Ru98zy7z3Ht6dYvprdsDDIU81u89eufFYtVBwtzzSQ=="}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (89643.0ms)
Completed 500 Internal Server Error in 90967ms (ActiveRecord: 0.2ms)
ActionView::Template::Error (undefined method `humanize' for nil:NilClass):
1: <%= form_for content_element, html: ajax_form_hash("#version_content_element_container_#{dom_id(version)}", insert_method: 'append', sub_class: "AddALineForm", container: "#new_version_content_element_#{dom_id(version)}") do |f| %>
2: <%= f.text_field :title, placeholder: 'Title' %>
3: <%= submit_tag "Update" %>
4: <%= link_to('Cancel', '#', :class => 'button',
5: data: { emptier: true, target: "#new_version_content_element_#{dom_id(ptcet.post_type)}" } ) %>
6: <% end %>
activemodel (4.2.4) lib/active_model/translation.rb:63:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:34:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:14:in `translate'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:21:in `translation'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:74:in `render_component'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:65:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:766:in `label'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1650:in `label'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:3:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb___3504287714823725210_70306908455460'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb___3504287714823725210_70306908455460'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (31.3ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=kohlGfbKQaNrIvTxn81GqMnj5YkcdyvHJ2nsmyGpYWf2Ru98zy7z3Ht6dYvprdsDDIU81u89eufFYtVBwtzzSQ%3D%3D" for ::1 at 2015-11-13 16:54:04 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"kohlGfbKQaNrIvTxn81GqMnj5YkcdyvHJ2nsmyGpYWf2Ru98zy7z3Ht6dYvprdsDDIU81u89eufFYtVBwtzzSQ=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (37.8ms)
Completed 500 Internal Server Error in 75ms (ActiveRecord: 0.1ms)
ActionView::Template::Error (undefined local variable or method `ptcet' for #<#:0x007fe334918a38>):
2: <%= f.text_field :title, placeholder: 'Title' %>
3: <%= submit_tag "Update" %>
4: <%= link_to('Cancel', '#', :class => 'button',
5: data: { emptier: true, target: "#new_version_content_element_#{dom_id(ptcet.post_type)}" } ) %>
6: <% end %>
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:5:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb___3504287714823725210_70306908114440'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb___3504287714823725210_70306908114440'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (50.6ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 16:54:22 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (38.2ms)
Completed 200 OK in 149ms (Views: 141.8ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 16:54:22 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 16:54:22 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 16:54:22 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 16:54:22 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 16:54:22 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 16:54:22 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 16:54:22 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 16:54:22 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 16:54:22 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 16:54:22 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 16:54:22 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 16:54:22 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=jiuXx1HiMZbENc8tsKWwg6ZOy8qucbzakX9Qe0syqpbq5R2iaAaD6dRtTlfGxS0oYygSlV077fpzdGmhqEc4uA%3D%3D" for ::1 at 2015-11-13 16:54:23 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"jiuXx1HiMZbENc8tsKWwg6ZOy8qucbzakX9Qe0syqpbq5R2iaAaD6dRtTlfGxS0oYygSlV077fpzdGmhqEc4uA=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (28.1ms)
Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.1ms)
ActionView::Template::Error (undefined local variable or method `ptcet' for #<#:0x007fe331773f28>):
1: <%= form_for content_element, html: ajax_form_hash("#version_content_element_container_#{dom_id(version)}", insert_method: 'append', sub_class: "AddALineForm", container: "#new_version_content_element_#{dom_id(version)}") do |f| %>
2: <%= submit_tag "Update" %>
3: <%= link_to('Cancel', '#', :class => 'button',
4: data: { emptier: true, target: "#new_version_content_element_#{dom_id(ptcet.post_type)}" } ) %>
5: <% end %>
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:4:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb___3504287714823725210_70306882093780'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb___3504287714823725210_70306882093780'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (34.6ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 16:54:44 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.0ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (12.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (16.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (56.5ms)
Completed 200 OK in 136ms (Views: 131.2ms | ActiveRecord: 1.3ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 16:54:44 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 16:54:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 16:54:44 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 16:54:44 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 16:54:44 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 16:54:44 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 16:54:44 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 16:54:44 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 16:54:44 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 16:54:44 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 16:54:44 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 16:54:44 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=h3Ci%2FPrzGbLeq1NX3%2BkeA2D6ywaYafMtmKILa0D7ynTjviiZwxerzc7z0i2piYOopZwSWWsjog16qTKxo45YWg%3D%3D" for ::1 at 2015-11-13 16:54:45 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"h3Ci/PrzGbLeq1NX3+keA2D6ywaYafMtmKILa0D7ynTjviiZwxerzc7z0i2piYOopZwSWWsjog16qTKxo45YWg=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (2.2ms)
Completed 200 OK in 21ms (Views: 18.9ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=h3Ci%2FPrzGbLeq1NX3%2BkeA2D6ywaYafMtmKILa0D7ynTjviiZwxerzc7z0i2piYOopZwSWWsjog16qTKxo45YWg%3D%3D" for ::1 at 2015-11-13 16:54:47 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"h3Ci/PrzGbLeq1NX3+keA2D6ywaYafMtmKILa0D7ynTjviiZwxerzc7z0i2piYOopZwSWWsjog16qTKxo45YWg=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (1.3ms)
Completed 200 OK in 21ms (Views: 18.5ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=h3Ci%2FPrzGbLeq1NX3%2BkeA2D6ywaYafMtmKILa0D7ynTjviiZwxerzc7z0i2piYOopZwSWWsjog16qTKxo45YWg%3D%3D" for ::1 at 2015-11-13 16:54:55 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"h3Ci/PrzGbLeq1NX3+keA2D6ywaYafMtmKILa0D7ynTjviiZwxerzc7z0i2piYOopZwSWWsjog16qTKxo45YWg=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (2.0ms)
Completed 200 OK in 20ms (Views: 17.8ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=h3Ci%2FPrzGbLeq1NX3%2BkeA2D6ywaYafMtmKILa0D7ynTjviiZwxerzc7z0i2piYOopZwSWWsjog16qTKxo45YWg%3D%3D" for ::1 at 2015-11-13 16:56:42 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"h3Ci/PrzGbLeq1NX3+keA2D6ywaYafMtmKILa0D7ynTjviiZwxerzc7z0i2piYOopZwSWWsjog16qTKxo45YWg=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (2.3ms)
Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/content_elements/1?authenticity_token=h3Ci%2FPrzGbLeq1NX3%2BkeA2D6ywaYafMtmKILa0D7ynTjviiZwxerzc7z0i2piYOopZwSWWsjog16qTKxo45YWg%3D%3D" for ::1 at 2015-11-13 16:56:50 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"h3Ci/PrzGbLeq1NX3+keA2D6ywaYafMtmKILa0D7ynTjviiZwxerzc7z0i2piYOopZwSWWsjog16qTKxo45YWg==", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.2ms)
Completed 200 OK in 20ms (Views: 18.8ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/asdf/content_elements/1/edit?authenticity_token=h3Ci%2FPrzGbLeq1NX3%2BkeA2D6ywaYafMtmKILa0D7ynTjviiZwxerzc7z0i2piYOopZwSWWsjog16qTKxo45YWg%3D%3D" for ::1 at 2015-11-13 16:56:51 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"h3Ci/PrzGbLeq1NX3+keA2D6ywaYafMtmKILa0D7ynTjviiZwxerzc7z0i2piYOopZwSWWsjog16qTKxo45YWg==", "post_id"=>"asdf", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (20.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (57.9ms)
Completed 200 OK in 75ms (Views: 73.7ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-13 16:56:54 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"w81Jg1tCfOU6DTomvUaNTkdU+SIU3IarUlOOkZbz1PenA8PmYqbOmipVu1zLJhDlgjIgfeeW14uwWLdLdYZG2Q==", "content_element"=>{"title"=>"asdf", "body"=>""}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "asdf"], ["body", ""], ["updated_at", "2015-11-13 21:56:54.448823"], ["id", 1]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.3ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (6.2ms)
Completed 200 OK in 33ms (Views: 26.3ms | ActiveRecord: 2.1ms)
Started GET "/pulitzer/posts/asdf/content_elements/1/edit?authenticity_token=h3Ci%2FPrzGbLeq1NX3%2BkeA2D6ywaYafMtmKILa0D7ynTjviiZwxerzc7z0i2piYOopZwSWWsjog16qTKxo45YWg%3D%3D" for ::1 at 2015-11-13 16:56:55 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"h3Ci/PrzGbLeq1NX3+keA2D6ywaYafMtmKILa0D7ynTjviiZwxerzc7z0i2piYOopZwSWWsjog16qTKxo45YWg==", "post_id"=>"asdf", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (16.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (51.0ms)
Completed 200 OK in 67ms (Views: 65.6ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-13 16:56:58 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"oCZ4nelKYJDG4PTS0+0FAJeAtFbeW0QVdJPWTmzKf23E6PL40K7S79a4dailjZirUuZtCS0RFTWWmO+Uj7/tQw==", "content_element"=>{"title"=>"b", "body"=>""}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "b"], ["updated_at", "2015-11-13 21:56:58.576837"], ["id", 1]]
[1m[36m (1169.2ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Completed 200 OK in 1196ms (Views: 22.0ms | ActiveRecord: 1170.0ms)
Started GET "/pulitzer/posts/asdf/content_elements/1/edit?authenticity_token=h3Ci%2FPrzGbLeq1NX3%2BkeA2D6ywaYafMtmKILa0D7ynTjviiZwxerzc7z0i2piYOopZwSWWsjog16qTKxo45YWg%3D%3D" for ::1 at 2015-11-13 16:57:02 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"h3Ci/PrzGbLeq1NX3+keA2D6ywaYafMtmKILa0D7ynTjviiZwxerzc7z0i2piYOopZwSWWsjog16qTKxo45YWg==", "post_id"=>"asdf", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (16.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (52.0ms)
Completed 200 OK in 69ms (Views: 67.2ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 17:00:02 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.9ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1090.3ms)
Completed 200 OK in 1161ms (Views: 1157.7ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 17:00:03 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 17:00:03 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 17:00:03 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 17:00:03 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 17:00:03 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 17:00:03 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 17:00:03 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 17:00:03 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 17:00:03 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 17:00:03 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 17:00:03 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 17:00:03 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=xjx4mtqfqqXlCKfxNbSM04A0ErNGGq9o7hh13dDzwvei8vL%2F43sY2vVQJotD1BF4RVLL7LVQ%2FkgME0wHM4ZQ2Q%3D%3D" for ::1 at 2015-11-13 17:00:05 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"xjx4mtqfqqXlCKfxNbSM04A0ErNGGq9o7hh13dDzwvei8vL/43sY2vVQJotD1BF4RVLL7LVQ/kgME0wHM4ZQ2Q=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (638.7ms)
Completed 200 OK in 656ms (Views: 653.6ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 17:00:59 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (15.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (22.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (298.0ms)
Completed 200 OK in 381ms (Views: 377.6ms | ActiveRecord: 1.0ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 17:00:59 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 17:00:59 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 17:00:59 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 17:00:59 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 17:00:59 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 17:00:59 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 17:00:59 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 17:00:59 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 17:00:59 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 17:00:59 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 17:00:59 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 17:00:59 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=Oxydqaf3rFKGFV%2FemiktYeXJfVA5hLVUtWgA3X%2FUzPRf0hfMnhMeLZZN3qTsSbDKIK%2BkD8rO5HRXYzkHnKFe2g%3D%3D" for ::1 at 2015-11-13 17:01:00 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"Oxydqaf3rFKGFV/emiktYeXJfVA5hLVUtWgA3X/UzPRf0hfMnhMeLZZN3qTsSbDKIK+kD8rO5HRXYzkHnKFe2g=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (2.4ms)
Completed 200 OK in 20ms (Views: 17.9ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 17:01:32 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (49.5ms)
Completed 200 OK in 121ms (Views: 115.2ms | ActiveRecord: 1.3ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 17:01:33 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 17:01:33 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 17:01:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 17:01:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 17:01:33 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 17:01:33 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 17:01:33 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 17:01:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 17:01:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 17:01:33 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 17:01:33 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 17:01:33 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=jkp0XBhvHfPZURMAQtzC04XZpukEJMFun8JY7OUKjHjqhP45IYuvjMkJkno0vF94QL9%2FtvdukE59yWE2Bn8eVg%3D%3D" for ::1 at 2015-11-13 17:04:09 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"jkp0XBhvHfPZURMAQtzC04XZpukEJMFun8JY7OUKjHjqhP45IYuvjMkJkno0vF94QL9/tvdukE59yWE2Bn8eVg=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (19.9ms)
Completed 500 Internal Server Error in 39ms (ActiveRecord: 0.4ms)
ActionView::Template::Error (Pulitzer::ContentElement#height delegated to post_type_content_element_type.height, but post_type_content_element_type is nil: #):
7:
8:
9: <%= f.label :height %>
10: <%= f.text_field :height, placeholder: 'Height' %>
11: <%= f.label :width %>
12: <%= f.text_field :width, placeholder: 'Width' %>
13:
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/content_element.rb:8:in `rescue in height'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/content_element.rb:8:in `height'
actionview (4.2.4) lib/action_view/helpers/tags/base.rb:28:in `public_send'
actionview (4.2.4) lib/action_view/helpers/tags/base.rb:28:in `value'
actionview (4.2.4) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast'
actionview (4.2.4) lib/action_view/helpers/tags/text_field.rb:13:in `block in render'
actionview (4.2.4) lib/action_view/helpers/tags/text_field.rb:13:in `fetch'
actionview (4.2.4) lib/action_view/helpers/tags/text_field.rb:13:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:787:in `text_field'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1323:in `text_field'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:10:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb___3504287714823725210_70306892998680'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb___3504287714823725210_70306892998680'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (28.0ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=jkp0XBhvHfPZURMAQtzC04XZpukEJMFun8JY7OUKjHjqhP45IYuvjMkJkno0vF94QL9%2FtvdukE59yWE2Bn8eVg%3D%3D" for ::1 at 2015-11-13 17:06:40 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"jkp0XBhvHfPZURMAQtzC04XZpukEJMFun8JY7OUKjHjqhP45IYuvjMkJkno0vF94QL9/tvdukE59yWE2Bn8eVg=="}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (80.5ms)
Completed 500 Internal Server Error in 165ms (ActiveRecord: 1.2ms)
ActionView::Template::Error (undefined method `height' for #):
7:
8:
9: <%= f.label :height %>
10: <%= f.text_field :height, placeholder: 'Height' %>
11: <%= f.label :width %>
12: <%= f.text_field :width, placeholder: 'Width' %>
13:
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
actionview (4.2.4) lib/action_view/helpers/tags/base.rb:28:in `public_send'
actionview (4.2.4) lib/action_view/helpers/tags/base.rb:28:in `value'
actionview (4.2.4) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast'
actionview (4.2.4) lib/action_view/helpers/tags/text_field.rb:13:in `block in render'
actionview (4.2.4) lib/action_view/helpers/tags/text_field.rb:13:in `fetch'
actionview (4.2.4) lib/action_view/helpers/tags/text_field.rb:13:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:787:in `text_field'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1323:in `text_field'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:10:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb___3574061155619835979_70204975318260'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb___3574061155619835979_70204975318260'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (9.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (37.7ms)
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to AddPostTypeContentElementAttributesToContentElements (20151113220908)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (695.4ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "text_editor" varchar[0m
[1m[35m (0.2ms)[0m ALTER TABLE "pulitzer_content_elements" ADD "height" integer DEFAULT 100
[1m[36m (0.2ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "width" integer DEFAULT 100[0m
[1m[35m (0.2ms)[0m ALTER TABLE "pulitzer_content_elements" ADD "sort_order" integer
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151113220908"]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=jkp0XBhvHfPZURMAQtzC04XZpukEJMFun8JY7OUKjHjqhP45IYuvjMkJkno0vF94QL9%2FtvdukE59yWE2Bn8eVg%3D%3D" for ::1 at 2015-11-13 17:15:24 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"jkp0XBhvHfPZURMAQtzC04XZpukEJMFun8JY7OUKjHjqhP45IYuvjMkJkno0vF94QL9/tvdukE59yWE2Bn8eVg=="}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (44.5ms)
Completed 200 OK in 2083ms (Views: 2013.5ms | ActiveRecord: 1.5ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 17:19:05 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (419.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (422.0ms)
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (13.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (22.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (485.2ms)
Completed 500 Internal Server Error in 618ms (ActiveRecord: 1.8ms)
ActionView::Template::Error (undefined method `[]' for nil:NilClass):
1: <% text_editor = Pulitzer.text_editor_toolbars.detect { |toolbar| toolbar[:name] == content_element.text_editor } %>
2: <% data_rich_text = { "rich-text-editor" => true } unless text_editor[:name] == "None" %>
3:
4: <%= render partial: text_editor[:template] %>
5: <%= f.text_area(:body, placeholder: 'Body', data: (data_rich_text)) %>
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__text_fields_html_erb__2366829138569616415_70295362203300'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___610495382666416560_70295373022660'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___610495382666416560_70295373022660'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__916918953674561702_70295362191160'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:26:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___1640324552187622609_70295364967860'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:25:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___1640324552187622609_70295364967860'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (58.5ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 17:19:29 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (25.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (34.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (81.6ms)
Completed 500 Internal Server Error in 257ms (ActiveRecord: 2.4ms)
ActionView::Template::Error (undefined method `[]' for nil:NilClass):
1: <% text_editor = Pulitzer.text_editor_toolbars.detect { |toolbar| toolbar[:name] == content_element.text_editor } %>
2: <% data_rich_text = { "rich-text-editor" => true } unless text_editor[:name] == "None" %>
3:
4: <%= render partial: text_editor[:template] %>
5: <%= f.text_area(:body, placeholder: 'Body', data: (data_rich_text)) %>
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__text_fields_html_erb__1029870154219648731_70308128543820'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__3881289491509725687_70308111645600'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__3881289491509725687_70308111645600'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___1811300539398158216_70308112145260'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:26:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__850258883953836401_70308117903760'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:25:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__850258883953836401_70308117903760'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (65.1ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 17:21:11 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (11.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (27.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (36.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (97.8ms)
Completed 500 Internal Server Error in 518ms (ActiveRecord: 3.0ms)
ActionView::Template::Error (undefined method `[]' for nil:NilClass):
1: <% text_editor = Pulitzer.text_editor_toolbars.detect { |toolbar| toolbar[:name] == content_element.text_editor } %>
2: <% data_rich_text = { "rich-text-editor" => true } unless text_editor[:name] == "None" %>
3:
4: <%= render partial: text_editor[:template] %>
5: <%= f.text_area(:body, placeholder: 'Body', data: (data_rich_text)) %>
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__text_fields_html_erb___535775714326635313_70334563292100'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__4095400212876192817_70334535742980'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__4095400212876192817_70334535742980'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__4141487970119333057_70334536926660'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:26:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__3973462634918456303_70334540654200'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:25:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__3973462634918456303_70334540654200'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (66.8ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 17:21:35 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.7ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (18.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (47.5ms)
Completed 500 Internal Server Error in 225ms (ActiveRecord: 1.0ms)
ActionView::Template::Error (undefined method `[]' for nil:NilClass):
1: <% text_editor = Pulitzer.text_editor_toolbars.detect { |toolbar| toolbar[:name] == content_element.text_editor } %>
2: <% data_rich_text = { "rich-text-editor" => true } unless text_editor[:name] == "None" %>
3:
4: <%= render partial: text_editor[:template] %>
5: <%= f.text_area(:body, placeholder: 'Body', data: (data_rich_text)) %>
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__text_fields_html_erb___535775714326635313_70334563292100'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__4095400212876192817_70334535742980'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__4095400212876192817_70334535742980'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__4141487970119333057_70334536926660'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:26:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__3973462634918456303_70334540654200'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:25:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__3973462634918456303_70334540654200'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (62.2ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 17:21:38 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (26.3ms)
Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.9ms)
ActionView::Template::Error (undefined method `[]' for nil:NilClass):
1: <% text_editor = Pulitzer.text_editor_toolbars.detect { |toolbar| toolbar[:name] == content_element.text_editor } %>
2: <% data_rich_text = { "rich-text-editor" => true } unless text_editor[:name] == "None" %>
3:
4: <%= render partial: text_editor[:template] %>
5: <%= f.text_area(:body, placeholder: 'Body', data: (data_rich_text)) %>
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__text_fields_html_erb___535775714326635313_70334563292100'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__4095400212876192817_70334535742980'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__4095400212876192817_70334535742980'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__4141487970119333057_70334536926660'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:26:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__3973462634918456303_70334540654200'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:25:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__3973462634918456303_70334540654200'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (71.9ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 17:21:39 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (32.3ms)
Completed 500 Internal Server Error in 40ms (ActiveRecord: 0.8ms)
ActionView::Template::Error (undefined method `[]' for nil:NilClass):
1: <% text_editor = Pulitzer.text_editor_toolbars.detect { |toolbar| toolbar[:name] == content_element.text_editor } %>
2: <% data_rich_text = { "rich-text-editor" => true } unless text_editor[:name] == "None" %>
3:
4: <%= render partial: text_editor[:template] %>
5: <%= f.text_area(:body, placeholder: 'Body', data: (data_rich_text)) %>
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__text_fields_html_erb___535775714326635313_70334563292100'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__4095400212876192817_70334535742980'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__4095400212876192817_70334535742980'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__4141487970119333057_70334536926660'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:26:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__3973462634918456303_70334540654200'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:25:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__3973462634918456303_70334540654200'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (59.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-13 17:21:39 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (24.2ms)
Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.7ms)
ActionView::Template::Error (undefined method `[]' for nil:NilClass):
1: <% text_editor = Pulitzer.text_editor_toolbars.detect { |toolbar| toolbar[:name] == content_element.text_editor } %>
2: <% data_rich_text = { "rich-text-editor" => true } unless text_editor[:name] == "None" %>
3:
4: <%= render partial: text_editor[:template] %>
5: <%= f.text_area(:body, placeholder: 'Body', data: (data_rich_text)) %>
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__text_fields_html_erb___535775714326635313_70334563292100'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__4095400212876192817_70334535742980'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__4095400212876192817_70334535742980'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__4141487970119333057_70334536926660'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:26:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__3973462634918456303_70334540654200'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:25:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__3973462634918456303_70334540654200'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (68.2ms)
Started GET "/pulitzer" for ::1 at 2015-11-13 17:21:58 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (31.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (35.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (40.0ms)
Completed 200 OK in 182ms (Views: 180.5ms | ActiveRecord: 1.0ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 17:21:58 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 17:21:58 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 17:21:58 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 17:21:58 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 17:21:58 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 17:21:58 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 17:21:58 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 17:21:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 17:21:58 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 17:21:58 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 17:21:58 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 17:21:58 -0500
[1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.6ms)[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 (20150716214842)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214842"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214843"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[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", "20150716214844"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[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, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.5ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214846"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[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", "20150716214847"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[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" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m ALTER TABLE "pulitzer_post_types" ADD "plural" boolean
[1m[36m (0.1ms)[0m [1mALTER TABLE "pulitzer_post_types" ADD "template" boolean[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-13 22:22:21.984879"], ["updated_at", "2015-11-13 22:22:21.984879"]]
[1m[35mSQL (0.0ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-13 22:22:21.986283"], ["updated_at", "2015-11-13 22:22:21.986283"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-13 22:22:21.987004"], ["updated_at", "2015-11-13 22:22:21.987004"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.5ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_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", "20151029221443"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1000
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221444"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to AddPostTypeContentElementAttributesToContentElements (20151113220908)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m ALTER TABLE "pulitzer_content_elements" ADD "text_editor" varchar
[1m[36m (0.1ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "height" integer DEFAULT 100[0m
[1m[35m (0.1ms)[0m ALTER TABLE "pulitzer_content_elements" ADD "width" integer DEFAULT 100
[1m[36m (0.1ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "sort_order" integer[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151113220908"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer" for ::1 at 2015-11-13 17:22:44 -0500
[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.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.9ms)
Completed 200 OK in 141ms (Views: 134.4ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 17:22:45 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 17:22:45 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 17:22:45 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 17:22:45 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 17:22:45 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 17:22:45 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 17:22:45 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 17:22:45 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 17:22:45 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 17:22:45 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 17:22:45 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 17:22:45 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=eEIM1ZOu0r%2BQ69z2RYVQIDtQpT9QL4mBsefTY3MpuL4cjIawqkpgwICzXYwz5c2L%2FjZ8YKNl2KFT7Oq5kFwqkA%3D%3D" for ::1 at 2015-11-13 17:22:48 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"eEIM1ZOu0r+Q69z2RYVQIDtQpT9QL4mBsefTY3MpuL4cjIawqkpgwICzXYwz5c2L/jZ8YKNl2KFT7Oq5kFwqkA=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (52.8ms)
Completed 200 OK in 79ms (Views: 72.7ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-13 17:22:55 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"7XhL1goea2zT146ui/UPl6VtGIify9p009XY+1IaxReJtsGzM/rZE8OPD9T9lZI8YAvB12yBi1Qx3uEhsW9XOQ==", "post_type"=>{"name"=>"blog", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "blog"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-13 22:22:55.820360"], ["updated_at", "2015-11-13 22:22:55.820360"]]
[1m[36m (0.7ms)[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", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.4ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "blog"]]
[1m[36mSQL (1.5ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "blog"], ["post_type_id", 1], ["slug", "blog"], ["created_at", "2015-11-13 22:22:56.094550"], ["updated_at", "2015-11-13 22:22:56.094550"]]
[1m[35mSQL (0.6ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-13 22:22:56.105700"], ["updated_at", "2015-11-13 22:22:56.105700"]]
[1m[36m (0.8ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Post Load (0.4ms)[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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (21.8ms)
Completed 200 OK in 336ms (Views: 39.0ms | ActiveRecord: 5.6ms)
Started GET "/pulitzer/posts/blog/content_elements" for ::1 at 2015-11-13 17:22:58 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"blog"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "blog"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (34.5ms)
Completed 200 OK in 633ms (Views: 102.4ms | ActiveRecord: 1.4ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 17:22:58 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 17:22:58 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 17:22:58 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 17:22:58 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 17:22:58 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 17:22:59 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 17:22:59 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 17:22:59 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 17:22:59 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 17:22:59 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 17:22:59 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 17:22:59 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=TdtT7Jf8cTNBJHsQHH97ND0eZO0%2FsvHP15oRdRWNYqcpFdmJrhjDTFF8%2BmpqH%2Baf%2BHi9ssz4oO81kSiv9vjwiQ%3D%3D" for ::1 at 2015-11-13 17:23:00 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"TdtT7Jf8cTNBJHsQHH97ND0eZO0/svHP15oRdRWNYqcpFdmJrhjDTFF8+mpqH+af+Hi9ssz4oO81kSiv9vjwiQ=="}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (14.9ms)
Completed 200 OK in 3522ms (Views: 3511.7ms | ActiveRecord: 0.8ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=TdtT7Jf8cTNBJHsQHH97ND0eZO0%2FsvHP15oRdRWNYqcpFdmJrhjDTFF8%2BmpqH%2Baf%2BHi9ssz4oO81kSiv9vjwiQ%3D%3D" for ::1 at 2015-11-13 17:23:06 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"TdtT7Jf8cTNBJHsQHH97ND0eZO0/svHP15oRdRWNYqcpFdmJrhjDTFF8+mpqH+af+Hi9ssz4oO81kSiv9vjwiQ=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (3.3ms)
Completed 200 OK in 21ms (Views: 18.9ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=TdtT7Jf8cTNBJHsQHH97ND0eZO0%2FsvHP15oRdRWNYqcpFdmJrhjDTFF8%2BmpqH%2Baf%2BHi9ssz4oO81kSiv9vjwiQ%3D%3D" for ::1 at 2015-11-13 17:23:14 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"TdtT7Jf8cTNBJHsQHH97ND0eZO0/svHP15oRdRWNYqcpFdmJrhjDTFF8+mpqH+af+Hi9ssz4oO81kSiv9vjwiQ=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (4.6ms)
Completed 200 OK in 22ms (Views: 19.6ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=TdtT7Jf8cTNBJHsQHH97ND0eZO0%2FsvHP15oRdRWNYqcpFdmJrhjDTFF8%2BmpqH%2Baf%2BHi9ssz4oO81kSiv9vjwiQ%3D%3D" for ::1 at 2015-11-13 17:25:07 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"TdtT7Jf8cTNBJHsQHH97ND0eZO0/svHP15oRdRWNYqcpFdmJrhjDTFF8+mpqH+af+Hi9ssz4oO81kSiv9vjwiQ=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (3.2ms)
Completed 200 OK in 26ms (Views: 23.9ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=TdtT7Jf8cTNBJHsQHH97ND0eZO0%2FsvHP15oRdRWNYqcpFdmJrhjDTFF8%2BmpqH%2Baf%2BHi9ssz4oO81kSiv9vjwiQ%3D%3D" for ::1 at 2015-11-13 17:25:07 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"TdtT7Jf8cTNBJHsQHH97ND0eZO0/svHP15oRdRWNYqcpFdmJrhjDTFF8+mpqH+af+Hi9ssz4oO81kSiv9vjwiQ=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.3ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (5.1ms)
Completed 200 OK in 30ms (Views: 27.6ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=TdtT7Jf8cTNBJHsQHH97ND0eZO0%2FsvHP15oRdRWNYqcpFdmJrhjDTFF8%2BmpqH%2Baf%2BHi9ssz4oO81kSiv9vjwiQ%3D%3D" for ::1 at 2015-11-13 17:25:24 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"TdtT7Jf8cTNBJHsQHH97ND0eZO0/svHP15oRdRWNYqcpFdmJrhjDTFF8+mpqH+af+Hi9ssz4oO81kSiv9vjwiQ=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (260.4ms)
Completed 200 OK in 277ms (Views: 274.9ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=TdtT7Jf8cTNBJHsQHH97ND0eZO0%2FsvHP15oRdRWNYqcpFdmJrhjDTFF8%2BmpqH%2Baf%2BHi9ssz4oO81kSiv9vjwiQ%3D%3D" for ::1 at 2015-11-13 17:26:58 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"TdtT7Jf8cTNBJHsQHH97ND0eZO0/svHP15oRdRWNYqcpFdmJrhjDTFF8+mpqH+af+Hi9ssz4oO81kSiv9vjwiQ=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (4.0ms)
Completed 200 OK in 22ms (Views: 19.5ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=TdtT7Jf8cTNBJHsQHH97ND0eZO0%2FsvHP15oRdRWNYqcpFdmJrhjDTFF8%2BmpqH%2Baf%2BHi9ssz4oO81kSiv9vjwiQ%3D%3D" for ::1 at 2015-11-13 17:27:00 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"TdtT7Jf8cTNBJHsQHH97ND0eZO0/svHP15oRdRWNYqcpFdmJrhjDTFF8+mpqH+af+Hi9ssz4oO81kSiv9vjwiQ=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (4.4ms)
Completed 200 OK in 21ms (Views: 19.5ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-13 17:27:01 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (8.9ms)
Completed 200 OK in 1372ms (Views: 1371.3ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 17:27:02 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 17:27:02 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 17:27:02 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 17:27:02 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 17:27:02 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 17:27:02 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 17:27:02 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 17:27:02 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 17:27:02 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 17:27:02 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 17:27:02 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 17:27:02 -0500
Started GET "/pulitzer/posts/blog/content_elements" for ::1 at 2015-11-13 17:27:04 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"blog"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "blog"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.5ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (170.7ms)
Completed 200 OK in 257ms (Views: 254.1ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/posts/blog/content_elements" for ::1 at 2015-11-13 17:27:04 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"blog"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "blog"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (23.0ms)
Completed 200 OK in 92ms (Views: 88.8ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 17:27:04 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 17:27:05 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 17:27:05 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 17:27:05 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 17:27:05 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 17:27:05 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 17:27:05 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 17:27:05 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 17:27:05 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 17:27:05 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 17:27:05 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 17:27:05 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=dd1QqPA%2BGWZvvwP7x%2B0r3D%2FrlRXtxxqmcWcJLuWj0z4RE9rNydqrGX%2FngoGxjbZ3%2Bo1MSh6NS4aTbDD0BtZBEA%3D%3D" for ::1 at 2015-11-13 17:27:07 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"dd1QqPA+GWZvvwP7x+0r3D/rlRXtxxqmcWcJLuWj0z4RE9rNydqrGX/ngoGxjbZ3+o1MSh6NS4aTbDD0BtZBEA=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (4.1ms)
Completed 200 OK in 21ms (Views: 19.5ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-13 17:27:29 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"nnjD0sftqVD/Xo461Um3x9P1w6frq76GtJgC2XCbV+j6tkm3/gkbL+8GD0CjKSpsFpMa+Bjh76ZWkzsDk+7Fxg==", "content_element"=>{"label"=>"asdf", "content_element_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Create"}
Completed 500 Internal Server Error in 174ms (ActiveRecord: 0.0ms)
ActionView::MissingTemplate (Missing template pulitzer/content_elements/create, pulitzer/application/create, application/create 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/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:8:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.text.erb (0.4ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-13 17:27:57 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"nnjD0sftqVD/Xo461Um3x9P1w6frq76GtJgC2XCbV+j6tkm3/gkbL+8GD0CjKSpsFpMa+Bjh76ZWkzsDk+7Fxg==", "content_element"=>{"label"=>"asdf", "content_element_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Create"}
Completed 500 Internal Server Error in 365123ms (ActiveRecord: 0.0ms)
ActionView::MissingTemplate (Missing template pulitzer/content_elements/create, pulitzer/application/create, application/create 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/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:8:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.text.erb (1.9ms)
Started GET "/pulitzer/posts/blog/content_elements" for ::1 at 2015-11-13 17:36:49 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"blog"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.8ms)
Started GET "/pulitzer/posts/blog/content_elements" for ::1 at 2015-11-13 17:41:20 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"blog"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "blog"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (11.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (50.3ms)
Completed 200 OK in 1194ms (Views: 212.8ms | ActiveRecord: 2.5ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 17:41:22 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 17:41:22 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 17:41:22 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 17:41:22 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 17:41:22 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 17:41:22 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 17:41:22 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 17:41:22 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 17:41:22 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 17:41:22 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 17:41:22 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 17:41:22 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=bcB2B7lkG7pvxkZiZSCPhqZeGmtrYlCkOC4VuJFXtTcJDvxigICpxX%2BexxgTQBItYzjDNJgoAYTaJSxiciInGQ%3D%3D" for ::1 at 2015-11-13 17:41:23 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"bcB2B7lkG7pvxkZiZSCPhqZeGmtrYlCkOC4VuJFXtTcJDvxigICpxX+exxgTQBItYzjDNJgoAYTaJSxiciInGQ=="}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (39.4ms)
Completed 200 OK in 661ms (Views: 648.0ms | ActiveRecord: 1.0ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-13 17:41:31 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"pZTVg/xCh3cxhW1fx50xjyBlUul+zzNIfVAwo+EjI9zBWl/mxaY1CCHd7CWx/awk5QOLto2FYmifWwl5Alax8g==", "content_element"=>{"label"=>"header", "content_element_type_id"=>"1", "text_editor"=>"Simple editor", "version_id"=>"1"}, "commit"=>"Create"}
[1m[36mPulitzer::Version Load (1.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
Completed 500 Internal Server Error in 181515ms (ActiveRecord: 0.0ms)
ActionView::MissingTemplate (Missing template pulitzer/content_elements/create, pulitzer/application/create, application/create 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/gomayonqui/Sites/work/pulitzer/test/dummy/app/views"
* "/Users/gomayonqui/Sites/work/pulitzer/app/views"
):
actionview (4.2.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.2.4) lib/action_view/lookup_context.rb:121:in `find'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:8:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.text.erb (0.4ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-13 17:44:53 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"pZTVg/xCh3cxhW1fx50xjyBlUul+zzNIfVAwo+EjI9zBWl/mxaY1CCHd7CWx/awk5QOLto2FYmifWwl5Alax8g==", "content_element"=>{"label"=>"header", "content_element_type_id"=>"1", "text_editor"=>"Simple editor", "version_id"=>"1"}, "commit"=>"Create"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "content_element_type_id", "text_editor", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "header"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["version_id", 1], ["created_at", "2015-11-13 22:44:53.976907"], ["updated_at", "2015-11-13 22:44:53.976907"]]
[1m[36m (0.7ms)[0m [1mcommit 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]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (11.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (64.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (88.5ms)
Completed 200 OK in 219ms (Views: 115.7ms | ActiveRecord: 2.6ms)
Started GET "/pulitzer/posts/blog/content_elements" for ::1 at 2015-11-13 17:45:04 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"blog"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "blog"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.3ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (10.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (12.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (15.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (68.6ms)
Completed 200 OK in 1177ms (Views: 189.2ms | ActiveRecord: 1.8ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 17:45:05 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 17:45:06 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 17:45:06 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 17:45:06 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 17:45:06 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 17:45:06 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 17:45:06 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 17:45:06 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 17:45:06 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 17:45:06 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 17:45:06 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 17:45:06 -0500
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-13 17:45:10 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"iubnLePETsYTXj7a5KmT5pUBEMUrY2BC98gQAuq272juKG1I2iD8uQMGv6CSyQ5NUGfJmtgpMWIVwynYCcN9Rg==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.6ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "asdf"], ["body", "asdf"], ["updated_at", "2015-11-13 22:45:10.991146"], ["id", 1]]
[1m[35m (14.3ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.0ms)
Completed 200 OK in 48ms (Views: 27.1ms | ActiveRecord: 15.3ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=%2B4ukQ2wJUxhKhCShy9gTz%2BgD1JpU8Lvy%2By1P7Hi7n6OfRS4mVe3hZ1rcpdu9uI5kLWUNxae66tIZJnY2m84NjQ%3D%3D" for ::1 at 2015-11-13 17:45:14 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"+4ukQ2wJUxhKhCShy9gTz+gD1JpU8Lvy+y1P7Hi7n6OfRS4mVe3hZ1rcpdu9uI5kLWUNxae66tIZJnY2m84NjQ=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (10.3ms)
Completed 200 OK in 28ms (Views: 25.8ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=%2B4ukQ2wJUxhKhCShy9gTz%2BgD1JpU8Lvy%2By1P7Hi7n6OfRS4mVe3hZ1rcpdu9uI5kLWUNxae66tIZJnY2m84NjQ%3D%3D" for ::1 at 2015-11-13 17:45:15 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"+4ukQ2wJUxhKhCShy9gTz+gD1JpU8Lvy+y1P7Hi7n6OfRS4mVe3hZ1rcpdu9uI5kLWUNxae66tIZJnY2m84NjQ=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (5.6ms)
Completed 200 OK in 27ms (Views: 24.6ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=%2B4ukQ2wJUxhKhCShy9gTz%2BgD1JpU8Lvy%2By1P7Hi7n6OfRS4mVe3hZ1rcpdu9uI5kLWUNxae66tIZJnY2m84NjQ%3D%3D" for ::1 at 2015-11-13 17:45:20 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"+4ukQ2wJUxhKhCShy9gTz+gD1JpU8Lvy+y1P7Hi7n6OfRS4mVe3hZ1rcpdu9uI5kLWUNxae66tIZJnY2m84NjQ=="}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (5.0ms)
Completed 200 OK in 22ms (Views: 20.0ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts/blog/content_elements" for ::1 at 2015-11-13 17:45:57 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"blog"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "blog"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[35mCACHE (0.5ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (32.0ms)
Completed 200 OK in 137ms (Views: 132.3ms | ActiveRecord: 1.4ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 17:45:57 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 17:45:57 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 17:45:57 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 17:45:57 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 17:45:57 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 17:45:57 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 17:45:57 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 17:45:57 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 17:45:57 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 17:45:57 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 17:45:57 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 17:45:57 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=Cs9uUlGKBh07Ta6tWPGS46ziiqnCgJMKzMD2%2FlHQn2NuAeQ3aG60YisVL9cukQ9IaYRT9jHKwiouy88ksqUNTQ%3D%3D" for ::1 at 2015-11-13 17:46:00 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"Cs9uUlGKBh07Ta6tWPGS46ziiqnCgJMKzMD2/lHQn2NuAeQ3aG60YisVL9cukQ9IaYRT9jHKwiouy88ksqUNTQ=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (4.3ms)
Completed 200 OK in 20ms (Views: 18.2ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-13 17:46:03 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6j3eLyOYdSRR4+gvaxtxY8+153lKe/yzSiC2LijWOryO81RKGnzHW0G7aVUde+zICtM+JrkxrZOoK4/0y6Ookg==", "content_element"=>{"label"=>"asdf", "content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"1"}, "commit"=>"Create"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "content_element_type_id", "text_editor", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "asdf"], ["content_element_type_id", 1], ["text_editor", "None"], ["version_id", 1], ["created_at", "2015-11-13 22:46:03.078254"], ["updated_at", "2015-11-13 22:46:03.078254"]]
[1m[36m (1134.5ms)[0m [1mcommit 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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (15.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (48.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (63.9ms)
Completed 200 OK in 1219ms (Views: 79.9ms | ActiveRecord: 1135.1ms)
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-13 17:46:08 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ydNejDCkBt9BxmB+GCAki6oI0O8AZBCkcQj6lxz6+jitHdTpCUC0oFGe4QRuQLkgb24JsPMuQYSTA8NN/49oFg==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "asdf"], ["body", "asdf"], ["updated_at", "2015-11-13 22:46:08.646079"], ["id", 2]]
[1m[35m (2655.3ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Completed 200 OK in 2681ms (Views: 21.0ms | ActiveRecord: 2655.9ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=Cs9uUlGKBh07Ta6tWPGS46ziiqnCgJMKzMD2%2FlHQn2NuAeQ3aG60YisVL9cukQ9IaYRT9jHKwiouy88ksqUNTQ%3D%3D" for ::1 at 2015-11-13 17:46:13 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"Cs9uUlGKBh07Ta6tWPGS46ziiqnCgJMKzMD2/lHQn2NuAeQ3aG60YisVL9cukQ9IaYRT9jHKwiouy88ksqUNTQ=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (5.1ms)
Completed 200 OK in 23ms (Views: 21.1ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-13 17:46:20 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"95IIAzl+4j0JtQ7tbkzHNVAm1z1W/2z8/CBEdQEBh12TXIJmAJpQQhntj5cYLFqelUAOYqW1PdweK32v4nQVcw==", "content_element"=>{"label"=>"Image 1", "content_element_type_id"=>"2", "height"=>"100", "width"=>"100", "version_id"=>"1"}, "commit"=>"Create"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label", "Image 1"], ["content_element_type_id", 2], ["version_id", 1], ["created_at", "2015-11-13 22:46:21.175615"], ["updated_at", "2015-11-13 22:46:21.175615"]]
[1m[36m (0.8ms)[0m [1mcommit 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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (35.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (52.7ms)
Completed 200 OK in 76ms (Views: 69.5ms | ActiveRecord: 1.4ms)
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-11-13 17:46:31 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"GlJuDPFB+GZWyEV7PMjRtT6TEvFHqCA88h+iXuccFiV+nORpyKVKGUaQxAFKqEwe+/XLrrTicRwQFJuEBGmECw==", "content_element"=>{"title"=>"just an image", "image"=>#, @original_filename="pic05.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"pic05.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"3"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::ContentElement Load (0.4ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "image" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "just an image"], ["image", "pic05.jpeg"], ["updated_at", "2015-11-13 22:46:31.868330"], ["id", 3]]
[1m[36m (1.3ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.4ms)
Completed 200 OK in 158ms (Views: 26.1ms | ActiveRecord: 2.5ms)
Started GET "/pulitzer/posts/blog/content_elements" for ::1 at 2015-11-13 17:46:33 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"blog"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "blog"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.3ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (42.3ms)
Completed 200 OK in 138ms (Views: 133.4ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 17:46:33 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 17:46:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 17:46:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 17:46:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 17:46:33 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 17:46:33 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 17:46:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 17:46:33 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 17:46:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 17:46:33 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 17:46:33 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 17:46:33 -0500
Started GET "/pulitzer/posts/blog/content_elements/2/edit?authenticity_token=NkAxfgt79QBlM%2F5vqJpUCScu4Q2uq5n8Rlb%2FA3S9CaBSjrsbMp9Hf3VrfxXe%2Bsmi4kg4Ul3hyNykXcbZl8ibjg%3D%3D" for ::1 at 2015-11-13 17:46:37 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"NkAxfgt79QBlM/5vqJpUCScu4Q2uq5n8Rlb/A3S9CaBSjrsbMp9Hf3VrfxXe+smi4kg4Ul3hyNykXcbZl8ibjg==", "post_id"=>"blog", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (20.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (61.0ms)
Completed 200 OK in 82ms (Views: 79.9ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/2?authenticity_token=NkAxfgt79QBlM%2F5vqJpUCScu4Q2uq5n8Rlb%2FA3S9CaBSjrsbMp9Hf3VrfxXe%2Bsmi4kg4Ul3hyNykXcbZl8ibjg%3D%3D" for ::1 at 2015-11-13 17:46:38 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"NkAxfgt79QBlM/5vqJpUCScu4Q2uq5n8Rlb/A3S9CaBSjrsbMp9Hf3VrfxXe+smi4kg4Ul3hyNykXcbZl8ibjg==", "id"=>"2"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 2]]
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=NkAxfgt79QBlM%2F5vqJpUCScu4Q2uq5n8Rlb%2FA3S9CaBSjrsbMp9Hf3VrfxXe%2Bsmi4kg4Ul3hyNykXcbZl8ibjg%3D%3D" for ::1 at 2015-11-13 17:46:40 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"NkAxfgt79QBlM/5vqJpUCScu4Q2uq5n8Rlb/A3S9CaBSjrsbMp9Hf3VrfxXe+smi4kg4Ul3hyNykXcbZl8ibjg=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (4.3ms)
Completed 200 OK in 21ms (Views: 18.7ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-13 17:54:17 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"UZO8Yt51Gw2UX09v94zI/llaOGV7qft0LCIcPh3Kgow1XTYH55GpcoQHzhWB7FVVnDzhOojjqlTOKSXk/r8Qog==", "content_element"=>{"label"=>"videitin", "content_element_type_id"=>"3", "version_id"=>"1"}, "commit"=>"Create"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label", "videitin"], ["content_element_type_id", 3], ["version_id", 1], ["created_at", "2015-11-13 22:54:17.684913"], ["updated_at", "2015-11-13 22:54:17.684913"]]
[1m[35m (164.5ms)[0m commit 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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (40.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (57.4ms)
Completed 200 OK in 244ms (Views: 74.6ms | ActiveRecord: 165.0ms)
Started PATCH "/pulitzer/content_elements/4" for ::1 at 2015-11-13 17:54:35 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"tCeSskv4m1OaiSAswZ/AZOSLo95uIeead6GbAh9xxcXQ6RjXchwpLIrRoVa3/13PIe16gZ1rtrqVqqLY/ARX6w==", "content_element"=>{"title"=>"adsf", "body"=>"https://www.youtube.com/watch?v=MhN6-JHwdzU"}, "commit"=>"Update", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "adsf"], ["body", "https://www.youtube.com/watch?v=MhN6-JHwdzU"], ["updated_at", "2015-11-13 22:54:35.043075"], ["id", 4]]
[1m[36m (0.5ms)[0m [1mcommit 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", 3]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Completed 200 OK in 25ms (Views: 20.1ms | ActiveRecord: 1.1ms)
Started GET "/pulitzer/posts/blog/content_elements/4/edit?authenticity_token=NkAxfgt79QBlM%2F5vqJpUCScu4Q2uq5n8Rlb%2FA3S9CaBSjrsbMp9Hf3VrfxXe%2Bsmi4kg4Ul3hyNykXcbZl8ibjg%3D%3D" for ::1 at 2015-11-13 17:54:38 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"NkAxfgt79QBlM/5vqJpUCScu4Q2uq5n8Rlb/A3S9CaBSjrsbMp9Hf3VrfxXe+smi4kg4Ul3hyNykXcbZl8ibjg==", "post_id"=>"blog", "id"=>"4"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 4]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (683.4ms)
Completed 200 OK in 701ms (Views: 699.7ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/4" for ::1 at 2015-11-13 17:54:41 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ci29eDmFg2pTgQiQ5G18dyK1gHib0A/VQMs99FlHriEW4zcdAGExFUPZieqSDeHc59NZJ2iaXvWiwAQuujI8Dw==", "content_element"=>{"title"=>"adsf", "body"=>"https://www.youtube.com/watch?v=MhN6-JHwdzU"}, "commit"=>"Update", "id"=>"4"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 4]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mcommit 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", 3]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
Completed 200 OK in 23ms (Views: 19.8ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/blog/content_elements" for ::1 at 2015-11-13 18:00:12 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"blog"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "blog"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.0ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (51.5ms)
Completed 200 OK in 120ms (Views: 117.1ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 18:00:12 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 18:00:12 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 18:00:12 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 18:00:12 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 18:00:12 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 18:00:12 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 18:00:12 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 18:00:12 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 18:00:15 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 18:00:15 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 18:00:15 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 18:00:15 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-13 18:00:20 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (10.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (14.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (19.7ms)
Completed 200 OK in 97ms (Views: 96.0ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 18:00:20 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 18:00:20 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 18:00:20 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 18:00:20 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 18:00:20 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 18:00:20 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 18:00:20 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 18:00:20 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 18:00:20 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 18:00:20 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 18:00:20 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 18:00:20 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=VCTouQZtWXz9hrSe89b123%2BLSo3P3lTKhd%2B42wXBBc0w6mLcP4nrA%2B3eNeSFtmhwuu2T0jyUBepn1IEB5rSX4w%3D%3D" for ::1 at 2015-11-13 18:00:22 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"VCTouQZtWXz9hrSe89b123+LSo3P3lTKhd+42wXBBc0w6mLcP4nrA+3eNeSFtmhwuu2T0jyUBepn1IEB5rSX4w==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (22.7ms)
Completed 200 OK in 315ms (Views: 314.0ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-13 18:00:24 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"QNViKpsX4HK5daz/+7aWUbpR/MY+D/9Ty/T2lKq2S4YkG+hPovNSDaktLYWN1gv6fzclmc1FrnMp/89OScPZqA==", "post_type"=>{"name"=>"blog", "plural"=>"0", "template"=>"1"}, "commit"=>"Update 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.3ms)[0m UPDATE "pulitzer_post_types" SET "template" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ? [["template", "t"], ["updated_at", "2015-11-13 23:00:24.278182"], ["id", 1]]
[1m[36m (0.6ms)[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", 1]]
[1m[36mCACHE (0.0ms)[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.7ms)
Completed 200 OK in 27ms (Views: 20.8ms | ActiveRecord: 1.3ms)
Started GET "/pulitzer/posts/blog/content_elements" for ::1 at 2015-11-13 18:00:25 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"blog"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "blog"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.9ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (39.1ms)
Completed 200 OK in 93ms (Views: 89.0ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 18:00:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 18:00:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 18:00:25 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 18:00:25 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 18:00:25 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 18:00:25 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 18:00:25 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 18:00:25 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 18:00:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 18:00:25 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 18:00:25 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 18:00:25 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-13 18:00:31 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (8.2ms)
Completed 200 OK in 90ms (Views: 89.0ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 18:00:31 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 18:00:31 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 18:00:31 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 18:00:31 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 18:00:31 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 18:00:31 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 18:00:31 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 18:00:31 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 18:00:31 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 18:00:31 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 18:00:31 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 18:00:31 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=QT35V7cyrflgw8Pp7I1KX4aUYTDhLjURB%2FjqHDYtx9Ml83MyjtYfhnCbQpOa7df0Q%2FK4bxJkZDHl89PG1VhV%2FQ%3D%3D" for ::1 at 2015-11-13 18:00:33 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"QT35V7cyrflgw8Pp7I1KX4aUYTDhLjURB/jqHDYtx9Ml83MyjtYfhnCbQpOa7df0Q/K4bxJkZDHl89PG1VhV/Q==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (17.3ms)
Completed 200 OK in 34ms (Views: 33.4ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-13 18:00:35 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"yj2QMyQvFVKpCnIlo3rX/BlxjN5iu1mmxBOpF67+CFeu8xpWHcunLblS81/VGkpX3BdVgZHxCIYmGJDNTYuaeQ==", "post_type"=>{"name"=>"blog", "plural"=>"0", "template"=>"0"}, "commit"=>"Update 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.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_post_types" SET "template" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ?[0m [["template", "f"], ["updated_at", "2015-11-13 23:00:35.649487"], ["id", 1]]
[1m[35m (0.7ms)[0m commit transaction
[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", 1]]
[1m[35mCACHE (0.0ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.8ms)
Completed 200 OK in 23ms (Views: 18.0ms | ActiveRecord: 1.3ms)
Started GET "/pulitzer/posts/blog/content_elements" for ::1 at 2015-11-13 18:00:37 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"blog"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "blog"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.0ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (39.0ms)
Completed 200 OK in 93ms (Views: 89.3ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 18:00:37 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 18:00:37 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 18:00:37 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 18:00:37 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 18:00:37 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 18:00:37 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 18:00:37 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 18:00:37 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 18:00:37 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 18:00:37 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 18:00:37 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 18:00:37 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-13 18:11:41 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (7.6ms)
Completed 200 OK in 65ms (Views: 64.3ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 18:11:43 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 18:11:43 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 18:11:43 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 18:11:43 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 18:11:43 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 18:11:43 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 18:11:43 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 18:11:43 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 18:11:43 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 18:11:43 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 18:11:43 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 18:11:43 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=qakC2fp2fIOwWxg%2Fx1pvi0EjwXbSpa9PA6asHdCHTnLNZ4i8w5LO%2FKADmUWxOvIghEUYKSHv%2Fm%2FhrZXHM%2FLcXA%3D%3D" for ::1 at 2015-11-13 18:11:46 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"qakC2fp2fIOwWxg/x1pvi0EjwXbSpa9PA6asHdCHTnLNZ4i8w5LO/KADmUWxOvIghEUYKSHv/m/hrZXHM/LcXA==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (18.1ms)
Completed 200 OK in 35ms (Views: 33.7ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types/1?authenticity_token=qakC2fp2fIOwWxg%2Fx1pvi0EjwXbSpa9PA6asHdCHTnLNZ4i8w5LO%2FKADmUWxOvIghEUYKSHv%2Fm%2FhrZXHM%2FLcXA%3D%3D" for ::1 at 2015-11-13 18:11:48 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"qakC2fp2fIOwWxg/x1pvi0EjwXbSpa9PA6asHdCHTnLNZ4i8w5LO/KADmUWxOvIghEUYKSHv/m/hrZXHM/LcXA==", "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[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.0ms)
Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=qakC2fp2fIOwWxg%2Fx1pvi0EjwXbSpa9PA6asHdCHTnLNZ4i8w5LO%2FKADmUWxOvIghEUYKSHv%2Fm%2FhrZXHM%2FLcXA%3D%3D" for ::1 at 2015-11-13 18:11:49 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"qakC2fp2fIOwWxg/x1pvi0EjwXbSpa9PA6asHdCHTnLNZ4i8w5LO/KADmUWxOvIghEUYKSHv/m/hrZXHM/LcXA==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (19.7ms)
Completed 200 OK in 38ms (Views: 37.4ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-13 18:11:51 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"8lBoDB8crGU6TvArhOORUOmiyLxewf7hEHaaHFh/zleWnuJpJvgeGioWcVHygwz7LMQR462Lr8HyfaPGuwpceQ==", "post_type"=>{"name"=>"blog", "plural"=>"0", "template"=>"1"}, "commit"=>"Update 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.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_post_types" SET "template" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ?[0m [["template", "t"], ["updated_at", "2015-11-13 23:11:51.374351"], ["id", 1]]
[1m[35m (1605.9ms)[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", 1]]
[1m[35mCACHE (0.0ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.1ms)
Completed 200 OK in 1633ms (Views: 21.7ms | ActiveRecord: 1606.6ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=qakC2fp2fIOwWxg%2Fx1pvi0EjwXbSpa9PA6asHdCHTnLNZ4i8w5LO%2FKADmUWxOvIghEUYKSHv%2Fm%2FhrZXHM%2FLcXA%3D%3D" for ::1 at 2015-11-13 18:11:54 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"qakC2fp2fIOwWxg/x1pvi0EjwXbSpa9PA6asHdCHTnLNZ4i8w5LO/KADmUWxOvIghEUYKSHv/m/hrZXHM/LcXA=="}
[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
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (23.1ms)
Completed 200 OK in 48ms (Views: 41.5ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-13 18:11:57 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"MTW3GXMt3sArO/VI008azROaZnnquT5ln7ooEAHJunpV+z18SslsvztjdDKlL4dm1vy/Jhnzb0V9sRHK4rwoVA==", "post_type_content_element_type"=>{"label"=>"veamos", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "veamos"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-13 23:11:57.550035"], ["updated_at", "2015-11-13 23:11:57.550035"]]
[1m[36m (1093.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "veamos"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-13 23:11:58.658516"], ["updated_at", "2015-11-13 23:11:58.658516"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.7ms)
Completed 200 OK in 1153ms (Views: 39.0ms | ActiveRecord: 1095.7ms)
Started GET "/pulitzer/posts/blog/content_elements" for ::1 at 2015-11-13 18:11:59 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"blog"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "blog"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.6ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (121.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (123.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (157.1ms)
Completed 500 Internal Server Error in 162ms (ActiveRecord: 0.8ms)
ActionView::Template::Error (undefined method `[]' for nil:NilClass):
1: <% text_editor = Pulitzer.text_editor_toolbars.detect { |toolbar| toolbar[:name] == content_element.text_editor } %>
2: <% data_rich_text = { "rich-text-editor" => true } unless text_editor[:name] == "None" %>
3:
4: <%= render partial: text_editor[:template] %>
5: <%= f.text_area(:body, placeholder: 'Body', data: (data_rich_text)) %>
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__text_fields_html_erb__3870994467595178777_70283089680020'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___3952508925799741033_70283089711860'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___3952508925799741033_70283089711860'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___4192304574565799995_70283093751240'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:25:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__3330267764333896336_70283088989440'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:24:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__3330267764333896336_70283088989440'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (67.0ms)
Started GET "/pulitzer/posts/blog/content_elements" for ::1 at 2015-11-13 18:15:52 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"blog"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "blog"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (10.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (10.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.4ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (49660.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (49679.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (49683.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (49770.9ms)
Completed 500 Internal Server Error in 50906ms (ActiveRecord: 2.8ms)
SystemExit (exit):
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:2:in `exit'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__text_fields_html_erb___2475156166560030183_70225933687760'
byebug (8.0.0) lib/byebug/helpers/eval.rb:52:in `eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:52:in `safe_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:46:in `warning_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:22:in `single_thread_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:13:in `block in thread_safe_eval'
byebug (8.0.0) lib/byebug/helpers/eval.rb:86:in `block in allowing_other_threads'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (19.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (7.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (391.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (477.8ms)
[1m[36m (136.7ms)[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 (20150716214842)
[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", "20150716214842"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214843"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[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", "20150716214844"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[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, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214846"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[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", "20150716214847"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.0ms)[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", "20150716214849"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-13 23:16:52.857125"], ["updated_at", "2015-11-13 23:16:52.857125"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-13 23:16:52.858533"], ["updated_at", "2015-11-13 23:16:52.858533"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-13 23:16:52.860383"], ["updated_at", "2015-11-13 23:16:52.860383"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_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", "20151029221443"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1000
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221444"]]
[1m[35m (1.2ms)[0m commit transaction
Migrating to AddPostTypeContentElementAttributesToContentElements (20151113220908)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m ALTER TABLE "pulitzer_content_elements" ADD "text_editor" varchar
[1m[36m (0.2ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "height" integer DEFAULT 100[0m
[1m[35m (0.2ms)[0m ALTER TABLE "pulitzer_content_elements" ADD "width" integer DEFAULT 100
[1m[36m (0.2ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "sort_order" integer[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151113220908"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/post_types" for ::1 at 2015-11-13 18:34:33 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.4ms)
Completed 200 OK in 149ms (Views: 141.5ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 18:34:34 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 18:34:34 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 18:34:34 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 18:34:34 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 18:34:34 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 18:34:34 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 18:34:35 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 18:34:35 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 18:34:35 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 18:34:35 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 18:34:35 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 18:34:35 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=6FeUWpJux%2B4w130D%2B%2F25doCiBAqHfrBZNLwxgxJWe82MmR4%2Fq4p1kSCP%2FHmNnSTdRcTdVXQ04XnWtwhZ8SPp4w%3D%3D" for ::1 at 2015-11-13 18:34:37 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"6FeUWpJux+4w130D+/25doCiBAqHfrBZNLwxgxJWe82MmR4/q4p1kSCP/HmNnSTdRcTdVXQ04XnWtwhZ8SPp4w=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (53.1ms)
Completed 200 OK in 80ms (Views: 74.6ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-13 18:34:41 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"vtprznwT3W/azxQs6RArJhRXCF1IVeNvIS6UpuZo7hzaFOGrRfdvEMqXlVafcLaN0THRArsfsk/DJa18BR18Mg==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[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", "jobs"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-13 23:34:41.278887"], ["updated_at", "2015-11-13 23:34:41.278887"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[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]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "jobs"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "jobs"], ["post_type_id", 1], ["slug", "jobs"], ["created_at", "2015-11-13 23:34:41.823860"], ["updated_at", "2015-11-13 23:34:41.823860"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-13 23:34:41.833626"], ["updated_at", "2015-11-13 23:34:41.833626"]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (21.4ms)
Completed 200 OK in 601ms (Views: 36.7ms | ActiveRecord: 3.5ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-13 18:34:43 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (27.3ms)
Completed 200 OK in 117ms (Views: 87.3ms | ActiveRecord: 1.3ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-13 18:34:43 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-13 18:34:43 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-13 18:34:43 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-13 18:34:44 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-13 18:34:44 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-13 18:34:44 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-13 18:34:44 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-13 18:34:44 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-13 18:34:44 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-13 18:34:44 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-13 18:34:44 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-13 18:34:44 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=ytc0DslCqnP8coVBxy3wSEnxgl2HvmcMq2BuUf9JJ9OuGb5r8KYYDOwqBDuxTW3jjJdbAnT0NixJa1eLHDy1%2FQ%3D%3D" for ::1 at 2015-11-13 18:34:45 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"ytc0DslCqnP8coVBxy3wSEnxgl2HvmcMq2BuUf9JJ9OuGb5r8KYYDOwqBDuxTW3jjJdbAnT0NixJa1eLHDy1/Q=="}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.3ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (1444.1ms)
Completed 200 OK in 1472ms (Views: 1461.8ms | ActiveRecord: 1.2ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-13 18:34:52 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"tcBau931hcgZ6Qn1g7JXpGv/eI1R/CjTtCm9L43O6VDRDtDe5BE3twmxiI/10soPrpmh0qK2efNWIoT1brt7fg==", "content_element"=>{"label"=>"asdf", "content_element_type_id"=>"1", "text_editor"=>"Simple editor", "version_id"=>"1"}, "commit"=>"Create"}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "content_element_type_id", "text_editor", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "asdf"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["version_id", 1], ["created_at", "2015-11-13 23:35:37.156812"], ["updated_at", "2015-11-13 23:35:37.156812"]]
[1m[35m (417.6ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (7886.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7923.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7940.8ms)
Completed 200 OK in 51620ms (Views: 7958.5ms | ActiveRecord: 418.4ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=ytc0DslCqnP8coVBxy3wSEnxgl2HvmcMq2BuUf9JJ9OuGb5r8KYYDOwqBDuxTW3jjJdbAnT0NixJa1eLHDy1%2FQ%3D%3D" for ::1 at 2015-11-13 18:35:55 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"ytc0DslCqnP8coVBxy3wSEnxgl2HvmcMq2BuUf9JJ9OuGb5r8KYYDOwqBDuxTW3jjJdbAnT0NixJa1eLHDy1/Q=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (4.8ms)
Completed 200 OK in 22ms (Views: 19.5ms | ActiveRecord: 0.4ms)
Started GET "/" for ::1 at 2015-11-16 10:07:04 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.5ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.7ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (83.9ms)
Started GET "/pulitzer/" for ::1 at 2015-11-16 10:07:11 -0500
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::Post Load (0.5ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (67.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (73.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (91.9ms)
Completed 200 OK in 242ms (Views: 239.1ms | ActiveRecord: 2.1ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 10:07:13 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 10:07:13 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 10:07:13 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 10:07:13 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 10:07:13 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 10:07:13 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 10:07:13 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 10:07:13 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 10:07:13 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 10:07:13 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 10:07:13 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 10:07:13 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-16 10:25:46 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.5ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.4ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.5ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.4ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (396137.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (396152.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (396162.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (396199.4ms)
Completed in 396393ms (ActiveRecord: 3.3ms)
[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 (20150716214842)
[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", "20150716214842"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214843"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[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", "20150716214844"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[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, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.0ms)[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", "20150716214846"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[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", "20150716214847"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[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" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m ALTER TABLE "pulitzer_post_types" ADD "plural" boolean
[1m[36m (0.1ms)[0m [1mALTER TABLE "pulitzer_post_types" ADD "template" boolean[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-16 15:34:46.869917"], ["updated_at", "2015-11-16 15:34:46.869917"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-16 15:34:46.871443"], ["updated_at", "2015-11-16 15:34:46.871443"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-16 15:34:46.872732"], ["updated_at", "2015-11-16 15:34:46.872732"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.5ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.4ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_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", "20151029221443"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1000
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221444"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to AddPostTypeContentElementAttributesToContentElements (20151113220908)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m ALTER TABLE "pulitzer_content_elements" ADD "text_editor" varchar
[1m[36m (0.2ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "height" integer DEFAULT 100[0m
[1m[35m (0.1ms)[0m ALTER TABLE "pulitzer_content_elements" ADD "width" integer DEFAULT 100
[1m[36m (0.1ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "sort_order" integer[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151113220908"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-16 10:42:11 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
Completed 404 Not Found in 20ms (ActiveRecord: 0.5ms)
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:23:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:5:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.8ms)
Started GET "/pulitzer/posts/" for ::1 at 2015-11-16 10:42:19 -0500
Processing by Pulitzer::PostsController#index as HTML
[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 7ms (ActiveRecord: 0.3ms)
ActiveRecord::RecordNotFound (Couldn't find Pulitzer::PostType with 'id'=):
activerecord (4.2.4) lib/active_record/core.rb:155:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/posts_controller.rb:5:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (56.1ms)
Started GET "/pulitzer/" for ::1 at 2015-11-16 10:42:28 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (2.8ms)
Completed 200 OK in 122ms (Views: 120.9ms | ActiveRecord: 0.2ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 10:42:29 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 10:42:29 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 10:42:29 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 10:42:29 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 10:42:29 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 10:42:29 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 10:42:29 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 10:42:29 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 10:42:29 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 10:42:29 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 10:42:29 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 10:42:29 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=ecqB63JpbS%2F7dZW4eyjmcp9%2F4mFsCbxZgVlbNpRfGMQdBAuOS43fUOstFMINSHvZWhk7Pp9D7XljUmLsdyqK6g%3D%3D" for ::1 at 2015-11-16 10:42:33 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"ecqB63JpbS/7dZW4eyjmcp9/4mFsCbxZgVlbNpRfGMQdBAuOS43fUOstFMINSHvZWhk7Pp9D7XljUmLsdyqK6g=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (39.3ms)
Completed 200 OK in 581ms (Views: 576.8ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-16 10:42:39 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"HzZg7PZ2UIGE3woZoFA6QkCtm1Fdxu6uIc/mJ5gm+UZ7+OqJz5Li/pSHi2PWMKfphctCDq6Mv47DxN/9e1NraA==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "template"=>"0"}, "commit"=>"Create Post type"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "template", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "jobs"], ["plural", "f"], ["template", "f"], ["created_at", "2015-11-16 15:42:39.095599"], ["updated_at", "2015-11-16 15:42:39.095599"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[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]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "jobs"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "jobs"], ["post_type_id", 1], ["slug", "jobs"], ["created_at", "2015-11-16 15:42:40.223622"], ["updated_at", "2015-11-16 15:42:40.223622"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-16 15:42:40.232686"], ["updated_at", "2015-11-16 15:42:40.232686"]]
[1m[36m (0.9ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (22.7ms)
Completed 200 OK in 1190ms (Views: 42.0ms | ActiveRecord: 3.7ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=ecqB63JpbS%2F7dZW4eyjmcp9%2F4mFsCbxZgVlbNpRfGMQdBAuOS43fUOstFMINSHvZWhk7Pp9D7XljUmLsdyqK6g%3D%3D" for ::1 at 2015-11-16 10:43:47 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"ecqB63JpbS/7dZW4eyjmcp9/4mFsCbxZgVlbNpRfGMQdBAuOS43fUOstFMINSHvZWhk7Pp9D7XljUmLsdyqK6g==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (21.9ms)
Completed 200 OK in 522ms (Views: 520.9ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types/1?authenticity_token=ecqB63JpbS%2F7dZW4eyjmcp9%2F4mFsCbxZgVlbNpRfGMQdBAuOS43fUOstFMINSHvZWhk7Pp9D7XljUmLsdyqK6g%3D%3D" for ::1 at 2015-11-16 10:43:50 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"ecqB63JpbS/7dZW4eyjmcp9/4mFsCbxZgVlbNpRfGMQdBAuOS43fUOstFMINSHvZWhk7Pp9D7XljUmLsdyqK6g==", "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[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.1ms)
Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-16 10:43:51 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (10.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (12.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (336.4ms)
Completed 200 OK in 446ms (Views: 405.4ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 10:43:51 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 10:43:51 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 10:43:51 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 10:43:51 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 10:43:51 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 10:43:51 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 10:43:51 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 10:43:51 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 10:43:51 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 10:43:52 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 10:43:52 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 10:43:52 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 10:43:53 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (9.3ms)
Completed 200 OK in 66ms (Views: 65.8ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 10:43:53 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 10:43:53 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 10:43:53 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 10:43:53 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 10:43:53 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 10:43:53 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 10:43:53 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 10:43:53 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 10:43:53 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 10:43:53 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 10:43:53 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 10:43:53 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=Eh9EuSu2zfoXt2emFw7j8uEzHpUR4waMyWTxEs%2BldCN20c7cElJ%2FhQfv5txhbn5ZJFXHyuKpV6wrb8jILNDmDQ%3D%3D" for ::1 at 2015-11-16 10:43:54 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"Eh9EuSu2zfoXt2emFw7j8uEzHpUR4waMyWTxEs+ldCN20c7cElJ/hQfv5txhbn5ZJFXHyuKpV6wrb8jILNDmDQ==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (22.5ms)
Completed 200 OK in 37ms (Views: 36.8ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-16 10:43:57 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"mFVLc5kM5nNxEhyJ+8ttSBnptlQKTYQf5WMPHJ6Qvnv8m8EWoOhUDGFKnfONq/Dj3I9vC/kH1T8HaDbGfeUsVQ==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "template"=>"1"}, "commit"=>"Update 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.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_post_types" SET "template" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ?[0m [["template", "t"], ["updated_at", "2015-11-16 15:43:57.969795"], ["id", 1]]
[1m[35m (0.7ms)[0m commit transaction
[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", 1]]
[1m[35mCACHE (0.0ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.8ms)
Completed 200 OK in 23ms (Views: 17.6ms | ActiveRecord: 1.4ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=Eh9EuSu2zfoXt2emFw7j8uEzHpUR4waMyWTxEs%2BldCN20c7cElJ%2FhQfv5txhbn5ZJFXHyuKpV6wrb8jILNDmDQ%3D%3D" for ::1 at 2015-11-16 10:44:00 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"Eh9EuSu2zfoXt2emFw7j8uEzHpUR4waMyWTxEs+ldCN20c7cElJ/hQfv5txhbn5ZJFXHyuKpV6wrb8jILNDmDQ=="}
[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.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (16.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (48.4ms)
Completed 200 OK in 77ms (Views: 67.9ms | ActiveRecord: 1.0ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=Eh9EuSu2zfoXt2emFw7j8uEzHpUR4waMyWTxEs%2BldCN20c7cElJ%2FhQfv5txhbn5ZJFXHyuKpV6wrb8jILNDmDQ%3D%3D" for ::1 at 2015-11-16 10:44:01 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"Eh9EuSu2zfoXt2emFw7j8uEzHpUR4waMyWTxEs+ldCN20c7cElJ/hQfv5txhbn5ZJFXHyuKpV6wrb8jILNDmDQ=="}
[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
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (18.8ms)
Completed 200 OK in 40ms (Views: 38.1ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-16 10:44:08 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"9kQIZDYAoHZ9WXyAKojTCtCmrhIEYvXiKaIjVdUhB2ySioIBD+QSCW0B/fpc6E6hFcB3TfcopMLLqRqPNlSVQg==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"Simple editor"}, "commit"=>"Content element"}
[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.3ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "title"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "Simple editor"], ["created_at", "2015-11-16 15:44:08.069673"], ["updated_at", "2015-11-16 15:44:08.069673"]]
[1m[36m (204.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "title"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-16 15:44:08.296061"], ["updated_at", "2015-11-16 15:44:08.296061"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (18.5ms)
Completed 200 OK in 269ms (Views: 36.9ms | ActiveRecord: 206.9ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=Eh9EuSu2zfoXt2emFw7j8uEzHpUR4waMyWTxEs%2BldCN20c7cElJ%2FhQfv5txhbn5ZJFXHyuKpV6wrb8jILNDmDQ%3D%3D" for ::1 at 2015-11-16 10:44:09 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"Eh9EuSu2zfoXt2emFw7j8uEzHpUR4waMyWTxEs+ldCN20c7cElJ/hQfv5txhbn5ZJFXHyuKpV6wrb8jILNDmDQ=="}
[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
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (18.6ms)
Completed 200 OK in 35ms (Views: 33.4ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-16 10:44:17 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"CDSfz/k+NAF/Sqei/23HvvBhxBSPx64e1chvGIh9uARs+hWqwNqGfm8SJtiJDVoVNQcdS3yN/z43w1bCawgqKg==", "post_type_content_element_type"=>{"label"=>"content", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"Simple editor"}, "commit"=>"Content element"}
[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.2ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "content"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "Simple editor"], ["created_at", "2015-11-16 15:44:17.478182"], ["updated_at", "2015-11-16 15:44:17.478182"]]
[1m[36m (4467.4ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "content"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 2], ["created_at", "2015-11-16 15:44:21.956211"], ["updated_at", "2015-11-16 15:44:21.956211"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.9ms)
Completed 200 OK in 4525ms (Views: 41.2ms | ActiveRecord: 4469.6ms)
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=Eh9EuSu2zfoXt2emFw7j8uEzHpUR4waMyWTxEs%2BldCN20c7cElJ%2FhQfv5txhbn5ZJFXHyuKpV6wrb8jILNDmDQ%3D%3D" for ::1 at 2015-11-16 10:44:23 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"Eh9EuSu2zfoXt2emFw7j8uEzHpUR4waMyWTxEs+ldCN20c7cElJ/hQfv5txhbn5ZJFXHyuKpV6wrb8jILNDmDQ==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (26.5ms)
Completed 200 OK in 1680ms (Views: 1678.7ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-11-16 10:44:28 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"YhXZJ8BTxYRdo+Cistq9C+dA8aEWaAZ9ckt8QT8j0lUG21NC+bd3+037YdjEuiCgIiYo/uUiV12QQEWb3FZAew==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Update", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ? [["text_editor", "None"], ["updated_at", "2015-11-16 15:44:28.585502"], ["id", 1]]
[1m[36m (946.2ms)[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::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["label", "title"]]
[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[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.5ms)
Completed 200 OK in 977ms (Views: 16.6ms | ActiveRecord: 947.2ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=Eh9EuSu2zfoXt2emFw7j8uEzHpUR4waMyWTxEs%2BldCN20c7cElJ%2FhQfv5txhbn5ZJFXHyuKpV6wrb8jILNDmDQ%3D%3D" for ::1 at 2015-11-16 10:44:33 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"Eh9EuSu2zfoXt2emFw7j8uEzHpUR4waMyWTxEs+ldCN20c7cElJ/hQfv5txhbn5ZJFXHyuKpV6wrb8jILNDmDQ=="}
[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::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (19.7ms)
Completed 200 OK in 38ms (Views: 36.3ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-16 10:44:41 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/tDspkUjUvkgeaoh53NT/1qZu/7HTHs0dd0X0WBD+qaaHmbDfMfghjAhK1uRE85Un/9ioTQGKhSX1i4LgzZoiA==", "post_type_content_element_type"=>{"label"=>"Image", "content_element_type_id"=>"2", "post_type_id"=>"1", "height"=>"100", "width"=>"100"}, "commit"=>"Content element"}
[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[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", "Image"], ["content_element_type_id", 2], ["post_type_id", 1], ["created_at", "2015-11-16 15:44:41.393237"], ["updated_at", "2015-11-16 15:44:41.393237"]]
[1m[35m (434.5ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "Image"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 3], ["created_at", "2015-11-16 15:44:41.833724"], ["updated_at", "2015-11-16 15:44:41.833724"]]
[1m[35m (0.7ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (15.0ms)
Completed 200 OK in 477ms (Views: 31.5ms | ActiveRecord: 436.2ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=Eh9EuSu2zfoXt2emFw7j8uEzHpUR4waMyWTxEs%2BldCN20c7cElJ%2FhQfv5txhbn5ZJFXHyuKpV6wrb8jILNDmDQ%3D%3D" for ::1 at 2015-11-16 10:44:42 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"Eh9EuSu2zfoXt2emFw7j8uEzHpUR4waMyWTxEs+ldCN20c7cElJ/hQfv5txhbn5ZJFXHyuKpV6wrb8jILNDmDQ=="}
[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::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (18.3ms)
Completed 200 OK in 35ms (Views: 33.3ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-16 10:44:47 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"qPV9rb/I625QLmR6/RSNFtCzUvTHw3Pd2UyUyCAewa7MO/fIhixZEUB25QCLdBC9FdWLqzSJIv07R60Sw2tTgA==", "post_type_content_element_type"=>{"label"=>"Vidoe", "content_element_type_id"=>"3", "post_type_id"=>"1"}, "commit"=>"Content element"}
[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[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", "Vidoe"], ["content_element_type_id", 3], ["post_type_id", 1], ["created_at", "2015-11-16 15:44:47.537269"], ["updated_at", "2015-11-16 15:44:47.537269"]]
[1m[35m (627.9ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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", 3]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 1], ["label", "Vidoe"], ["content_element_type_id", 3], ["post_type_content_element_type_id", 4], ["created_at", "2015-11-16 15:44:48.172897"], ["updated_at", "2015-11-16 15:44:48.172897"]]
[1m[35m (0.7ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (22.5ms)
Completed 200 OK in 688ms (Views: 46.8ms | ActiveRecord: 629.7ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-16 10:44:49 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (38.8ms)
Completed 500 Internal Server Error in 45ms (ActiveRecord: 1.1ms)
ActionView::Template::Error (undefined method `[]' for nil:NilClass):
1: <% text_editor = Pulitzer.text_editor_toolbars.detect { |toolbar| toolbar[:name] == content_element.text_editor } %>
2: <% data_rich_text = { "rich-text-editor" => true } unless text_editor[:name] == "None" %>
3:
4: <%= render partial: text_editor[:template] %>
5: <%= f.text_area(:body, placeholder: 'Body', data: (data_rich_text)) %>
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__text_fields_html_erb__697755554829198037_70315736194520'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___2577645410717123292_70315736257060'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___2577645410717123292_70315736257060'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__3739796698014577082_70315736320240'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:25:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__4011704062007214361_70315698504100'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:24:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__4011704062007214361_70315698504100'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (64.2ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-16 10:45:10 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (190330.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (190336.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (190340.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (190364.6ms)
Completed 500 Internal Server Error in 190420ms (ActiveRecord: 0.8ms)
ActionView::Template::Error (undefined method `[]' for nil:NilClass):
1: <% byebug %>
2: <% text_editor = Pulitzer.text_editor_toolbars.detect { |toolbar| toolbar[:name] == content_element.text_editor } %>
3: <% data_rich_text = { "rich-text-editor" => true } unless text_editor[:name] == "None" %>
4:
5: <%= render partial: text_editor[:template] %>
6: <%= f.text_area(:body, placeholder: 'Body', data: (data_rich_text)) %>
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__text_fields_html_erb__697755554829198037_70315735697800'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___2577645410717123292_70315736257060'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___2577645410717123292_70315736257060'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__3739796698014577082_70315736320240'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:25:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__4011704062007214361_70315698504100'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:24:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__4011704062007214361_70315698504100'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (56.6ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=Eh9EuSu2zfoXt2emFw7j8uEzHpUR4waMyWTxEs%2BldCN20c7cElJ%2FhQfv5txhbn5ZJFXHyuKpV6wrb8jILNDmDQ%3D%3D" for ::1 at 2015-11-16 10:48:53 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"Eh9EuSu2zfoXt2emFw7j8uEzHpUR4waMyWTxEs+ldCN20c7cElJ/hQfv5txhbn5ZJFXHyuKpV6wrb8jILNDmDQ==", "id"=>"1"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (46.7ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 10:48:58 -0500
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (56.8ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 10:49:27 -0500
[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"
[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (69.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (72.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (89.8ms)
Completed 200 OK in 216ms (Views: 206.4ms | ActiveRecord: 1.7ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 10:49:27 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 10:49:27 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 10:49:27 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 10:49:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 10:49:27 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 10:49:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 10:49:27 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 10:49:27 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 10:49:27 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 10:49:27 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 10:49:27 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 10:49:27 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=2V1Tdk33Kz6nGKHBaOjCZUhyy4kxsZC3Cn8%2FJm3j6di9k9kTdBOZQbdAILseiF%2FOjRQS1sL7wZfodAb8jpZ79g%3D%3D" for ::1 at 2015-11-16 10:49:36 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"2V1Tdk33Kz6nGKHBaOjCZUhyy4kxsZC3Cn8/Jm3j6di9k9kTdBOZQbdAILseiF/OjRQS1sL7wZfodAb8jpZ79g==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (26.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (45.3ms)
Completed 200 OK in 67ms (Views: 61.3ms | ActiveRecord: 0.6ms)
Started PATCH "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-11-16 10:49:57 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"9sQg2fAl3E0rX7G3gtpet3bS15T77D5GtEGTmdFPVh+SCqq8ycFuMjsHMM30usMcs7QOywimb2ZWSqpDMjrEMQ==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Update", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.0ms)[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::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["label", "title"]]
Completed 500 Internal Server Error in 50ms (ActiveRecord: 1.4ms)
ArgumentError (wrong number of arguments (0 for 1)):
activerecord (4.2.4) lib/active_record/persistence.rb:247:in `update'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/update_post_type_content_elements.rb:13:in `block (2 levels) in call'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/update_post_type_content_elements.rb:12:in `block in call'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/update_post_type_content_elements.rb:11:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:28:in `update'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (45.8ms)
Started PATCH "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-11-16 10:53:46 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"9sQg2fAl3E0rX7G3gtpet3bS15T77D5GtEGTmdFPVh+SCqq8ycFuMjsHMM30usMcs7QOywimb2ZWSqpDMjrEMQ==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Update", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[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::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["label", "title"]]
Completed 500 Internal Server Error in 115ms (ActiveRecord: 2.5ms)
ArgumentError (wrong number of arguments (0 for 1)):
activerecord (4.2.4) lib/active_record/persistence.rb:247:in `update'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/update_post_type_content_elements.rb:13:in `block (2 levels) in call'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/update_post_type_content_elements.rb:12:in `block in call'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/update_post_type_content_elements.rb:11:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:28:in `update'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (47.8ms)
Started PATCH "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-11-16 10:54:00 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"9sQg2fAl3E0rX7G3gtpet3bS15T77D5GtEGTmdFPVh+SCqq8ycFuMjsHMM30usMcs7QOywimb2ZWSqpDMjrEMQ==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Update", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[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::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["label", "title"]]
Completed 500 Internal Server Error in 128ms (ActiveRecord: 2.5ms)
ArgumentError (wrong number of arguments (0 for 1)):
activerecord (4.2.4) lib/active_record/persistence.rb:247:in `update'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/update_post_type_content_elements.rb:13:in `block (2 levels) in call'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/update_post_type_content_elements.rb:12:in `block in call'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/update_post_type_content_elements.rb:11:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:28:in `update'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (46.2ms)
Started PATCH "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-11-16 10:57:18 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"9sQg2fAl3E0rX7G3gtpet3bS15T77D5GtEGTmdFPVh+SCqq8ycFuMjsHMM30usMcs7QOywimb2ZWSqpDMjrEMQ==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Update", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[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::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["label", "title"]]
[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 begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "text_editor" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["text_editor", "None"], ["updated_at", "2015-11-16 15:57:18.796858"], ["id", 1]]
[1m[35m (1032.3ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.3ms)
Completed 200 OK in 1196ms (Views: 33.9ms | ActiveRecord: 1035.5ms)
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=2V1Tdk33Kz6nGKHBaOjCZUhyy4kxsZC3Cn8%2FJm3j6di9k9kTdBOZQbdAILseiF%2FOjRQS1sL7wZfodAb8jpZ79g%3D%3D" for ::1 at 2015-11-16 10:57:21 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"2V1Tdk33Kz6nGKHBaOjCZUhyy4kxsZC3Cn8/Jm3j6di9k9kTdBOZQbdAILseiF/OjRQS1sL7wZfodAb8jpZ79g==", "id"=>"2"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (17.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (35.9ms)
Completed 200 OK in 52ms (Views: 50.4ms | ActiveRecord: 0.5ms)
Started PATCH "/pulitzer/post_type_content_element_types/2" for ::1 at 2015-11-16 10:57:22 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"lwED4+IkbT9s4GhdG4ta6/CJcNLZd+qVp1L6WpktXs7zz4mG28DfQHy46Sdt68dANe+pjSo9u7VFWcOAeljM4A==", "post_type_content_element_type"=>{"label"=>"content", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"Simple editor"}, "commit"=>"Update", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[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::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["label", "content"]]
[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[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_content_elements" SET "text_editor" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["text_editor", "Simple editor"], ["updated_at", "2015-11-16 15:57:22.796761"], ["id", 2]]
[1m[36m (270.4ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
Completed 200 OK in 300ms (Views: 20.1ms | ActiveRecord: 271.2ms)
Started GET "/pulitzer/post_type_content_element_types/3/edit?authenticity_token=2V1Tdk33Kz6nGKHBaOjCZUhyy4kxsZC3Cn8%2FJm3j6di9k9kTdBOZQbdAILseiF%2FOjRQS1sL7wZfodAb8jpZ79g%3D%3D" for ::1 at 2015-11-16 10:57:24 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"2V1Tdk33Kz6nGKHBaOjCZUhyy4kxsZC3Cn8/Jm3j6di9k9kTdBOZQbdAILseiF/OjRQS1sL7wZfodAb8jpZ79g==", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 3]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (19.3ms)
Completed 200 OK in 35ms (Views: 33.7ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/post_type_content_element_types/3" for ::1 at 2015-11-16 10:57:25 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"nY+W9WRw7HbIuGkcqGWESO633qCj+jc2MlFVhAezfQj5QRyQXZReCdjg6GbeBRnjK9EH/1CwZhbQWmxe5MbvJg==", "post_type_content_element_type"=>{"label"=>"Image", "content_element_type_id"=>"2", "post_type_id"=>"1", "height"=>"100", "width"=>"100"}, "commit"=>"Update", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[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::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["label", "Image"]]
[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", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.4ms)
Completed 200 OK in 29ms (Views: 15.2ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/post_type_content_element_types/4/edit?authenticity_token=2V1Tdk33Kz6nGKHBaOjCZUhyy4kxsZC3Cn8%2FJm3j6di9k9kTdBOZQbdAILseiF%2FOjRQS1sL7wZfodAb8jpZ79g%3D%3D" for ::1 at 2015-11-16 10:57:26 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"2V1Tdk33Kz6nGKHBaOjCZUhyy4kxsZC3Cn8/Jm3j6di9k9kTdBOZQbdAILseiF/OjRQS1sL7wZfodAb8jpZ79g==", "id"=>"4"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 4]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (20.1ms)
Completed 200 OK in 36ms (Views: 34.5ms | ActiveRecord: 0.5ms)
Started PATCH "/pulitzer/post_type_content_element_types/4" for ::1 at 2015-11-16 10:57:27 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"K1SoBLAvu5bEZBwbCxXgOABBIGs63/xdJPOdegE+36ZPmiJhicsJ6dQ8nWF9dX2TxSf5NMmVrX3G+KSg4ktNiA==", "post_type_content_element_type"=>{"label"=>"Vidoe", "content_element_type_id"=>"3", "post_type_id"=>"1"}, "commit"=>"Update", "id"=>"4"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 4]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[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::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["label", "Vidoe"]]
[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", 3]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.4ms)
Completed 200 OK in 23ms (Views: 14.8ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-16 10:57:28 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (568.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (576.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (579.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.8ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.8ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (643.2ms)
Completed 200 OK in 886ms (Views: 789.7ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 10:57:32 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 10:57:32 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 10:57:32 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 10:57:32 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 10:57:32 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 10:57:32 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 10:57:32 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 10:57:32 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 10:57:32 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 10:57:32 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 10:57:32 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 10:57:32 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 10:57:38 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (25.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (27.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (32.1ms)
Completed 200 OK in 82ms (Views: 80.7ms | ActiveRecord: 0.7ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 10:57:39 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 10:57:39 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 10:57:39 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 10:57:39 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 10:57:39 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 10:57:39 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 10:57:39 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 10:57:39 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 10:57:39 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 10:57:39 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 10:57:39 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 10:57:39 -0500
Started GET "/pulitzer/post_type_content_element_types/1/edit?authenticity_token=ZmXBRh81HFrHj5ibMF0mxs8IP8HWmGa9XJW%2B736pYt0Cq0sjJtGuJdfXGeFGPbttCm7mniXSN52%2Bnoc1ndzw8w%3D%3D" for ::1 at 2015-11-16 10:57:42 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"ZmXBRh81HFrHj5ibMF0mxs8IP8HWmGa9XJW+736pYt0Cq0sjJtGuJdfXGeFGPbttCm7mniXSN52+noc1ndzw8w==", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (18.6ms)
Completed 200 OK in 34ms (Views: 33.0ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-11-16 10:57:44 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"jiboHET94w698ymeJWuvLeCvf/d6QKtl9UEm0fxaSBvq6GJ5fRlRca2rqORTCzKGJcmmqIkK+kUXSh8LHy/aNQ==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"Simple editor"}, "commit"=>"Update", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["text_editor", "Simple editor"], ["updated_at", "2015-11-16 15:57:44.641527"], ["id", 1]]
[1m[35m (1046.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::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["label", "title"]]
[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 begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "text_editor" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["text_editor", "Simple editor"], ["updated_at", "2015-11-16 15:57:45.699136"], ["id", 1]]
[1m[35m (0.7ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
Completed 200 OK in 1082ms (Views: 19.0ms | ActiveRecord: 1048.9ms)
Started PATCH "/pulitzer/post_type_content_element_types/1" for ::1 at 2015-11-16 10:57:45 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"jiboHET94w698ymeJWuvLeCvf/d6QKtl9UEm0fxaSBvq6GJ5fRlRca2rqORTCzKGJcmmqIkK+kUXSh8LHy/aNQ==", "post_type_content_element_type"=>{"label"=>"title", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"Simple editor"}, "commit"=>"Update", "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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[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::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["label", "title"]]
[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[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.5ms)
Completed 200 OK in 31ms (Views: 16.4ms | ActiveRecord: 1.0ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-16 10:57:46 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.6ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (61.3ms)
Completed 200 OK in 118ms (Views: 114.5ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 10:57:47 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 10:57:47 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 10:57:47 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 10:57:47 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 10:57:47 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 10:57:47 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 10:57:47 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 10:57:47 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 10:57:47 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 10:57:47 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 10:57:47 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 10:57:47 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 10:57:52 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (21.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (23.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (26.1ms)
Completed 200 OK in 88ms (Views: 86.8ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 10:57:53 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 10:57:53 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 10:57:53 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 10:57:53 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 10:57:53 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 10:57:53 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 10:57:53 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 10:57:53 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 10:57:53 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 10:57:53 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 10:57:53 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 10:57:53 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=vOoTNEgEV0VY2ISnM%2BU60VI8yEcigd4AP8dfOBFDwVrYJJlRceDlOkiABd1Fhad6l1oRGNHLjyDdzGbi8jZTdA%3D%3D" for ::1 at 2015-11-16 10:57:54 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"vOoTNEgEV0VY2ISnM+U60VI8yEcigd4AP8dfOBFDwVrYJJlRceDlOkiABd1Fhad6l1oRGNHLjyDdzGbi8jZTdA==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (22.0ms)
Completed 200 OK in 38ms (Views: 36.8ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-16 10:57:55 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Vfmi2NVVU/dh4Drni9xkdzJHyQYCdsuElZcQofNb5UAxNyi97LHhiHG4u539vPnc9yEQWfE8mqR3nCl7EC53bg==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "template"=>"1"}, "commit"=>"Update 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.1ms)[0m begin transaction
[1m[36m (0.0ms)[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", 1]]
[1m[36mCACHE (0.0ms)[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (18.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (16.6ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.8ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (154.2ms)
Completed 200 OK in 175ms (Views: 169.9ms | ActiveRecord: 0.8ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=vOoTNEgEV0VY2ISnM%2BU60VI8yEcigd4AP8dfOBFDwVrYJJlRceDlOkiABd1Fhad6l1oRGNHLjyDdzGbi8jZTdA%3D%3D" for ::1 at 2015-11-16 10:58:52 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"vOoTNEgEV0VY2ISnM+U60VI8yEcigd4AP8dfOBFDwVrYJJlRceDlOkiABd1Fhad6l1oRGNHLjyDdzGbi8jZTdA==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (18.0ms)
Completed 200 OK in 33ms (Views: 32.0ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-16 10:58:54 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"r/YtOhecLXK138+a6+SfOFZJ4Ytn3tQ6fm3E2c++38TLOKdfLnifDaWHTuCdhAKTky841JSUhRqcZv0DLMtN6g==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "template"=>"0"}, "commit"=>"Update 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.2ms)[0m UPDATE "pulitzer_post_types" SET "template" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ? [["template", "f"], ["updated_at", "2015-11-16 15:58:54.496595"], ["id", 1]]
[1m[36m (2094.8ms)[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", 1]]
[1m[36mCACHE (0.0ms)[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (25.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.3ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (18.1ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (161.5ms)
Completed 200 OK in 2278ms (Views: 177.4ms | ActiveRecord: 2095.8ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-16 10:58:56 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"r/YtOhecLXK138+a6+SfOFZJ4Ytn3tQ6fm3E2c++38TLOKdfLnifDaWHTuCdhAKTky841JSUhRqcZv0DLMtN6g==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "template"=>"0"}, "commit"=>"Update 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.1ms)[0m begin transaction
[1m[36m (0.1ms)[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", 1]]
[1m[36mCACHE (0.0ms)[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (21.8ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.2ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (16.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (158.8ms)
Completed 200 OK in 180ms (Views: 175.4ms | ActiveRecord: 0.9ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=vOoTNEgEV0VY2ISnM%2BU60VI8yEcigd4AP8dfOBFDwVrYJJlRceDlOkiABd1Fhad6l1oRGNHLjyDdzGbi8jZTdA%3D%3D" for ::1 at 2015-11-16 10:59:49 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"vOoTNEgEV0VY2ISnM+U60VI8yEcigd4AP8dfOBFDwVrYJJlRceDlOkiABd1Fhad6l1oRGNHLjyDdzGbi8jZTdA==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (27.3ms)
Completed 200 OK in 44ms (Views: 43.0ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-16 10:59:52 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"j+eknmQ9oyby5R7+rvsDXBIjaHTaUGZ4N/khciaHII7rKS77XdkRWeK9n4TYm57310WxKykaN1jV8hioxfKyoA==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "template"=>"1"}, "commit"=>"Update 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.3ms)[0m UPDATE "pulitzer_post_types" SET "template" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ? [["template", "t"], ["updated_at", "2015-11-16 15:59:52.798807"], ["id", 1]]
[1m[36m (1.0ms)[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", 1]]
[1m[36mCACHE (0.0ms)[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (16.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (18.6ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.8ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (26.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (157.3ms)
Completed 200 OK in 182ms (Views: 175.4ms | ActiveRecord: 2.1ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-16 10:59:53 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.0ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (55.8ms)
Completed 200 OK in 109ms (Views: 105.2ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 10:59:54 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 10:59:54 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 10:59:54 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 10:59:54 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 10:59:54 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 10:59:54 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 10:59:54 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 10:59:54 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 10:59:54 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 10:59:54 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 10:59:54 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 10:59:54 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 10:59:57 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (19.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (20.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (23.6ms)
Completed 200 OK in 86ms (Views: 85.3ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 10:59:58 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 10:59:58 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 10:59:58 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 10:59:58 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 10:59:58 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 10:59:58 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 10:59:58 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 10:59:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 10:59:58 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 10:59:58 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 10:59:58 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 10:59:58 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=JYm37Dfse8vlDJsuzepZwAuWMs3h%2Bw%2BvZquIY3zfwwVBRz2JDgjJtPVUGlS7isRrzvDrkhKxXo%2BEoLG5n6pRKw%3D%3D" for ::1 at 2015-11-16 11:06:20 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"JYm37Dfse8vlDJsuzepZwAuWMs3h+w+vZquIY3zfwwVBRz2JDgjJtPVUGlS7isRrzvDrkhKxXo+EoLG5n6pRKw==", "id"=>"1"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (49.3ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=JYm37Dfse8vlDJsuzepZwAuWMs3h%2Bw%2BvZquIY3zfwwVBRz2JDgjJtPVUGlS7isRrzvDrkhKxXo%2BEoLG5n6pRKw%3D%3D" for ::1 at 2015-11-16 11:06:23 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"JYm37Dfse8vlDJsuzepZwAuWMs3h+w+vZquIY3zfwwVBRz2JDgjJtPVUGlS7isRrzvDrkhKxXo+EoLG5n6pRKw==", "id"=>"1"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (49.0ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-16 11:22:20 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.7ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.4ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.4ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.5ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.5ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (36.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (44.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.5ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.9ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (123.1ms)
Completed 200 OK in 450ms (Views: 249.4ms | ActiveRecord: 4.6ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 11:22:21 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 11:22:21 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 11:22:21 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 11:22:21 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 11:22:21 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 11:22:21 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 11:22:21 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 11:22:21 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 11:22:21 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 11:22:21 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 11:22:21 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 11:22:21 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 11:22:24 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (40.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (43.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (50.7ms)
Completed 200 OK in 2287ms (Views: 2285.5ms | ActiveRecord: 1.6ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 11:22:27 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 11:22:27 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 11:22:27 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 11:22:27 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 11:22:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 11:22:27 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 11:22:27 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 11:22:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 11:22:27 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 11:22:27 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 11:22:27 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 11:22:27 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=QRaXPcpYdmXylxkYCxaYqUh3lwLjdNxMOOP3H6Mmfe4l2B1Y87zEGuLPmGJ9dgUCjRFOXRA%2BjWza6M7FQFPvwA%3D%3D" for ::1 at 2015-11-16 11:22:29 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"QRaXPcpYdmXylxkYCxaYqUh3lwLjdNxMOOP3H6Mmfe4l2B1Y87zEGuLPmGJ9dgUCjRFOXRA+jWza6M7FQFPvwA==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (25.4ms)
Completed 200 OK in 961ms (Views: 959.8ms | ActiveRecord: 0.1ms)
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to ChangeTemplateToPulitzerPostTypes (20151116162913)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.6ms)[0m [1mCREATE TEMPORARY TABLE "apulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "plural" boolean, "template" boolean) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "pulitzer_post_types"
[1m[36m (0.1ms)[0m [1mINSERT INTO "apulitzer_post_types" ("id","name","created_at","updated_at","plural","template") VALUES (1, 'jobs', '2015-11-16 15:42:39.095599', '2015-11-16 15:59:52.798807', 'f', 't')[0m
[1m[35m (0.7ms)[0m DROP TABLE "pulitzer_post_types"
[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, "plural" boolean, "template" integer DEFAULT 0) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_types"
[1m[36m (0.1ms)[0m [1mINSERT INTO "pulitzer_post_types" ("id","name","created_at","updated_at","plural","template") VALUES (1, 'jobs', '2015-11-16 15:42:39.095599', '2015-11-16 15:59:52.798807', 'f', 't')[0m
[1m[35m (0.4ms)[0m DROP TABLE "apulitzer_post_types"
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151116162913"]]
[1m[35m (1.0ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.2ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to ChangeTemplateToPulitzerPostTypes (20151116162913)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (946.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.2ms)[0m select sqlite_version(*)
[1m[36m (1.4ms)[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 (20150716214842)
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.9ms)[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214842"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (1.3ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.9ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-16 16:46:59.160005"], ["updated_at", "2015-11-16 16:46:59.160005"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-16 16:46:59.162848"], ["updated_at", "2015-11-16 16:46:59.162848"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-16 16:46:59.164493"], ["updated_at", "2015-11-16 16:46:59.164493"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (1.3ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.4ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_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", "20151029221443"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1000
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221444"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to AddPostTypeContentElementAttributesToContentElements (20151113220908)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m ALTER TABLE "pulitzer_content_elements" ADD "text_editor" varchar
[1m[36m (0.1ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "height" integer DEFAULT 100[0m
[1m[35m (0.1ms)[0m ALTER TABLE "pulitzer_content_elements" ADD "width" integer DEFAULT 100
[1m[36m (0.1ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "sort_order" integer[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151113220908"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Migrating to ChangeTemplateToPulitzerPostTypes (20151116162913)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.2ms)[0m [1mCREATE TEMPORARY TABLE "apulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "plural" boolean, "type" boolean) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "pulitzer_post_types"
[1m[36m (0.3ms)[0m [1mDROP TABLE "pulitzer_post_types"[0m
[1m[35m (0.1ms)[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, "plural" boolean, "type" boolean)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "apulitzer_post_types"[0m
[1m[35m (0.1ms)[0m DROP TABLE "apulitzer_post_types"
[1m[36m (0.1ms)[0m [1mCREATE TEMPORARY TABLE "apulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "plural" boolean, "type" boolean) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "pulitzer_post_types"
[1m[36m (0.4ms)[0m [1mDROP TABLE "pulitzer_post_types"[0m
[1m[35m (0.2ms)[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, "plural" boolean, "type" integer DEFAULT 0)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "apulitzer_post_types"[0m
[1m[35m (0.2ms)[0m DROP TABLE "apulitzer_post_types"
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151116162913"]]
[1m[35m (1.1ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[1m[36m (73.9ms)[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 (20150716214842)
[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", "20150716214842"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214843"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[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", "20150716214844"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[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, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[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", "20150716214846"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[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", "20150716214847"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[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" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214849"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-16 16:52:22.735540"], ["updated_at", "2015-11-16 16:52:22.735540"]]
[1m[35mSQL (0.0ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-16 16:52:22.737122"], ["updated_at", "2015-11-16 16:52:22.737122"]]
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-16 16:52:22.737872"], ["updated_at", "2015-11-16 16:52:22.737872"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_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", "20151029221443"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1000
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221444"]]
[1m[35m (1.3ms)[0m commit transaction
Migrating to AddPostTypeContentElementAttributesToContentElements (20151113220908)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m ALTER TABLE "pulitzer_content_elements" ADD "text_editor" varchar
[1m[36m (0.2ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "height" integer DEFAULT 100[0m
[1m[35m (0.2ms)[0m ALTER TABLE "pulitzer_content_elements" ADD "width" integer DEFAULT 100
[1m[36m (0.2ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "sort_order" integer[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151113220908"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to ChangeTemplateToPulitzerPostTypes (20151116162913)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.2ms)[0m [1mCREATE TEMPORARY TABLE "apulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "plural" boolean, "type" boolean) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "pulitzer_post_types"
[1m[36m (0.2ms)[0m [1mDROP TABLE "pulitzer_post_types"[0m
[1m[35m (0.1ms)[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, "plural" boolean, "type" boolean)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "apulitzer_post_types"[0m
[1m[35m (0.1ms)[0m DROP TABLE "apulitzer_post_types"
[1m[36m (0.1ms)[0m [1mCREATE TEMPORARY TABLE "apulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "plural" boolean, "type" boolean) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "pulitzer_post_types"
[1m[36m (0.3ms)[0m [1mDROP TABLE "pulitzer_post_types"[0m
[1m[35m (0.1ms)[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, "plural" boolean, "type" integer DEFAULT 0)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "apulitzer_post_types"[0m
[1m[35m (0.1ms)[0m DROP TABLE "apulitzer_post_types"
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151116162913"]]
[1m[35m (1.0ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 11:54:23 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.4ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (4.8ms)
Completed 200 OK in 159ms (Views: 151.3ms | ActiveRecord: 0.5ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 11:54:23 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 11:54:23 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 11:54:23 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 11:54:23 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 11:54:23 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 11:54:23 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 11:54:23 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 11:54:23 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 11:54:23 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 11:54:23 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 11:54:23 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 11:54:23 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=33rdWV%2BQrS5DpBzmgonPdgF1dj2GgzbPoB5YqtNctoa7tFc8ZnQfUVP8nZz06VLdxBOvYnXJZ%2B9CFWFwMCkkqA%3D%3D" for ::1 at 2015-11-16 11:54:28 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"33rdWV+QrS5DpBzmgonPdgF1dj2GgzbPoB5YqtNctoa7tFc8ZnQfUVP8nZz06VLdxBOvYnXJZ+9CFWFwMCkkqA=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (46.8ms)
Completed 500 Internal Server Error in 530ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (undefined method `template' for #):
4: <%= f.label :plural %>
5: <%= f.check_box :plural %>
6: <%= f.label :template %>
7: <%= f.check_box :template %>
8: <%= f.submit %>
9: <%= link_to('Cancel', '#', :class => 'button',
10: data: { emptier: true, target: '#new_post_type' } ) %>
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
actionview (4.2.4) lib/action_view/helpers/tags/base.rb:28:in `public_send'
actionview (4.2.4) lib/action_view/helpers/tags/base.rb:28:in `value'
actionview (4.2.4) lib/action_view/helpers/tags/checkable.rb:10:in `input_checked?'
actionview (4.2.4) lib/action_view/helpers/tags/check_box.rb:19:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:946:in `check_box'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1710:in `check_box'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb:7:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__new_html_erb__3619430957318714584_70125898231920'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__new_html_erb__3619430957318714584_70125898231920'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_types_controller.rb:10:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (32.3ms)
Started GET "/pulitzer/post_types/new?authenticity_token=33rdWV%2BQrS5DpBzmgonPdgF1dj2GgzbPoB5YqtNctoa7tFc8ZnQfUVP8nZz06VLdxBOvYnXJZ%2B9CFWFwMCkkqA%3D%3D" for ::1 at 2015-11-16 11:55:17 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"33rdWV+QrS5DpBzmgonPdgF1dj2GgzbPoB5YqtNctoa7tFc8ZnQfUVP8nZz06VLdxBOvYnXJZ+9CFWFwMCkkqA=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (155.5ms)
Completed 200 OK in 170ms (Views: 170.0ms | ActiveRecord: 0.0ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 11:56:27 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 60ms (Views: 59.6ms | ActiveRecord: 0.1ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 11:56:28 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 11:56:28 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 11:56:28 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 11:56:28 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 11:56:28 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 11:56:28 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 11:56:28 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 11:56:28 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 11:56:28 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 11:56:28 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 11:56:28 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 11:56:28 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=ym3djxNIUov6BdKfcBEZYMltn5Tm8P0ZVmnOeJ3h6tmuo1fqKqzg9OpdU%2BUGcYTLDAtGyxW6rDm0YveifpR49w%3D%3D" for ::1 at 2015-11-16 11:56:30 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"ym3djxNIUov6BdKfcBEZYMltn5Tm8P0ZVmnOeJ3h6tmuo1fqKqzg9OpdU+UGcYTLDAtGyxW6rDm0YveifpR49w=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (17.0ms)
Completed 200 OK in 31ms (Views: 30.9ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-16 11:56:40 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"4rpJp/GN+lyweJb8aX0aZ9sIICeyjP+B2RdO5vTJjHOGdMPCyGlII6AgF4YfHYfMHm75eEHGrqE7HHc8F7weXQ==", "post_type"=>{"name"=>"", "plural"=>"0", "type"=>"hybrid"}, "commit"=>"Create Post type"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ActiveRecord::SubclassNotFound (Invalid single-table inheritance type: hybrid is not a subclass of Pulitzer::PostType):
activerecord (4.2.4) lib/active_record/inheritance.rb:215:in `subclass_from_attributes'
activerecord (4.2.4) lib/active_record/inheritance.rb:55:in `new'
activerecord (4.2.4) lib/active_record/persistence.rb:33:in `create'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_types_controller.rb:14:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (44.5ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-16 11:56:45 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"4rpJp/GN+lyweJb8aX0aZ9sIICeyjP+B2RdO5vTJjHOGdMPCyGlII6AgF4YfHYfMHm75eEHGrqE7HHc8F7weXQ==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "type"=>"hybrid"}, "commit"=>"Create Post type"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ActiveRecord::SubclassNotFound (Invalid single-table inheritance type: hybrid is not a subclass of Pulitzer::PostType):
activerecord (4.2.4) lib/active_record/inheritance.rb:215:in `subclass_from_attributes'
activerecord (4.2.4) lib/active_record/inheritance.rb:55:in `new'
activerecord (4.2.4) lib/active_record/persistence.rb:33:in `create'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_types_controller.rb:14:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (43.3ms)
[1m[36m (1.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.7ms)[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 (20150716214842)
[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", "20150716214842"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[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", "20150716214846"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[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", "20150716214847"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[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" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (1.1ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[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-11-16 17:02:40.880794"], ["updated_at", "2015-11-16 17:02:40.880794"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-16 17:02:40.882901"], ["updated_at", "2015-11-16 17:02:40.882901"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-16 17:02:40.885142"], ["updated_at", "2015-11-16 17:02:40.885142"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.4ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.8ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.7ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.5ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.8ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_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", "20151029221443"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.2ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.9ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.3ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1000
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221444"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to AddPostTypeContentElementAttributesToContentElements (20151113220908)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m ALTER TABLE "pulitzer_content_elements" ADD "text_editor" varchar
[1m[36m (0.2ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "height" integer DEFAULT 100[0m
[1m[35m (0.1ms)[0m ALTER TABLE "pulitzer_content_elements" ADD "width" integer DEFAULT 100
[1m[36m (0.1ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "sort_order" integer[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151113220908"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Migrating to ChangeTemplateToPulitzerPostTypes (20151116162913)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.2ms)[0m [1mCREATE TEMPORARY TABLE "apulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "plural" boolean, "kind" boolean) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "pulitzer_post_types"
[1m[36m (0.2ms)[0m [1mDROP TABLE "pulitzer_post_types"[0m
[1m[35m (0.1ms)[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, "plural" boolean, "kind" boolean)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "apulitzer_post_types"[0m
[1m[35m (0.1ms)[0m DROP TABLE "apulitzer_post_types"
[1m[36m (0.1ms)[0m [1mCREATE TEMPORARY TABLE "apulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "plural" boolean, "kind" boolean) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "pulitzer_post_types"
[1m[36m (0.3ms)[0m [1mDROP TABLE "pulitzer_post_types"[0m
[1m[35m (1.0ms)[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, "plural" boolean, "kind" integer DEFAULT 0)
[1m[36m (0.2ms)[0m [1mSELECT * FROM "apulitzer_post_types"[0m
[1m[35m (0.3ms)[0m DROP TABLE "apulitzer_post_types"
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151116162913"]]
[1m[35m (1.8ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 12:04:34 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.9ms)
Completed 200 OK in 139ms (Views: 130.7ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:04:39 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:04:39 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:04:39 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:04:39 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:04:39 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:04:39 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:04:39 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:04:39 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:04:39 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:04:39 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:04:39 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:04:40 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=eIwsSYmerchRffvtd0em0tiw8wCoaMSzKUOgXX8o1ZocQqYssHoft0ElepcBJzt5HdYqX1silZPLSJmHnF1HtA%3D%3D" for ::1 at 2015-11-16 12:04:41 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"eIwsSYmerchRffvtd0em0tiw8wCoaMSzKUOgXX8o1ZocQqYssHoft0ElepcBJzt5HdYqX1silZPLSJmHnF1HtA=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (0.9ms)
Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.3ms)
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb:2: syntax error, unexpected ':', expecting '}'
...ial: 'form_fields', locals { f: f } );@output_buffer.safe_ap...
... ^
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb:6: syntax error, unexpected keyword_end, expecting ')'
'.freeze; end
^
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb:9: syntax error, unexpected keyword_ensure, expecting ')'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb:11: syntax error, unexpected keyword_end, expecting ')'):
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb:2: syntax error, unexpected ':', expecting '}'
...ial: 'form_fields', locals { f: f } );@output_buffer.safe_ap...
... ^
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb:6: syntax error, unexpected keyword_end, expecting ')'
'.freeze; end
^
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb:9: syntax error, unexpected keyword_ensure, expecting ')'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb:11: syntax error, unexpected keyword_end, expecting ')'
actionview (4.2.4) lib/action_view/template.rb:296:in `module_eval'
actionview (4.2.4) lib/action_view/template.rb:296:in `compile'
actionview (4.2.4) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:244:in `block in compile!'
actionview (4.2.4) lib/action_view/template.rb:232:in `synchronize'
actionview (4.2.4) lib/action_view/template.rb:232:in `compile!'
actionview (4.2.4) lib/action_view/template.rb:144:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_types_controller.rb:10:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (50.6ms)
Started GET "/pulitzer/post_types/new?authenticity_token=eIwsSYmerchRffvtd0em0tiw8wCoaMSzKUOgXX8o1ZocQqYssHoft0ElepcBJzt5HdYqX1silZPLSJmHnF1HtA%3D%3D" for ::1 at 2015-11-16 12:05:17 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"eIwsSYmerchRffvtd0em0tiw8wCoaMSzKUOgXX8o1ZocQqYssHoft0ElepcBJzt5HdYqX1silZPLSJmHnF1HtA=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (34.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (51.8ms)
Completed 500 Internal Server Error in 69ms (ActiveRecord: 0.0ms)
ActionView::Template::Error (undefined method `type' for #):
2: <%= f.text_field :name %>
3: <%= f.label :plural %>
4: <%= f.check_box :plural %>
5: <%= f.select :type, Pulitzer::PostType.kinds.keys.to_a %>
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
actionview (4.2.4) lib/action_view/helpers/tags/base.rb:28:in `public_send'
actionview (4.2.4) lib/action_view/helpers/tags/base.rb:28:in `value'
actionview (4.2.4) lib/action_view/helpers/tags/select.rb:16:in `block in render'
actionview (4.2.4) lib/action_view/helpers/tags/select.rb:16:in `fetch'
actionview (4.2.4) lib/action_view/helpers/tags/select.rb:16:in `render'
actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:163:in `select'
actionview (4.2.4) lib/action_view/helpers/form_options_helper.rb:777:in `select'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb:5:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__form_fields_html_erb___2821213680921724927_70144383198440'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb:2:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__new_html_erb__3376633176443331684_70144369128540'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__new_html_erb__3376633176443331684_70144369128540'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_types_controller.rb:10:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (29.2ms)
Started GET "/pulitzer/post_types/new?authenticity_token=eIwsSYmerchRffvtd0em0tiw8wCoaMSzKUOgXX8o1ZocQqYssHoft0ElepcBJzt5HdYqX1silZPLSJmHnF1HtA%3D%3D" for ::1 at 2015-11-16 12:05:42 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"eIwsSYmerchRffvtd0em0tiw8wCoaMSzKUOgXX8o1ZocQqYssHoft0ElepcBJzt5HdYqX1silZPLSJmHnF1HtA=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (37.3ms)
Completed 200 OK in 52ms (Views: 51.9ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-16 12:06:00 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"CTZLS2ksxhiSj8bFMzv7am/ZiCrvUAY1nXAnghMvz95t+MEuUMh0Z4LXR79FW2bBqr9RdRwaVxV/ex5Y8Fpd8A==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "kind"=>"template"}, "commit"=>"Create"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "jobs"], ["plural", "f"], ["created_at", "2015-11-16 17:06:00.238570"], ["updated_at", "2015-11-16 17:06:00.238570"]]
[1m[36m (4683.1ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.4ms)[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]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "jobs"]]
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "jobs"], ["post_type_id", 1], ["slug", "jobs"], ["created_at", "2015-11-16 17:06:05.264631"], ["updated_at", "2015-11-16 17:06:05.264631"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-16 17:06:05.274361"], ["updated_at", "2015-11-16 17:06:05.274361"]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (23.6ms)
Completed 200 OK in 5090ms (Views: 42.4ms | ActiveRecord: 4686.3ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=eIwsSYmerchRffvtd0em0tiw8wCoaMSzKUOgXX8o1ZocQqYssHoft0ElepcBJzt5HdYqX1silZPLSJmHnF1HtA%3D%3D" for ::1 at 2015-11-16 12:06:11 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"eIwsSYmerchRffvtd0em0tiw8wCoaMSzKUOgXX8o1ZocQqYssHoft0ElepcBJzt5HdYqX1silZPLSJmHnF1HtA==", "id"=>"1"}
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (0.6ms)
Completed 500 Internal Server Error in 554ms (ActiveRecord: 0.2ms)
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb:2: syntax error, unexpected ':', expecting '}'
...ial: 'form_fields', locals { f: f } );@output_buffer.safe_ap...
... ^
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb:6: syntax error, unexpected keyword_end, expecting ')'
'.freeze; end
^
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb:9: syntax error, unexpected keyword_ensure, expecting ')'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb:11: syntax error, unexpected keyword_end, expecting ')'):
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb:2: syntax error, unexpected ':', expecting '}'
...ial: 'form_fields', locals { f: f } );@output_buffer.safe_ap...
... ^
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb:6: syntax error, unexpected keyword_end, expecting ')'
'.freeze; end
^
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb:9: syntax error, unexpected keyword_ensure, expecting ')'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb:11: syntax error, unexpected keyword_end, expecting ')'
actionview (4.2.4) lib/action_view/template.rb:296:in `module_eval'
actionview (4.2.4) lib/action_view/template.rb:296:in `compile'
actionview (4.2.4) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:244:in `block in compile!'
actionview (4.2.4) lib/action_view/template.rb:232:in `synchronize'
actionview (4.2.4) lib/action_view/template.rb:232:in `compile!'
actionview (4.2.4) lib/action_view/template.rb:144:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_types_controller.rb:24:in `edit'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (43.7ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=eIwsSYmerchRffvtd0em0tiw8wCoaMSzKUOgXX8o1ZocQqYssHoft0ElepcBJzt5HdYqX1silZPLSJmHnF1HtA%3D%3D" for ::1 at 2015-11-16 12:06:42 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"eIwsSYmerchRffvtd0em0tiw8wCoaMSzKUOgXX8o1ZocQqYssHoft0ElepcBJzt5HdYqX1silZPLSJmHnF1HtA==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (0.8ms)
Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.2ms)
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb:2: syntax error, unexpected ':', expecting '}'
...ial: 'form_fields', locals { f: f } );@output_buffer.safe_ap...
... ^
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb:6: syntax error, unexpected keyword_end, expecting ')'
'.freeze; end
^
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb:9: syntax error, unexpected keyword_ensure, expecting ')'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb:11: syntax error, unexpected keyword_end, expecting ')'):
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb:2: syntax error, unexpected ':', expecting '}'
...ial: 'form_fields', locals { f: f } );@output_buffer.safe_ap...
... ^
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb:6: syntax error, unexpected keyword_end, expecting ')'
'.freeze; end
^
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb:9: syntax error, unexpected keyword_ensure, expecting ')'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb:11: syntax error, unexpected keyword_end, expecting ')'
actionview (4.2.4) lib/action_view/template.rb:296:in `module_eval'
actionview (4.2.4) lib/action_view/template.rb:296:in `compile'
actionview (4.2.4) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:244:in `block in compile!'
actionview (4.2.4) lib/action_view/template.rb:232:in `synchronize'
actionview (4.2.4) lib/action_view/template.rb:232:in `compile!'
actionview (4.2.4) lib/action_view/template.rb:144:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_types_controller.rb:24:in `edit'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (46.4ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=eIwsSYmerchRffvtd0em0tiw8wCoaMSzKUOgXX8o1ZocQqYssHoft0ElepcBJzt5HdYqX1silZPLSJmHnF1HtA%3D%3D" for ::1 at 2015-11-16 12:07:35 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"eIwsSYmerchRffvtd0em0tiw8wCoaMSzKUOgXX8o1ZocQqYssHoft0ElepcBJzt5HdYqX1silZPLSJmHnF1HtA==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (36.5ms)
Completed 200 OK in 63ms (Views: 53.9ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-16 12:07:39 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"arCEClONSs6DVBLmG2pniH8x/UGnxpde5QK11NIgR6kOfg5vamn4sZMMk5xtCvojulckHlSMxn4HCYwOMVXVhw==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "kind"=>"free_form"}, "commit"=>"Update", "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[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_post_types" SET "kind" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ?[0m [["kind", 1], ["updated_at", "2015-11-16 17:07:39.386576"], ["id", 1]]
[1m[35m (463.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", 1]]
[1m[35mCACHE (0.0ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.2ms)
Completed 200 OK in 495ms (Views: 24.4ms | ActiveRecord: 464.2ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=eIwsSYmerchRffvtd0em0tiw8wCoaMSzKUOgXX8o1ZocQqYssHoft0ElepcBJzt5HdYqX1silZPLSJmHnF1HtA%3D%3D" for ::1 at 2015-11-16 12:07:41 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"eIwsSYmerchRffvtd0em0tiw8wCoaMSzKUOgXX8o1ZocQqYssHoft0ElepcBJzt5HdYqX1silZPLSJmHnF1HtA==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (34.1ms)
Completed 200 OK in 51ms (Views: 50.4ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-16 12:07:43 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"X1bmtFSclfCXxkure+bxg/r9/uc0NN95zALxIN+K8aM7mGzRbXgnj4eeytENhmwoP5snuMd+jlkuCcj6PP9jjQ==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "kind"=>"hybrid"}, "commit"=>"Update", "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[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_post_types" SET "kind" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ?[0m [["kind", 2], ["updated_at", "2015-11-16 17:07:43.779560"], ["id", 1]]
[1m[35m (358.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", 1]]
[1m[35mCACHE (0.0ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.7ms)
Completed 200 OK in 388ms (Views: 23.5ms | ActiveRecord: 359.1ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=eIwsSYmerchRffvtd0em0tiw8wCoaMSzKUOgXX8o1ZocQqYssHoft0ElepcBJzt5HdYqX1silZPLSJmHnF1HtA%3D%3D" for ::1 at 2015-11-16 12:07:45 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"eIwsSYmerchRffvtd0em0tiw8wCoaMSzKUOgXX8o1ZocQqYssHoft0ElepcBJzt5HdYqX1silZPLSJmHnF1HtA==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (35.2ms)
Completed 200 OK in 52ms (Views: 50.6ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-16 12:07:48 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"rYrZDPHrxUAnoiCKqR557UK+UcVmfQe+es5Yl1BnW0TJRFNpyA93Pzf6ofDffuRGh9iImpU3Vp6YxWFNsxLJag==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "kind"=>"free_form"}, "commit"=>"Update", "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[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_post_types" SET "kind" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ?[0m [["kind", 1], ["updated_at", "2015-11-16 17:07:48.382801"], ["id", 1]]
[1m[35m (3848.1ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.4ms)[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", 1]]
[1m[35mCACHE (0.0ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (5.2ms)
Completed 200 OK in 3890ms (Views: 35.3ms | ActiveRecord: 3849.1ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=eIwsSYmerchRffvtd0em0tiw8wCoaMSzKUOgXX8o1ZocQqYssHoft0ElepcBJzt5HdYqX1silZPLSJmHnF1HtA%3D%3D" for ::1 at 2015-11-16 12:09:00 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"eIwsSYmerchRffvtd0em0tiw8wCoaMSzKUOgXX8o1ZocQqYssHoft0ElepcBJzt5HdYqX1silZPLSJmHnF1HtA==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (34.5ms)
Completed 200 OK in 51ms (Views: 50.2ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types/1?authenticity_token=eIwsSYmerchRffvtd0em0tiw8wCoaMSzKUOgXX8o1ZocQqYssHoft0ElepcBJzt5HdYqX1silZPLSJmHnF1HtA%3D%3D" for ::1 at 2015-11-16 12:09:16 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"eIwsSYmerchRffvtd0em0tiw8wCoaMSzKUOgXX8o1ZocQqYssHoft0ElepcBJzt5HdYqX1silZPLSJmHnF1HtA==", "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[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.5ms)
Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=eIwsSYmerchRffvtd0em0tiw8wCoaMSzKUOgXX8o1ZocQqYssHoft0ElepcBJzt5HdYqX1silZPLSJmHnF1HtA%3D%3D" for ::1 at 2015-11-16 12:09:17 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"eIwsSYmerchRffvtd0em0tiw8wCoaMSzKUOgXX8o1ZocQqYssHoft0ElepcBJzt5HdYqX1silZPLSJmHnF1HtA==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (36.9ms)
Completed 200 OK in 53ms (Views: 52.1ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 12:10:10 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (8.8ms)
Completed 200 OK in 66ms (Views: 65.1ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:10:12 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:10:12 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:10:12 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:10:12 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:10:12 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:10:12 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:10:12 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:10:12 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:10:12 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:10:12 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:10:12 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:10:12 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=nY20wx31xxmnWqge9qufc%2FJEbB%2Ban7fQHrjztR1zzvf5Qz6mJBF1ZrcCKWSAywLYNyK1QGnV5vD8s8pv%2FgZc2Q%3D%3D" for ::1 at 2015-11-16 12:10:13 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"nY20wx31xxmnWqge9qufc/JEbB+an7fQHrjztR1zzvf5Qz6mJBF1ZrcCKWSAywLYNyK1QGnV5vD8s8pv/gZc2Q==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (31.9ms)
Completed 200 OK in 47ms (Views: 46.0ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-16 12:10:15 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"e2aj09/Hmclk29vHYPJfD3jg44JGJJNly4zhiLwi5C0fqCm25iMrtnSDWr0WksKkvYY63bVuwkUph9hSX1d2Aw==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "kind"=>"hybrid"}, "commit"=>"Update", "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[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_post_types" SET "kind" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ?[0m [["kind", 2], ["updated_at", "2015-11-16 17:10:15.841494"], ["id", 1]]
[1m[35m (76.4ms)[0m commit transaction
[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", 1]]
[1m[35mCACHE (0.0ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.9ms)
Completed 200 OK in 104ms (Views: 21.6ms | ActiveRecord: 77.1ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=nY20wx31xxmnWqge9qufc%2FJEbB%2Ban7fQHrjztR1zzvf5Qz6mJBF1ZrcCKWSAywLYNyK1QGnV5vD8s8pv%2FgZc2Q%3D%3D" for ::1 at 2015-11-16 12:13:13 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"nY20wx31xxmnWqge9qufc/JEbB+an7fQHrjztR1zzvf5Qz6mJBF1ZrcCKWSAywLYNyK1QGnV5vD8s8pv/gZc2Q==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (30.7ms)
Completed 200 OK in 49ms (Views: 47.9ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-16 12:13:15 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"U6LtAfbFIhijkjSXNAbB+XZfPinhbQ9PrzTX1t6P80Y3bGdkzyGQZ7PKte1CZlxSsznndhInXm9NP+4MPfphaA==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "kind"=>"hybrid"}, "commit"=>"Update", "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::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]]
[1m[36mCACHE (0.0ms)[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.4ms)
Completed 200 OK in 24ms (Views: 20.8ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-16 12:13:16 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (45.6ms)
Completed 200 OK in 7519ms (Views: 133.3ms | ActiveRecord: 1.6ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=nY20wx31xxmnWqge9qufc%2FJEbB%2Ban7fQHrjztR1zzvf5Qz6mJBF1ZrcCKWSAywLYNyK1QGnV5vD8s8pv%2FgZc2Q%3D%3D" for ::1 at 2015-11-16 12:13:24 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"nY20wx31xxmnWqge9qufc/JEbB+an7fQHrjztR1zzvf5Qz6mJBF1ZrcCKWSAywLYNyK1QGnV5vD8s8pv/gZc2Q==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (90.6ms)
Completed 200 OK in 116ms (Views: 114.7ms | ActiveRecord: 0.1ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:13:24 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:13:24 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:13:24 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:13:24 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:13:24 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:13:24 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:13:24 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:13:24 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:13:24 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:13:24 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:13:24 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:13:24 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 12:14:12 -0500
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::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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (7.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (10.8ms)
Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.2ms)
ActionView::Template::Error (undefined method `allow_template?' for #):
2:
3: - <%= post_type.name %>
4: - <%= link_to_posts(post_type, 'Index', 'Manage') %>
5: <% if post_type.allow_template? %>
6: - >
7: <%= link_to "Template", '#', class: 'toggle-post-type-content-elements', data: { post_types: post_type.id } %>
8:
activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb:5:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_html_erb___2750701743895513192_70144421864160'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_wrapper_html_erb___2843914025811165561_70144386348120'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:12:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___4460247977230977738_70144367240280'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:11:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___4460247977230977738_70144367240280'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (59.7ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 12:14:56 -0500
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (53.5ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 12:15:14 -0500
[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::Post Load (0.4ms)[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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (38.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (43.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (63.2ms)
Completed 500 Internal Server Error in 77ms (ActiveRecord: 1.2ms)
ActionView::Template::Error (undefined method `template?' for "hybrid":String):
2:
3: - <%= post_type.name %>
4: - <%= link_to_posts(post_type, 'Index', 'Manage') %>
5: <% if post_type.allow_template? %>
6: - >
7: <%= link_to "Template", '#', class: 'toggle-post-type-content-elements', data: { post_types: post_type.id } %>
8:
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post_type.rb:26:in `allow_template?'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb:5:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_html_erb___4266197776167247426_70101544343360'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_wrapper_html_erb__3960057155845796428_70101566767920'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:12:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___612209405906863740_70101539379420'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:11:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___612209405906863740_70101539379420'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (66.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 12:16:52 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (8.3ms)
Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.3ms)
ActionView::Template::Error (undefined method `template?' for "hybrid":String):
2:
3: - <%= post_type.name %>
4: - <%= link_to_posts(post_type, 'Index', 'Manage') %>
5: <% if post_type.allow_template? %>
6: - >
7: <%= link_to "Template", '#', class: 'toggle-post-type-content-elements', data: { post_types: post_type.id } %>
8:
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/post_type.rb:26:in `allow_template?'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb:5:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_html_erb___4266197776167247426_70101544343360'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types__show_wrapper_html_erb__3960057155845796428_70101566767920'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:12:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___612209405906863740_70101539379420'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb:11:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_types_index_html_erb___612209405906863740_70101539379420'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (62.2ms)
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" ORDER BY "pulitzer_post_types"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" ORDER BY "pulitzer_post_types"."id" ASC LIMIT 1
[1m[36mPulitzer::PostType Load (0.2ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" ORDER BY "pulitzer_post_types"."id" ASC LIMIT 1[0m
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" ORDER BY "pulitzer_post_types"."id" ASC LIMIT 1
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 12:18:22 -0500
[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::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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (35.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (38.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (54.3ms)
Completed 200 OK in 194ms (Views: 185.5ms | ActiveRecord: 1.3ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:18:22 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:18:22 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:18:22 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:18:22 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:18:22 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:18:22 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:18:22 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:18:22 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:18:22 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:18:22 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:18:22 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:18:22 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=JbRhmxZmpPXaCnO5LSsfDKBj7AOXfiIqDCOU4Eps4lJBeuv%2BL4IWispS8sNbS4KnZQU1XGQ0cwruKK06qRlwfA%3D%3D" for ::1 at 2015-11-16 12:18:24 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"JbRhmxZmpPXaCnO5LSsfDKBj7AOXfiIqDCOU4Eps4lJBeuv+L4IWispS8sNbS4KnZQU1XGQ0cwruKK06qRlwfA==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (21.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (54.2ms)
Completed 200 OK in 74ms (Views: 68.6ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-16 12:18:27 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"v48rEbkOBW0pBtYCCVBI/tJfMLij0PACKyT7fT/tcDbbQaF0gOq3EjleV3h/MNVVFznp51CaoSLJL8Kn3JjiGA==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "kind"=>"free_form"}, "commit"=>"Update", "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.4ms)[0m UPDATE "pulitzer_post_types" SET "kind" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ? [["kind", 1], ["updated_at", "2015-11-16 17:18:27.238825"], ["id", 1]]
[1m[36m (1562.2ms)[0m [1mcommit transaction[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]]
[1m[36mCACHE (0.0ms)[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (14.6ms)
Completed 200 OK in 1605ms (Views: 33.6ms | ActiveRecord: 1563.1ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=JbRhmxZmpPXaCnO5LSsfDKBj7AOXfiIqDCOU4Eps4lJBeuv%2BL4IWispS8sNbS4KnZQU1XGQ0cwruKK06qRlwfA%3D%3D" for ::1 at 2015-11-16 12:18:30 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"JbRhmxZmpPXaCnO5LSsfDKBj7AOXfiIqDCOU4Eps4lJBeuv+L4IWispS8sNbS4KnZQU1XGQ0cwruKK06qRlwfA==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (40.8ms)
Completed 200 OK in 56ms (Views: 55.3ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-16 12:18:33 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"DsDnuO9CcGjOlFEcGFI9nSR4TG+1GtL099T/oIw3p59qDm3d1qbCF97M0GZuMqA24R6VMEZQg9QV38Z6b0I1sQ==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "kind"=>"template"}, "commit"=>"Update", "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 UPDATE "pulitzer_post_types" SET "kind" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ? [["kind", 0], ["updated_at", "2015-11-16 17:18:33.471716"], ["id", 1]]
[1m[36m (13.4ms)[0m [1mcommit transaction[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]]
[1m[36mCACHE (0.0ms)[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.8ms)
Completed 200 OK in 45ms (Views: 26.0ms | ActiveRecord: 14.1ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-16 12:18:34 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.1ms)
[1m[35mCACHE (0.3ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (25.9ms)
Completed 200 OK in 216ms (Views: 88.8ms | ActiveRecord: 1.7ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:18:35 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:18:35 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:18:35 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:18:35 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:18:35 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:18:35 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:18:35 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:18:35 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:18:35 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:18:35 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:18:35 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:18:35 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-16 12:20:08 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (11.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (47.7ms)
Completed 200 OK in 345ms (Views: 158.4ms | ActiveRecord: 2.0ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:20:08 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:20:08 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:20:08 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:20:08 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:20:08 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:20:08 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:20:08 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:20:08 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:20:08 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:20:08 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:20:08 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:20:08 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 12:20:11 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (14.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (16.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (20.5ms)
Completed 200 OK in 98ms (Views: 96.9ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:20:11 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:20:11 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:20:11 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:20:11 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:20:11 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:20:11 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:20:11 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:20:11 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:20:11 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:20:11 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:20:11 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:20:11 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=oUKtYSSabKwxv2deqLmeygyFmSewEHbAwPrtZAPAuVvFjCcEHX7e0yHn5iTe2QNhyeNAeENaJ%2BAi8dS%2B4LUrdQ%3D%3D" for ::1 at 2015-11-16 12:20:13 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"oUKtYSSabKwxv2deqLmeygyFmSewEHbAwPrtZAPAuVvFjCcEHX7e0yHn5iTe2QNhyeNAeENaJ+Ai8dS+4LUrdQ==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (16.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (48.8ms)
Completed 200 OK in 64ms (Views: 63.2ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-16 12:20:15 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"TwaHxquOaNH6l7N+uzhR3YGKn2ZG3cprK4gKI6HGzXoryA2jkmrarurPMgTNWMx2ROxGObWXm0vJgzP5QrNfVA==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "kind"=>"free_form"}, "commit"=>"Update", "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.4ms)[0m UPDATE "pulitzer_post_types" SET "kind" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ? [["kind", 1], ["updated_at", "2015-11-16 17:20:15.738163"], ["id", 1]]
[1m[36m (580.1ms)[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", 1]]
[1m[36mCACHE (0.0ms)[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (6.9ms)
Completed 200 OK in 621ms (Views: 32.3ms | ActiveRecord: 581.0ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-16 12:20:16 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"TwaHxquOaNH6l7N+uzhR3YGKn2ZG3cprK4gKI6HGzXoryA2jkmrarurPMgTNWMx2ROxGObWXm0vJgzP5QrNfVA==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "kind"=>"free_form"}, "commit"=>"Update", "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::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]]
[1m[36mCACHE (0.0ms)[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.9ms)
Completed 200 OK in 25ms (Views: 19.9ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=oUKtYSSabKwxv2deqLmeygyFmSewEHbAwPrtZAPAuVvFjCcEHX7e0yHn5iTe2QNhyeNAeENaJ%2BAi8dS%2B4LUrdQ%3D%3D" for ::1 at 2015-11-16 12:20:20 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"oUKtYSSabKwxv2deqLmeygyFmSewEHbAwPrtZAPAuVvFjCcEHX7e0yHn5iTe2QNhyeNAeENaJ+Ai8dS+4LUrdQ==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (33.1ms)
Completed 200 OK in 51ms (Views: 50.4ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-16 12:20:22 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"0AjvdeRDlAo8L4jYWX89HOi/8nfXiO7XQ36nYdekSVW0xmUQ3acmdSx3CaIvH6C3LdkrKCTCv/ehdZ67NNHbew==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "kind"=>"free_form"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::PostType Load (0.2ms)[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[35m (0.0ms)[0m commit transaction
[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", 1]]
[1m[35mCACHE (0.0ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.0ms)
Completed 200 OK in 26ms (Views: 21.9ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=oUKtYSSabKwxv2deqLmeygyFmSewEHbAwPrtZAPAuVvFjCcEHX7e0yHn5iTe2QNhyeNAeENaJ%2BAi8dS%2B4LUrdQ%3D%3D" for ::1 at 2015-11-16 12:20:30 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"oUKtYSSabKwxv2deqLmeygyFmSewEHbAwPrtZAPAuVvFjCcEHX7e0yHn5iTe2QNhyeNAeENaJ+Ai8dS+4LUrdQ==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (33.9ms)
Completed 200 OK in 51ms (Views: 49.9ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-16 12:20:32 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"KRnOxkbSLMAhY5Q/TAeNlf86gdKAMxUNUWLh9GaOELNN10SjfzaevzE7FUU6ZxA+OlxYjXN5RC2zadguhfuCnQ==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "kind"=>"hybrid"}, "commit"=>"Update", "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[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_post_types" SET "kind" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ?[0m [["kind", 2], ["updated_at", "2015-11-16 17:20:32.915832"], ["id", 1]]
[1m[35m (0.7ms)[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", 1]]
[1m[35mCACHE (0.0ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.9ms)
Completed 200 OK in 38ms (Views: 30.8ms | ActiveRecord: 1.5ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-16 12:20:34 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (21.2ms)
Completed 200 OK in 99ms (Views: 95.8ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:20:34 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:20:34 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:20:34 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:20:34 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:20:34 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:20:34 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:20:34 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:20:34 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:20:34 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:20:34 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:20:34 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:20:34 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 12:20:37 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (7.5ms)
Completed 200 OK in 72ms (Views: 71.8ms | ActiveRecord: 0.3ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:20:37 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:20:37 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:20:37 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:20:37 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:20:37 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:20:37 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:20:37 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:20:37 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:20:37 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:20:37 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:20:37 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:20:37 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=ESaK8O6nptZ7zzPm3wtYg%2FjP1O8%2FESSN%2BxTdaP9RhI116ACV10MUqWuXspypa8UoPakNsMxbda0ZH%2BSyHCQWow%3D%3D" for ::1 at 2015-11-16 12:23:06 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"ESaK8O6nptZ7zzPm3wtYg/jP1O8/ESSN+xTdaP9RhI116ACV10MUqWuXspypa8UoPakNsMxbda0ZH+SyHCQWow==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (33.8ms)
Completed 200 OK in 49ms (Views: 47.9ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-16 12:23:08 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"66kvtnVAnPwfKS/OUHjOg325QLHfOA5ZJUt1gKbKCuePZ6XTTKQugw9xrrQmGFMouN+Z7ixyX3nHQExaRb+YyQ==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "kind"=>"hybrid"}, "commit"=>"Update", "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.0ms)[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", 1]]
[1m[36mCACHE (0.0ms)[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.5ms)
Completed 200 OK in 24ms (Views: 21.4ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-16 12:23:09 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (16.5ms)
Completed 200 OK in 81ms (Views: 77.8ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:23:09 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:23:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:23:09 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:23:09 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:23:09 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:23:09 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:23:09 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:23:09 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:23:09 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:23:09 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:23:09 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:23:09 -0500
[1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.7ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214842"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.7ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (1.0ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (1.3ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (1.5ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (2.6ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.9ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m ALTER TABLE "pulitzer_post_types" ADD "plural" boolean
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_post_types" ADD "template" boolean[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[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-11-16 17:31:25.300945"], ["updated_at", "2015-11-16 17:31:25.300945"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-16 17:31:25.302443"], ["updated_at", "2015-11-16 17:31:25.302443"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-16 17:31:25.303213"], ["updated_at", "2015-11-16 17:31:25.303213"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.7ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.5ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_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", "20151029221443"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.3ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.5ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1000
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221444"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to AddPostTypeContentElementAttributesToContentElements (20151113220908)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m ALTER TABLE "pulitzer_content_elements" ADD "text_editor" varchar
[1m[36m (0.1ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "height" integer DEFAULT 100[0m
[1m[35m (0.1ms)[0m ALTER TABLE "pulitzer_content_elements" ADD "width" integer DEFAULT 100
[1m[36m (0.2ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "sort_order" integer[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151113220908"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Migrating to ChangeTemplateToPulitzerPostTypes (20151116162913)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.2ms)[0m [1mCREATE TEMPORARY TABLE "apulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "plural" boolean, "kind" boolean) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "pulitzer_post_types"
[1m[36m (0.4ms)[0m [1mDROP TABLE "pulitzer_post_types"[0m
[1m[35m (0.1ms)[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, "plural" boolean, "kind" boolean)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "apulitzer_post_types"[0m
[1m[35m (0.1ms)[0m DROP TABLE "apulitzer_post_types"
[1m[36m (0.1ms)[0m [1mCREATE TEMPORARY TABLE "apulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "plural" boolean, "kind" boolean) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "pulitzer_post_types"
[1m[36m (0.5ms)[0m [1mDROP TABLE "pulitzer_post_types"[0m
[1m[35m (0.2ms)[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, "plural" boolean, "kind" integer DEFAULT 0)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "apulitzer_post_types"[0m
[1m[35m (0.1ms)[0m DROP TABLE "apulitzer_post_types"
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151116162913"]]
[1m[35m (0.9ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 12:31:52 -0500
[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (5.3ms)
Completed 200 OK in 172ms (Views: 164.8ms | ActiveRecord: 0.3ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:31:53 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:31:53 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:31:53 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:31:53 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:31:53 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:31:53 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:31:53 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:31:53 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:31:53 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:31:53 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:31:53 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:31:53 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=OG%2BrBvPcAwg%2BsOPzwxrsRZVTD%2BU9bDbNwXaI41Rfi2FcoSFjyjixdy7oYom1enHuUDXWus4mZ%2B0jfbE5tyoZTw%3D%3D" for ::1 at 2015-11-16 12:31:55 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"OG+rBvPcAwg+sOPzwxrsRZVTD+U9bDbNwXaI41Rfi2FcoSFjyjixdy7oYom1enHuUDXWus4mZ+0jfbE5tyoZTw=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (26.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (63.3ms)
Completed 200 OK in 86ms (Views: 81.4ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-16 12:31:58 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/mkFQmGw8oB57g4keK8X62TFw1HpYmN8JbRCA+9ZziGap48nWFRA/2m2j14Oz4pAoaMaDhooMlzHv3vZDCxcDw==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "kind"=>"template"}, "commit"=>"Create"}
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "jobs"], ["plural", "f"], ["created_at", "2015-11-16 17:31:58.602679"], ["updated_at", "2015-11-16 17:31:58.602679"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.4ms)[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]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.4ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "jobs"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "jobs"], ["post_type_id", 1], ["slug", "jobs"], ["created_at", "2015-11-16 17:31:58.781277"], ["updated_at", "2015-11-16 17:31:58.781277"]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-16 17:31:58.791390"], ["updated_at", "2015-11-16 17:31:58.791390"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (18.9ms)
Completed 200 OK in 244ms (Views: 39.6ms | ActiveRecord: 5.4ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=OG%2BrBvPcAwg%2BsOPzwxrsRZVTD%2BU9bDbNwXaI41Rfi2FcoSFjyjixdy7oYom1enHuUDXWus4mZ%2B0jfbE5tyoZTw%3D%3D" for ::1 at 2015-11-16 12:32:01 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"OG+rBvPcAwg+sOPzwxrsRZVTD+U9bDbNwXaI41Rfi2FcoSFjyjixdy7oYom1enHuUDXWus4mZ+0jfbE5tyoZTw==", "id"=>"1"}
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (36.6ms)
Completed 200 OK in 57ms (Views: 54.0ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-16 12:32:03 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Z1Omaf5Bfvp68kXlANzUqLU9bAW69GPbHQ1OVge4h2IDnSwMx6XMhWqqxJ92vEkDcFu1Wkm+Mvv/BneM5M0VTA==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "kind"=>"free_form"}, "commit"=>"Update", "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[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_post_types" SET "kind" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ?[0m [["kind", 1], ["updated_at", "2015-11-16 17:32:03.546078"], ["id", 1]]
[1m[35m (96.9ms)[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", 1]]
[1m[35mCACHE (0.0ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.6ms)
Completed 200 OK in 137ms (Views: 32.3ms | ActiveRecord: 97.7ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-16 12:32:05 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (42.6ms)
Completed 200 OK in 3874ms (Views: 97.6ms | ActiveRecord: 1.6ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:32:10 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:32:10 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:32:10 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:32:10 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:32:10 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:32:11 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:32:11 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:32:11 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:32:11 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:32:11 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:32:11 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:32:11 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=BWeMnaB9HS6vQAjm6WwPF5TpClcYS6xL1Dw6bd3U5jVhqQb4mZmvUb8YiZyfDJK8UY%2FTCOsB%2FWs2NwO3PqF0Gw%3D%3D" for ::1 at 2015-11-16 12:32:19 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"BWeMnaB9HS6vQAjm6WwPF5TpClcYS6xL1Dw6bd3U5jVhqQb4mZmvUb8YiZyfDJK8UY/TCOsB/Ws2NwO3PqF0Gw=="}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (16.7ms)
Completed 200 OK in 44ms (Views: 34.4ms | ActiveRecord: 0.8ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-16 12:32:26 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ubv9kHzPqqnkebT39e5TJeWU0mTj7FjvI5K0IWXhCMI1dXf1RSsY1vQhNY2Djs6OIPILOxCmCc/BmY37hpSa7A==", "content_element"=>{"label"=>"header", "content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"1"}, "commit"=>"Create"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (608.7ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "content_element_type_id", "text_editor", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "header"], ["content_element_type_id", 1], ["text_editor", "None"], ["version_id", 1], ["created_at", "2015-11-16 17:32:26.018732"], ["updated_at", "2015-11-16 17:32:26.018732"]]
[1m[35m (1.1ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (18.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (52.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (76.1ms)
Completed 200 OK in 720ms (Views: 104.2ms | ActiveRecord: 610.1ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-16 12:32:31 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"5JLn8rHc8q4prSJYHU62uAuxjhtl8b4t5/WKY5SiGyiAXG2XiDhA0Tn1oyJrLisTztdXRJa77w0F/rO5d9eJBg==", "content_element"=>{"title"=>"adff", "body"=>"asdf"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "adff"], ["body", "asdf"], ["updated_at", "2015-11-16 17:32:32.583197"], ["id", 1]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.7ms)
Completed 200 OK in 30ms (Views: 22.1ms | ActiveRecord: 1.7ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 12:32:34 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (10.6ms)
Completed 200 OK in 887ms (Views: 886.3ms | ActiveRecord: 0.4ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:32:40 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:32:40 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:32:40 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:32:40 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:32:40 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:32:40 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:32:40 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:32:40 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:32:40 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:32:40 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:32:40 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:32:40 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=RMm5csn6KXePcJG1J3YjOCCqB3Bf%2FeTg%2B6AbWlNa%2FzggBzMX8B6bCJ8oEM9RFr6T5czeL6y3tcAZqyKAsC9tFg%3D%3D" for ::1 at 2015-11-16 12:32:42 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"RMm5csn6KXePcJG1J3YjOCCqB3Bf/eTg+6AbWlNa/zggBzMX8B6bCJ8oEM9RFr6T5czeL6y3tcAZqyKAsC9tFg=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (30.4ms)
Completed 200 OK in 45ms (Views: 44.5ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-16 12:32:50 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"qPuVqcDwHNy8RaMbhJXbrp3RF98G0Fe2ZmIN3uZNhLfMNR/M+RSuo6wdImHy9UYFWLfOgPWaBpaEaTQEBTgWmQ==", "post_type"=>{"name"=>"blog", "plural"=>"0", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "blog"], ["plural", "f"], ["kind", 1], ["created_at", "2015-11-16 17:32:50.953517"], ["updated_at", "2015-11-16 17:32:50.953517"]]
[1m[35m (0.6ms)[0m commit transaction
[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[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "blog"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "blog"], ["post_type_id", 2], ["slug", "blog"], ["created_at", "2015-11-16 17:32:50.958347"], ["updated_at", "2015-11-16 17:32:50.958347"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 2], ["created_at", "2015-11-16 17:32:50.960312"], ["updated_at", "2015-11-16 17:32:50.960312"]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (19.1ms)
Completed 200 OK in 48ms (Views: 36.9ms | ActiveRecord: 2.5ms)
Started GET "/pulitzer/post_types/2/edit?authenticity_token=RMm5csn6KXePcJG1J3YjOCCqB3Bf%2FeTg%2B6AbWlNa%2FzggBzMX8B6bCJ8oEM9RFr6T5czeL6y3tcAZqyKAsC9tFg%3D%3D" for ::1 at 2015-11-16 12:32:54 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"RMm5csn6KXePcJG1J3YjOCCqB3Bf/eTg+6AbWlNa/zggBzMX8B6bCJ8oEM9RFr6T5czeL6y3tcAZqyKAsC9tFg==", "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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (30.6ms)
Completed 200 OK in 48ms (Views: 46.6ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/2" for ::1 at 2015-11-16 12:32:56 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"m2GT1qHMSF7o79CDe3WpXtgqKY3lZHocXt4W/77XhbL/rxmzmCj6Ifi3UfkNFTT1HUzw0hYuKzy81S8lXaIXnA==", "post_type"=>{"name"=>"blog", "plural"=>"0", "kind"=>"hybrid"}, "commit"=>"Update", "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.2ms)[0m UPDATE "pulitzer_post_types" SET "kind" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ? [["kind", 2], ["updated_at", "2015-11-16 17:32:56.375401"], ["id", 2]]
[1m[36m (145.3ms)[0m [1mcommit transaction[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", 2]]
[1m[36mCACHE (0.0ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.7ms)
Completed 200 OK in 175ms (Views: 24.0ms | ActiveRecord: 146.0ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=2&authenticity_token=RMm5csn6KXePcJG1J3YjOCCqB3Bf%2FeTg%2B6AbWlNa%2FzggBzMX8B6bCJ8oEM9RFr6T5czeL6y3tcAZqyKAsC9tFg%3D%3D" for ::1 at 2015-11-16 12:32:58 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"2", "authenticity_token"=>"RMm5csn6KXePcJG1J3YjOCCqB3Bf/eTg+6AbWlNa/zggBzMX8B6bCJ8oEM9RFr6T5czeL6y3tcAZqyKAsC9tFg=="}
[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::ContentElementType Load (0.3ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (24.2ms)
Completed 200 OK in 49ms (Views: 42.0ms | ActiveRecord: 0.6ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-16 12:33:01 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"J0wQH1hu4MtXmn4DVS6bWdq+SHx4jniYDFxrdliZ/aZDgpp6YYpStEfC/3kjTgbyH9iRI4vEKbjuV1Ksu+xviA==", "post_type_content_element_type"=>{"label"=>"header", "content_element_type_id"=>"1", "post_type_id"=>"2", "text_editor"=>"None"}, "commit"=>"Content element"}
[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[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", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "header"], ["content_element_type_id", 1], ["post_type_id", 2], ["text_editor", "None"], ["created_at", "2015-11-16 17:33:01.983830"], ["updated_at", "2015-11-16 17:33:01.983830"]]
[1m[35m (1056.3ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 2], ["label", "header"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-16 17:33:03.056847"], ["updated_at", "2015-11-16 17:33:03.056847"]]
[1m[35m (0.6ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (18.8ms)
Completed 200 OK in 1117ms (Views: 38.8ms | ActiveRecord: 1058.5ms)
Started GET "/pulitzer/posts/blog/content_elements" for ::1 at 2015-11-16 12:33:05 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"blog"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "blog"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (32.1ms)
Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.6ms)
ActionView::Template::Error (undefined method `[]' for nil:NilClass):
1: <% text_editor = Pulitzer.text_editor_toolbars.detect { |toolbar| toolbar[:name] == content_element.text_editor } %>
2: <% data_rich_text = { "rich-text-editor" => true } unless text_editor[:name] == "None" %>
3:
4: <%= render partial: text_editor[:template] %>
5: <%= f.text_area(:body, placeholder: 'Body', data: (data_rich_text)) %>
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__text_fields_html_erb___4454371570889160506_70267468457920'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__121022475974660928_70267468483700'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__121022475974660928_70267468483700'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___3040563006482264964_70267481120540'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:25:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__3532101930034279375_70267427923820'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:24:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__3532101930034279375_70267427923820'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (61.4ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 12:33:24 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.9ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (9.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (11.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (22.6ms)
Completed 200 OK in 362ms (Views: 360.7ms | ActiveRecord: 0.8ms)
Started GET "/pulitzer/post_types/new?authenticity_token=GQdeJalx4B3OaSdxXwfKBTeVMUBi0W1HToMXWbxNvNR9ydRAkJVSYt4xpgspZ1eu8vPoH5GbPGesiC6DXzgu%2Bg%3D%3D" for ::1 at 2015-11-16 12:33:26 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"GQdeJalx4B3OaSdxXwfKBTeVMUBi0W1HToMXWbxNvNR9ydRAkJVSYt4xpgspZ1eu8vPoH5GbPGesiC6DXzgu+g=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (31.4ms)
Completed 200 OK in 47ms (Views: 46.3ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-16 12:33:30 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"tgmwECgcld42cvMPSdCOmSdcZFEx43i2bB1Ix18QD8XSxzp1EfgnoSYqcnU/sBMy4jq9DsKpKZaOFnEdvGWd6w==", "post_type"=>{"name"=>"asdf", "plural"=>"0", "kind"=>"template"}, "commit"=>"Create"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "asdf"], ["plural", "f"], ["created_at", "2015-11-16 17:33:30.940710"], ["updated_at", "2015-11-16 17:33:30.940710"]]
[1m[35m (347.0ms)[0m commit transaction
[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[35m (0.2ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "asdf"]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "asdf"], ["post_type_id", 3], ["slug", "asdf"], ["created_at", "2015-11-16 17:33:31.293730"], ["updated_at", "2015-11-16 17:33:31.293730"]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 3], ["created_at", "2015-11-16 17:33:31.297225"], ["updated_at", "2015-11-16 17:33:31.297225"]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (19.6ms)
Completed 200 OK in 404ms (Views: 40.9ms | ActiveRecord: 349.3ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=GQdeJalx4B3OaSdxXwfKBTeVMUBi0W1HToMXWbxNvNR9ydRAkJVSYt4xpgspZ1eu8vPoH5GbPGesiC6DXzgu%2Bg%3D%3D" for ::1 at 2015-11-16 12:33:32 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"GQdeJalx4B3OaSdxXwfKBTeVMUBi0W1HToMXWbxNvNR9ydRAkJVSYt4xpgspZ1eu8vPoH5GbPGesiC6DXzgu+g==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (34.7ms)
Completed 200 OK in 52ms (Views: 50.8ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-16 12:33:35 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"TxcTfMV5uMhL6mT5i7I6cW/+nbcM015lSPhwTv8jPRor2ZkZ/J0Kt1uy5YP90qfaqphE6P+ZD0Wq80mUHFavNA==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "kind"=>"template"}, "commit"=>"Update", "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.3ms)[0m UPDATE "pulitzer_post_types" SET "kind" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ? [["kind", 0], ["updated_at", "2015-11-16 17:33:36.001529"], ["id", 1]]
[1m[36m (185.1ms)[0m [1mcommit transaction[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]]
[1m[36mCACHE (0.0ms)[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.6ms)
Completed 200 OK in 214ms (Views: 23.5ms | ActiveRecord: 185.8ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=GQdeJalx4B3OaSdxXwfKBTeVMUBi0W1HToMXWbxNvNR9ydRAkJVSYt4xpgspZ1eu8vPoH5GbPGesiC6DXzgu%2Bg%3D%3D" for ::1 at 2015-11-16 12:33:37 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"GQdeJalx4B3OaSdxXwfKBTeVMUBi0W1HToMXWbxNvNR9ydRAkJVSYt4xpgspZ1eu8vPoH5GbPGesiC6DXzgu+g==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (32.8ms)
Completed 200 OK in 51ms (Views: 50.0ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-16 12:33:38 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"tppBVy+ak5m0gTmjqoe1k6XUzww8wZDYFFmD0otbOPHSVMsyFn4h5qTZuNnc5yg4YLIWU8+Lwfj2UroIaC6q3w==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "kind"=>"template"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::PostType Load (0.2ms)[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[35m (0.0ms)[0m commit transaction
[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", 1]]
[1m[35mCACHE (0.0ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.4ms)
Completed 200 OK in 24ms (Views: 20.5ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=3&authenticity_token=GQdeJalx4B3OaSdxXwfKBTeVMUBi0W1HToMXWbxNvNR9ydRAkJVSYt4xpgspZ1eu8vPoH5GbPGesiC6DXzgu%2Bg%3D%3D" for ::1 at 2015-11-16 12:33:45 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"3", "authenticity_token"=>"GQdeJalx4B3OaSdxXwfKBTeVMUBi0W1HToMXWbxNvNR9ydRAkJVSYt4xpgspZ1eu8vPoH5GbPGesiC6DXzgu+g=="}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (21.8ms)
Completed 200 OK in 42ms (Views: 39.6ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-16 12:33:47 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"wb5V0HpaFP1VtKcerpnLUsWPiTtp9UnhDbX2TO6IRTilcN+1Q76mgkXsJmTY+Vb5AOlQZJq/GMHvvs+WDf3XFg==", "post_type_content_element_type"=>{"label"=>"asdf", "content_element_type_id"=>"1", "post_type_id"=>"3", "text_editor"=>"None"}, "commit"=>"Content element"}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[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", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "asdf"], ["content_element_type_id", 1], ["post_type_id", 3], ["text_editor", "None"], ["created_at", "2015-11-16 17:33:47.268701"], ["updated_at", "2015-11-16 17:33:47.268701"]]
[1m[36m (36.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 3]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 3], ["label", "asdf"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 2], ["created_at", "2015-11-16 17:33:47.312517"], ["updated_at", "2015-11-16 17:33:47.312517"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.8ms)
Completed 200 OK in 85ms (Views: 36.8ms | ActiveRecord: 38.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-16 12:35:08 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (22.6ms)
Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.6ms)
ActionView::Template::Error (undefined method `[]' for nil:NilClass):
1: <% text_editor = Pulitzer.text_editor_toolbars.detect { |toolbar| toolbar[:name] == content_element.text_editor } %>
2: <% data_rich_text = { "rich-text-editor" => true } unless text_editor[:name] == "None" %>
3:
4: <%= render partial: text_editor[:template] %>
5: <%= f.text_area(:body, placeholder: 'Body', data: (data_rich_text)) %>
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__text_fields_html_erb___4454371570889160506_70267468457920'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__121022475974660928_70267468483700'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__121022475974660928_70267468483700'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___3040563006482264964_70267481120540'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:25:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__3532101930034279375_70267427923820'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:24:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb__3532101930034279375_70267427923820'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (64.6ms)
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" ORDER BY "pulitzer_post_types"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" ORDER BY "pulitzer_post_types"."id" DESC LIMIT 1
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 3]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" ORDER BY "pulitzer_post_types"."id" DESC LIMIT 1
[1m[36mPulitzer::Post Load (5.4ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 3]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 12:51:14 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (64.3ms)
[1m[36m (2761.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (1.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[1m[35mActiveRecord::SchemaMigration Load (0.3ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePulitzerPostTypes (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214842"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214844"]]
[1m[35m (2.7ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "post_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214845"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.1ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214846"]]
[1m[35m (1.5ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[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.4ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214847"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Text"], ["created_at", "2015-11-16 17:51:35.601569"], ["updated_at", "2015-11-16 17:51:35.601569"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-16 17:51:35.604507"], ["updated_at", "2015-11-16 17:51:35.604507"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-16 17:51:35.607198"], ["updated_at", "2015-11-16 17:51:35.607198"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.5ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (1.0ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.5ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.6ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (1.8ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221443"]]
[1m[35m (1.5ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.4ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.3ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.5ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.4ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1000
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221444"]]
[1m[35m (1.3ms)[0m commit transaction
Migrating to AddPostTypeContentElementAttributesToContentElements (20151113220908)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m ALTER TABLE "pulitzer_content_elements" ADD "text_editor" varchar
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "height" integer DEFAULT 100[0m
[1m[35m (0.2ms)[0m ALTER TABLE "pulitzer_content_elements" ADD "width" integer DEFAULT 100
[1m[36m (0.2ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "sort_order" integer[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151113220908"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
Migrating to ChangeTemplateToPulitzerPostTypes (20151116162913)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.2ms)[0m [1mCREATE TEMPORARY TABLE "apulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "plural" boolean, "kind" boolean) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "pulitzer_post_types"
[1m[36m (0.4ms)[0m [1mDROP TABLE "pulitzer_post_types"[0m
[1m[35m (0.3ms)[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, "plural" boolean, "kind" boolean)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "apulitzer_post_types"[0m
[1m[35m (0.9ms)[0m DROP TABLE "apulitzer_post_types"
[1m[36m (0.2ms)[0m [1mCREATE TEMPORARY TABLE "apulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "plural" boolean, "kind" boolean) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "pulitzer_post_types"
[1m[36m (0.9ms)[0m [1mDROP TABLE "pulitzer_post_types"[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, "plural" boolean, "kind" integer DEFAULT 0)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "apulitzer_post_types"[0m
[1m[35m (0.2ms)[0m DROP TABLE "apulitzer_post_types"
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151116162913"]]
[1m[35m (1.5ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.7ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 12:51:40 -0500
[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.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.4ms)
Completed 200 OK in 530ms (Views: 523.2ms | ActiveRecord: 0.2ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:51:41 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:51:41 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:51:41 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:51:41 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:51:41 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:51:41 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:51:41 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:51:41 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:51:41 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:51:41 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:51:41 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:51:41 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=qF7hteO%2BUxKRLMbjj4rbiWnot8DziesyRNZ00XjcufPMkGvQ2lrhbYF0R5n56kYirI5unwDDuhKm3U0Lm6kr3Q%3D%3D" for ::1 at 2015-11-16 12:51:43 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"qF7hteO+UxKRLMbjj4rbiWnot8DziesyRNZ00XjcufPMkGvQ2lrhbYF0R5n56kYirI5unwDDuhKm3U0Lm6kr3Q=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (24.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (65.1ms)
Completed 200 OK in 95ms (Views: 89.7ms | ActiveRecord: 0.2ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-16 12:51:46 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"mli1WTeNG3G/JRO11Iejq32unQA16ZZamC9UytbCgtb+lj88DmmpDq99ks+i5z4AuMhEX8ajx3p6JG0QNbcQ+A==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "kind"=>"template"}, "commit"=>"Create"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "jobs"], ["plural", "f"], ["created_at", "2015-11-16 17:51:46.674407"], ["updated_at", "2015-11-16 17:51:46.674407"]]
[1m[36m (0.5ms)[0m [1mcommit transaction[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]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "jobs"]]
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "jobs"], ["post_type_id", 1], ["slug", "jobs"], ["created_at", "2015-11-16 17:51:47.804839"], ["updated_at", "2015-11-16 17:51:47.804839"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-16 17:51:47.814785"], ["updated_at", "2015-11-16 17:51:47.814785"]]
[1m[36m (0.7ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (19.8ms)
Completed 200 OK in 1194ms (Views: 39.9ms | ActiveRecord: 3.6ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=qF7hteO%2BUxKRLMbjj4rbiWnot8DziesyRNZ00XjcufPMkGvQ2lrhbYF0R5n56kYirI5unwDDuhKm3U0Lm6kr3Q%3D%3D" for ::1 at 2015-11-16 12:51:49 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"qF7hteO+UxKRLMbjj4rbiWnot8DziesyRNZ00XjcufPMkGvQ2lrhbYF0R5n56kYirI5unwDDuhKm3U0Lm6kr3Q=="}
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (12.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (33.8ms)
Completed 200 OK in 61ms (Views: 49.8ms | ActiveRecord: 1.0ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-16 12:51:53 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Suh6Qal7aVVZCkaZu1isbzElEgfrV/sbHS6X+0jaw1kuJvAkkJ/bKklSx+PNODHE9EPLWBgdqjv/Ja4hq69Rdw==", "post_type_content_element_type"=>{"label"=>"header", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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.3ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "header"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-16 17:51:53.157260"], ["updated_at", "2015-11-16 17:51:53.157260"]]
[1m[36m (355.5ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.4ms)[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "header"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-16 17:51:53.571494"], ["updated_at", "2015-11-16 17:51:53.571494"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.1ms)
Completed 200 OK in 455ms (Views: 34.5ms | ActiveRecord: 358.8ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=qF7hteO%2BUxKRLMbjj4rbiWnot8DziesyRNZ00XjcufPMkGvQ2lrhbYF0R5n56kYirI5unwDDuhKm3U0Lm6kr3Q%3D%3D" for ::1 at 2015-11-16 12:51:54 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"qF7hteO+UxKRLMbjj4rbiWnot8DziesyRNZ00XjcufPMkGvQ2lrhbYF0R5n56kYirI5unwDDuhKm3U0Lm6kr3Q=="}
[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
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (22.5ms)
Completed 200 OK in 42ms (Views: 39.5ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-16 12:51:59 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"fgKvDJs593gZPNjaN6Ri1cQM7M9LjUsOJdBtVSdbzokazCVpot1FBwlkWaBBxP9+AWo1kLjHGi7H21SPxC5cpw==", "post_type_content_element_type"=>{"label"=>"image", "content_element_type_id"=>"2", "post_type_id"=>"1", "height"=>"100", "width"=>"100"}, "commit"=>"Content element"}
[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.3ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["label", "image"], ["content_element_type_id", 2], ["post_type_id", 1], ["created_at", "2015-11-16 17:51:59.356531"], ["updated_at", "2015-11-16 17:51:59.356531"]]
[1m[36m (25.1ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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", 2]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "image"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 2], ["created_at", "2015-11-16 17:51:59.389667"], ["updated_at", "2015-11-16 17:51:59.389667"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.4ms)
Completed 200 OK in 75ms (Views: 35.6ms | ActiveRecord: 27.3ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=qF7hteO%2BUxKRLMbjj4rbiWnot8DziesyRNZ00XjcufPMkGvQ2lrhbYF0R5n56kYirI5unwDDuhKm3U0Lm6kr3Q%3D%3D" for ::1 at 2015-11-16 12:52:01 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"qF7hteO+UxKRLMbjj4rbiWnot8DziesyRNZ00XjcufPMkGvQ2lrhbYF0R5n56kYirI5unwDDuhKm3U0Lm6kr3Q==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (34.0ms)
Completed 200 OK in 50ms (Views: 49.1ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-16 12:52:03 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/Y9LnR3Eb/PAhOuhegfsW0iIoLYbk5X5k/+EzLtw/DyZQcH4JCDdjNDcatsMZ3Hwje556ejZxNlx9L0WWAVuEg==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "kind"=>"hybrid"}, "commit"=>"Update", "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[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_post_types" SET "kind" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ?[0m [["kind", 2], ["updated_at", "2015-11-16 17:52:03.561179"], ["id", 1]]
[1m[35m (1359.3ms)[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", 1]]
[1m[35mCACHE (0.0ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (16.0ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (22.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (75.9ms)
Completed 200 OK in 1460ms (Views: 94.3ms | ActiveRecord: 1360.4ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-16 12:52:06 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.7ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (53.8ms)
Completed 200 OK in 933ms (Views: 113.1ms | ActiveRecord: 1.1ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:52:07 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:52:07 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:52:07 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:52:07 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:52:07 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:52:07 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:52:07 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:52:07 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:52:07 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:52:07 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:52:07 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:52:07 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=RWPYv4wqQFI1PVKWG80d%2FqCa3RJdhHsVCWCyd%2BOexR8hrVLatc7yLSVl0%2BxtrYBVZfwETa7OKjXra4utAOtXMQ%3D%3D" for ::1 at 2015-11-16 12:52:10 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"RWPYv4wqQFI1PVKWG80d/qCa3RJdhHsVCWCyd+OexR8hrVLatc7yLSVl0+xtrYBVZfwETa7OKjXra4utAOtXMQ=="}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (6.0ms)
Completed 200 OK in 23ms (Views: 20.5ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-16 12:52:15 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"7pdufjMNecU8e9uBhr3eAQCDdiNSTOceGIm9HVy6suGKWeQbCunLuiwjWvvw3UOqxeWvfKEGtj76goTHv88gzw==", "content_element"=>{"label"=>"body", "content_element_type_id"=>"1", "text_editor"=>"Simple editor", "version_id"=>"1"}, "commit"=>"Create"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "content_element_type_id", "text_editor", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "body"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["version_id", 1], ["created_at", "2015-11-16 17:52:15.136147"], ["updated_at", "2015-11-16 17:52:15.136147"]]
[1m[35m (515.0ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (9.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (45.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (65.0ms)
Completed 200 OK in 606ms (Views: 85.8ms | ActiveRecord: 515.7ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 12:52:18 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (15.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (17.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (19.9ms)
Completed 200 OK in 76ms (Views: 74.7ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:52:19 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:52:19 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:52:19 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:52:19 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:52:19 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:52:19 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:52:19 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:52:19 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:52:19 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:52:19 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:52:19 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:52:19 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-16 12:52:21 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (54.1ms)
Completed 200 OK in 121ms (Views: 117.8ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:52:21 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:52:21 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:52:21 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:52:21 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:52:21 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:52:21 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:52:21 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:52:21 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:52:21 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:52:21 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:52:21 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:52:21 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 12:52:24 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (12.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (14.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (16.5ms)
Completed 200 OK in 75ms (Views: 74.2ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:52:24 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:52:24 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:52:24 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:52:24 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:52:24 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:52:24 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:52:24 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:52:24 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:52:24 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:52:24 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:52:24 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:52:24 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=qVOnqq29dmlZeSfdStURGdEvEtap0NZUkohaEQuoP7jNnS3PlFnEFkkhpqc8tYyyFEnLiVqah3Rwg2PL6N2tlg%3D%3D" for ::1 at 2015-11-16 12:52:25 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"qVOnqq29dmlZeSfdStURGdEvEtap0NZUkohaEQuoP7jNnS3PlFnEFkkhpqc8tYyyFEnLiVqah3Rwg2PL6N2tlg==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (35.0ms)
Completed 200 OK in 50ms (Views: 49.3ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types/1?authenticity_token=qVOnqq29dmlZeSfdStURGdEvEtap0NZUkohaEQuoP7jNnS3PlFnEFkkhpqc8tYyyFEnLiVqah3Rwg2PL6N2tlg%3D%3D" for ::1 at 2015-11-16 12:52:27 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"qVOnqq29dmlZeSfdStURGdEvEtap0NZUkohaEQuoP7jNnS3PlFnEFkkhpqc8tYyyFEnLiVqah3Rwg2PL6N2tlg==", "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[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (21.5ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (16.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (72.1ms)
Completed 200 OK in 87ms (Views: 86.1ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=qVOnqq29dmlZeSfdStURGdEvEtap0NZUkohaEQuoP7jNnS3PlFnEFkkhpqc8tYyyFEnLiVqah3Rwg2PL6N2tlg%3D%3D" for ::1 at 2015-11-16 12:52:31 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"qVOnqq29dmlZeSfdStURGdEvEtap0NZUkohaEQuoP7jNnS3PlFnEFkkhpqc8tYyyFEnLiVqah3Rwg2PL6N2tlg==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (38.5ms)
Completed 200 OK in 62ms (Views: 60.8ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-16 12:52:36 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"1Ivil1blyYopTGtxAKEBH29JlitXs+R+2ZUYHWd99viwRWjybwF79TkU6gt2wZy0qi9PdKT5tV47niHHhAhk1g==", "post_type"=>{"name"=>"jobs", "plural"=>"1", "kind"=>"hybrid"}, "commit"=>"Update", "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[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_post_types" SET "plural" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ?[0m [["plural", "t"], ["updated_at", "2015-11-16 17:52:36.765270"], ["id", 1]]
[1m[35m (0.5ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (18.3ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (15.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (70.0ms)
Completed 200 OK in 91ms (Views: 86.8ms | ActiveRecord: 1.3ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-11-16 12:52:38 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"1"}
[1m[35mPulitzer::PostType Load (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (9.0ms)
Completed 200 OK in 69ms (Views: 67.5ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:52:39 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:52:39 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:52:39 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:52:39 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:52:39 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:52:39 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:52:39 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:52:39 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:52:39 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:52:39 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:52:39 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:52:39 -0500
Started GET "/pulitzer/posts/new?post_type_id=1&authenticity_token=I0m6kQsKdxUnm7G468EaDOUazprSXXa0lokdM1oXYvlHhzD0Mu7FajfDMMKdoYenIHwXxSEXJ5R0giTpuWLw1w%3D%3D" for ::1 at 2015-11-16 12:52:41 -0500
Processing by Pulitzer::PostsController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"I0m6kQsKdxUnm7G468EaDOUazprSXXa0lokdM1oXYvlHhzD0Mu7FajfDMMKdoYenIHwXxSEXJ5R0giTpuWLw1w=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_new.html.erb (2.6ms)
Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/posts" for ::1 at 2015-11-16 12:52:44 -0500
Processing by Pulitzer::PostsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"F0fspEGRoXjqYyMm7vAiWkZIttdIaUAlLXZlNlDPACxziWbBeHUTB/o7olyYkL/xgy5viLsjEQXPfVzss7qSAg==", "post"=>{"title"=>"here", "post_type_id"=>"1"}, "commit"=>"Create Post"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "here"]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "here"], ["post_type_id", 1], ["slug", "here"], ["created_at", "2015-11-16 17:52:44.323879"], ["updated_at", "2015-11-16 17:52:44.323879"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 2], ["created_at", "2015-11-16 17:52:44.326022"], ["updated_at", "2015-11-16 17:52:44.326022"]]
[1m[35m (1256.3ms)[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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[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[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 2], ["label", "header"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-16 17:52:45.594858"], ["updated_at", "2015-11-16 17:52:45.594858"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 2], ["label", "image"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 2], ["created_at", "2015-11-16 17:52:45.601492"], ["updated_at", "2015-11-16 17:52:45.601492"]]
[1m[35m (1.1ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (16.7ms)
Completed 200 OK in 1318ms (Views: 33.8ms | ActiveRecord: 1260.3ms)
Started GET "/pulitzer/posts/here/edit?authenticity_token=I0m6kQsKdxUnm7G468EaDOUazprSXXa0lokdM1oXYvlHhzD0Mu7FajfDMMKdoYenIHwXxSEXJ5R0giTpuWLw1w%3D%3D" for ::1 at 2015-11-16 12:52:47 -0500
Processing by Pulitzer::PostsController#edit as */*
Parameters: {"authenticity_token"=>"I0m6kQsKdxUnm7G468EaDOUazprSXXa0lokdM1oXYvlHhzD0Mu7FajfDMMKdoYenIHwXxSEXJ5R0giTpuWLw1w==", "id"=>"here"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "here"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_form.html.erb (2.6ms)
Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/posts/here" for ::1 at 2015-11-16 12:52:48 -0500
Processing by Pulitzer::PostsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"eRBvLqmRxOY4uvlPmgkKyipmA5VsSHAVhyTpMhEUFaYd3uVLkHV2mSjieDXsaZdh7wDayp8CITVlL9Do8mGHiA==", "post"=>{"title"=>"here"}, "commit"=>"Update Post", "id"=>"here"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "here"]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.5ms)
Completed 200 OK in 20ms (Views: 17.9ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/posts/here/content_elements" for ::1 at 2015-11-16 12:52:49 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"here"}
[1m[36mPulitzer::Post Load (0.4ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "here"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (41.0ms)
Completed 200 OK in 106ms (Views: 102.5ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:52:51 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:52:51 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:52:51 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:52:51 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:52:51 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:52:51 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:52:51 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:52:51 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:52:51 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:52:51 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:52:51 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:52:51 -0500
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-11-16 12:52:56 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (8.4ms)
Completed 200 OK in 57ms (Views: 55.3ms | ActiveRecord: 0.2ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:52:56 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:52:56 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:52:56 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:52:56 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:52:56 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:52:56 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:52:56 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:52:56 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:52:56 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:52:56 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:52:56 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:52:56 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-16 12:52:58 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (10.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (11.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (14.4ms)
Completed 200 OK in 75ms (Views: 74.2ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:52:59 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:52:59 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:52:59 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:52:59 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:52:59 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:52:59 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:52:59 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:52:59 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:52:59 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:52:59 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:52:59 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:52:59 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=P%2FVR9KWlPlU9J1Bh%2Fd2CjGoHz6aulIRPZXLfL1DRfhFbO9uRnEGMKi1%2F0RuLvR8nr2EW%2BV3e1W%2BHeeb1s6TsPw%3D%3D" for ::1 at 2015-11-16 12:53:02 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"P/VR9KWlPlU9J1Bh/d2CjGoHz6aulIRPZXLfL1DRfhFbO9uRnEGMKi1/0RuLvR8nr2EW+V3e1W+Heeb1s6TsPw=="}
[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
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (19.8ms)
Completed 200 OK in 38ms (Views: 36.4ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-16 12:53:06 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"QPUY3z6FACBCQzMuBwySxpn2eCRL5rQT2dcaO6NqSfgkO5K6B2GyX1IbslRxbA9tXJChe7is5TM73CPhQB/b1g==", "post_type_content_element_type"=>{"label"=>"delicado", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "delicado"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-16 17:53:06.381886"], ["updated_at", "2015-11-16 17:53:06.381886"]]
[1m[36m (1216.5ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.2ms)[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[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "delicado"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 3], ["created_at", "2015-11-16 17:53:07.608905"], ["updated_at", "2015-11-16 17:53:07.608905"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 2], ["label", "delicado"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 3], ["created_at", "2015-11-16 17:53:07.615593"], ["updated_at", "2015-11-16 17:53:07.615593"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.3ms)
Completed 200 OK in 1281ms (Views: 41.6ms | ActiveRecord: 1219.7ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-11-16 12:53:08 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"1"}
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (9.9ms)
Completed 200 OK in 70ms (Views: 68.4ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:53:09 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:53:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:53:09 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:53:09 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:53:09 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:53:09 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:53:09 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:53:09 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:53:09 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:53:09 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:53:09 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:53:09 -0500
Started GET "/pulitzer/posts/here/content_elements" for ::1 at 2015-11-16 12:53:11 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"here"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "here"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.2ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (47.2ms)
Completed 200 OK in 97ms (Views: 93.9ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:53:12 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:53:12 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:53:12 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:53:12 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:53:12 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:53:12 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:53:12 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:53:12 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:53:12 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:53:12 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:53:12 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:53:12 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-16 12:53:15 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.3ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.9ms)
[1m[35mCACHE (0.3ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (63.1ms)
Completed 200 OK in 146ms (Views: 138.4ms | ActiveRecord: 1.4ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:53:15 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:53:15 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:53:15 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:53:15 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:53:15 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:53:15 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:53:15 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:53:15 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:53:15 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:53:15 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:53:15 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:53:16 -0500
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-11-16 12:53:19 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (8.9ms)
Completed 200 OK in 65ms (Views: 63.8ms | ActiveRecord: 0.2ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 12:53:19 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 12:53:19 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 12:53:19 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 12:53:19 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 12:53:19 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 12:53:19 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 12:53:19 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 12:53:19 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 12:53:19 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 12:53:19 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 12:53:19 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 12:53:19 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-16 13:42:51 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.2ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (15.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (90.3ms)
Completed 200 OK in 168ms (Views: 163.1ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 13:42:51 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 13:42:51 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 13:42:51 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 13:42:51 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 13:42:51 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 13:42:51 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 13:42:51 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 13:42:51 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 13:42:51 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 13:42:51 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 13:42:51 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 13:42:51 -0500
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-11-16 15:04:34 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (12.3ms)
Completed 200 OK in 91ms (Views: 89.9ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-16 15:04:35 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-16 15:04:35 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-16 15:04:35 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-16 15:04:35 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-16 15:04:35 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-16 15:04:35 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-16 15:04:35 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-16 15:04:35 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-16 15:04:35 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-16 15:04:35 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-16 15:04:35 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-16 15:04:35 -0500
[1m[36mPulitzer::PostTypeContentElementType Load (2.5ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::PostTypeContentElementType Load (0.2ms)[0m SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" DESC LIMIT 1
[1m[36mPulitzer::PostType Load (0.4ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.2ms)[0m SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" DESC LIMIT 1
[1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::ContentElement Load (0.4ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_type_content_element_type_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["post_type_content_element_type_id", 3]]
[1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_type_content_element_type_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["post_type_content_element_type_id", 3]]
[1m[36mPulitzer::PostTypeContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_type_content_element_type_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["post_type_content_element_type_id", 3]]
Scoped order and limit are ignored, it's forced to be batch order and batch size
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1000[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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC 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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "pulitzer_content_elements"
Started GET "/" for ::1 at 2015-11-17 15:55:40 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.5ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.7ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (68.5ms)
Started GET "/pulitzer/" for ::1 at 2015-11-17 16:14:15 -0500
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.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (12.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (16.1ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (67.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (71.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (84.9ms)
Completed 200 OK in 227ms (Views: 224.7ms | ActiveRecord: 1.9ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 16:14:16 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 16:14:16 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 16:14:16 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 16:14:16 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 16:14:16 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 16:14:16 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 16:14:16 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 16:14:16 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 16:14:16 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 16:14:16 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 16:14:16 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 16:14:16 -0500
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-11-17 16:14:19 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"1"}
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Post Load (0.4ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (26.6ms)
Completed 200 OK in 129ms (Views: 112.9ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 16:14:20 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 16:14:20 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 16:14:20 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 16:14:20 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 16:14:21 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 16:14:21 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 16:14:21 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 16:14:21 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 16:14:21 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 16:14:21 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 16:14:21 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 16:14:21 -0500
Started GET "/pulitzer/posts/jobs/edit?authenticity_token=8eqRXJJY%2FVouiH0nzofv%2FbZy43lSaMdVrrjgHtd96mmVJBs5q7xPJT7Q%2FF2453JWcxQ6JqEilnVMs9nENAh4Rw%3D%3D" for ::1 at 2015-11-17 16:14:22 -0500
Processing by Pulitzer::PostsController#edit as */*
Parameters: {"authenticity_token"=>"8eqRXJJY/VouiH0nzofv/bZy43lSaMdVrrjgHtd96mmVJBs5q7xPJT7Q/F2453JWcxQ6JqEilnVMs9nENAh4Rw==", "id"=>"jobs"}
[1m[35mPulitzer::Post Load (1747.6ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_form.html.erb (22.2ms)
Completed 200 OK in 1800ms (Views: 50.7ms | ActiveRecord: 1747.6ms)
Started GET "/pulitzer/posts/jobs?authenticity_token=8eqRXJJY%2FVouiH0nzofv%2FbZy43lSaMdVrrjgHtd96mmVJBs5q7xPJT7Q%2FF2453JWcxQ6JqEilnVMs9nENAh4Rw%3D%3D" for ::1 at 2015-11-17 16:14:26 -0500
Processing by Pulitzer::PostsController#show as */*
Parameters: {"authenticity_token"=>"8eqRXJJY/VouiH0nzofv/bZy43lSaMdVrrjgHtd96mmVJBs5q7xPJT7Q/F2453JWcxQ6JqEilnVMs9nENAh4Rw==", "id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (1.1ms)
Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/posts/jobs/edit?authenticity_token=8eqRXJJY%2FVouiH0nzofv%2FbZy43lSaMdVrrjgHtd96mmVJBs5q7xPJT7Q%2FF2453JWcxQ6JqEilnVMs9nENAh4Rw%3D%3D" for ::1 at 2015-11-17 16:14:28 -0500
Processing by Pulitzer::PostsController#edit as */*
Parameters: {"authenticity_token"=>"8eqRXJJY/VouiH0nzofv/bZy43lSaMdVrrjgHtd96mmVJBs5q7xPJT7Q/F2453JWcxQ6JqEilnVMs9nENAh4Rw==", "id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_form.html.erb (2.1ms)
Completed 200 OK in 21ms (Views: 19.7ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-17 16:14:30 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.3ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (19.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (21.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (24.7ms)
Completed 200 OK in 95ms (Views: 94.4ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 16:14:30 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 16:14:30 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 16:14:30 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 16:14:30 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 16:14:30 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 16:14:30 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 16:14:30 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 16:14:30 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 16:14:30 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 16:14:30 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 16:14:30 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 16:14:30 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=MqqogeB7xy92rvUmmgnr5ST%2FhJ9hV6vLfgqeu9cCN7BWZCLk2Z91UGb2dFzsaXZO4ZldwJId%2BuucAadhNHelng%3D%3D" for ::1 at 2015-11-17 16:14:32 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"MqqogeB7xy92rvUmmgnr5ST/hJ9hV6vLfgqeu9cCN7BWZCLk2Z91UGb2dFzsaXZO4ZldwJId+uucAadhNHelng==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (53.9ms)
Completed 200 OK in 635ms (Views: 633.9ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types/1?authenticity_token=MqqogeB7xy92rvUmmgnr5ST%2FhJ9hV6vLfgqeu9cCN7BWZCLk2Z91UGb2dFzsaXZO4ZldwJId%2BuucAadhNHelng%3D%3D" for ::1 at 2015-11-17 16:14:34 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"MqqogeB7xy92rvUmmgnr5ST/hJ9hV6vLfgqeu9cCN7BWZCLk2Z91UGb2dFzsaXZO4ZldwJId+uucAadhNHelng==", "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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (22.4ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (121.5ms)
Completed 200 OK in 140ms (Views: 139.0ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-11-17 16:14:36 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (11.6ms)
Completed 200 OK in 76ms (Views: 74.6ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 16:14:36 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 16:14:36 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 16:14:36 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 16:14:36 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 16:14:36 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 16:14:36 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 16:14:36 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 16:14:36 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 16:14:36 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 16:14:36 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 16:14:36 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 16:14:36 -0500
Started GET "/pulitzer/posts/jobs/edit?authenticity_token=JO8KKKBkxFE2sjnk%2BWTeoRxQL3zpHj3iMggpWGJYJWNAIYBNmYB2LibquJ6PBEMK2Tb2IxpUbMLQAxCCgS23TQ%3D%3D" for ::1 at 2015-11-17 16:14:37 -0500
Processing by Pulitzer::PostsController#edit as */*
Parameters: {"authenticity_token"=>"JO8KKKBkxFE2sjnk+WTeoRxQL3zpHj3iMggpWGJYJWNAIYBNmYB2LibquJ6PBEMK2Tb2IxpUbMLQAxCCgS23TQ==", "id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_form.html.erb (2.1ms)
Completed 200 OK in 24ms (Views: 22.6ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-17 16:14:47 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (19.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (21.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (24.4ms)
Completed 200 OK in 93ms (Views: 92.5ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 16:14:47 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 16:14:47 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 16:14:47 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 16:14:47 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 16:14:47 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 16:14:47 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 16:14:48 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 16:14:48 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 16:14:48 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 16:14:48 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 16:14:48 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 16:14:48 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=zYEg0plFQ%2BYd1Fhl8UiMYI8xFNIr4zgqrypW1dWNggOpT6q3oKHxmQ2M2R%2BHKBHLSlfNjdipaQpNIW8PNvgQLQ%3D%3D" for ::1 at 2015-11-17 16:14:49 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"zYEg0plFQ+Yd1Fhl8UiMYI8xFNIr4zgqrypW1dWNggOpT6q3oKHxmQ2M2R+HKBHLSlfNjdipaQpNIW8PNvgQLQ==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (39.1ms)
Completed 200 OK in 58ms (Views: 57.7ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-17 16:14:56 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"P5TbVEPsr+MZnmuD7wale9zxigGc423cXEh260YvJZ9bWlExeggdnAnG6vmZZjjQGZdTXm+pPPy+Q08xpVq3sQ==", "post_type"=>{"name"=>"jobs", "plural"=>"1", "kind"=>"free_form"}, "commit"=>"Update", "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 [1mUPDATE "pulitzer_post_types" SET "kind" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ?[0m [["kind", 1], ["updated_at", "2015-11-17 21:14:56.623394"], ["id", 1]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.0ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (117.4ms)
Completed 200 OK in 142ms (Views: 135.5ms | ActiveRecord: 1.5ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-11-17 16:14:57 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (10.7ms)
Completed 200 OK in 75ms (Views: 73.6ms | ActiveRecord: 0.3ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 16:14:58 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 16:14:58 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 16:14:58 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 16:14:58 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 16:14:58 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 16:14:58 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 16:14:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 16:14:58 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 16:14:58 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 16:14:58 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 16:14:58 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 16:14:58 -0500
Started GET "/pulitzer/posts/jobs/edit?authenticity_token=4%2F2BuJAtj9WAFIpMf7vDjpFlgTs5Sv%2F1TDgeSPr5uWSHMwvdqck9qpBMCzYJ214lVANYZMoArtWuMyeSGYwrSg%3D%3D" for ::1 at 2015-11-17 16:14:59 -0500
Processing by Pulitzer::PostsController#edit as */*
Parameters: {"authenticity_token"=>"4/2BuJAtj9WAFIpMf7vDjpFlgTs5Sv/1TDgeSPr5uWSHMwvdqck9qpBMCzYJ214lVANYZMoArtWuMyeSGYwrSg==", "id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_form.html.erb (2.3ms)
Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-11-17 16:15:00 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (9.3ms)
Completed 200 OK in 70ms (Views: 69.2ms | ActiveRecord: 0.3ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 16:15:01 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 16:15:01 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 16:15:01 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 16:15:01 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 16:15:01 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 16:15:01 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 16:15:01 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 16:15:01 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 16:15:01 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 16:15:01 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 16:15:01 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 16:15:01 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-17 16:15:02 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (18.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (20.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (23.1ms)
Completed 200 OK in 87ms (Views: 86.0ms | ActiveRecord: 0.4ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 16:15:02 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 16:15:02 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 16:15:02 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 16:15:02 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 16:15:02 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 16:15:02 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 16:15:02 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 16:15:02 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 16:15:02 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 16:15:02 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 16:15:02 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 16:15:02 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=WUBFbrkoSaIySFoTGQ2ISjzRoQnEfdL8GbZFNCK%2F9HE9js8LgMz73SIQ22lvbRXh%2Bbd4Vjc3g9z7vXzuwcpmXw%3D%3D" for ::1 at 2015-11-17 16:15:27 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"WUBFbrkoSaIySFoTGQ2ISjzRoQnEfdL8GbZFNCK/9HE9js8LgMz73SIQ22lvbRXh+bd4Vjc3g9z7vXzuwcpmXw=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (42.5ms)
Completed 200 OK in 62ms (Views: 61.7ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-17 16:15:35 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"d/pSZcacJqGFy4j3Rwuar5ustPvk/Hjy5n5n/5geCCYTNNgA/3iU3pWTCY0xawcEXsptpBe2KdIEdV4le2uaCA==", "post_type"=>{"name"=>"asdf", "plural"=>"0", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (560.1ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "asdf"], ["plural", "f"], ["kind", 1], ["created_at", "2015-11-17 21:15:35.807441"], ["updated_at", "2015-11-17 21:15:35.807441"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[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", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "asdf"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "asdf"], ["post_type_id", 2], ["slug", "asdf"], ["created_at", "2015-11-17 21:15:36.947518"], ["updated_at", "2015-11-17 21:15:36.947518"]]
[1m[35mSQL (0.5ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 3], ["created_at", "2015-11-17 21:15:36.958389"], ["updated_at", "2015-11-17 21:15:36.958389"]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (19.7ms)
Completed 200 OK in 1196ms (Views: 38.2ms | ActiveRecord: 563.2ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 16:15:38 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.4ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (11.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.5ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (38.2ms)
Completed 200 OK in 186ms (Views: 142.0ms | ActiveRecord: 2.1ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 16:15:39 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 16:15:39 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 16:15:40 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 16:15:40 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 16:15:40 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 16:15:40 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 16:15:40 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 16:15:40 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 16:15:40 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 16:15:40 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 16:15:40 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 16:15:40 -0500
Started GET "/pulitzer/content_elements/new?version_id=3&authenticity_token=Hs7H25ZxglkP8Z1%2Fpix0qVnO%2BxczAEOf1SQbDNvXCyh6AE2%2Br5UwJh%2BpHAXQTOkCnKgiSMBKEr83LyLWOKKZBg%3D%3D" for ::1 at 2015-11-17 16:15:41 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"3", "authenticity_token"=>"Hs7H25ZxglkP8Z1/pix0qVnO+xczAEOf1SQbDNvXCyh6AE2+r5UwJh+pHAXQTOkCnKgiSMBKEr83LyLWOKKZBg=="}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (10.2ms)
Completed 200 OK in 39ms (Views: 27.9ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-17 16:16:01 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (18.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (20.7ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (30.6ms)
Completed 200 OK in 643ms (Views: 642.1ms | ActiveRecord: 0.7ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 16:16:02 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 16:16:02 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 16:16:02 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 16:16:02 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 16:16:02 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 16:16:02 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 16:16:02 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 16:16:02 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 16:16:02 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 16:16:02 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 16:16:02 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 16:16:02 -0500
Started GET "/pulitzer/post_types/2/edit?authenticity_token=HF3ip5%2Fu606dsjHXfeGE6G%2Fa088AUdIZGioimBwX3jN4k2jCpgpZMY3qsK0LgRlDqrwKkPMbgzn4IRtC%2F2JMHQ%3D%3D" for ::1 at 2015-11-17 16:16:05 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"HF3ip5/u606dsjHXfeGE6G/a088AUdIZGioimBwX3jN4k2jCpgpZMY3qsK0LgRlDqrwKkPMbgzn4IRtC/2JMHQ==", "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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (38.0ms)
Completed 200 OK in 181ms (Views: 180.3ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types/2?authenticity_token=HF3ip5%2Fu606dsjHXfeGE6G%2Fa088AUdIZGioimBwX3jN4k2jCpgpZMY3qsK0LgRlDqrwKkPMbgzn4IRtC%2F2JMHQ%3D%3D" for ::1 at 2015-11-17 16:16:09 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"HF3ip5/u606dsjHXfeGE6G/a088AUdIZGioimBwX3jN4k2jCpgpZMY3qsK0LgRlDqrwKkPMbgzn4IRtC/2JMHQ==", "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", 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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.2ms)
Completed 200 OK in 22ms (Views: 21.0ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 16:16:10 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (23.0ms)
Completed 200 OK in 84ms (Views: 79.5ms | ActiveRecord: 0.7ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 16:16:10 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 16:16:10 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 16:16:10 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 16:16:10 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 16:16:10 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 16:16:10 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 16:16:10 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 16:16:10 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 16:16:10 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 16:16:10 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 16:16:10 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 16:16:10 -0500
Started GET "/pulitzer/content_elements/new?version_id=3&authenticity_token=xxBe45u8OJhY6nlmfpZzflyGKGZQM6bm4%2Fn6P0g41gmj3tSGoliK50iy%2BBwI9u7VmeDxOaN598YB8sPlq01EJw%3D%3D" for ::1 at 2015-11-17 16:16:13 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"3", "authenticity_token"=>"xxBe45u8OJhY6nlmfpZzflyGKGZQM6bm4/n6P0g41gmj3tSGoliK50iy+BwI9u7VmeDxOaN598YB8sPlq01EJw=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (4.7ms)
Completed 200 OK in 23ms (Views: 21.0ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-17 16:16:28 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"dAXdhh40zRwRoPYb+bG5ewX0Oso48v1OqTDZvAyZ100Qy1fjJ9B/YwH4d2GP0STQwJLjlcu4rG5LO+Bm7+xFYw==", "content_element"=>{"label"=>"header", "content_element_type_id"=>"1", "text_editor"=>"Simple editor", "version_id"=>"3"}, "commit"=>"Create"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "content_element_type_id", "text_editor", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "header"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["version_id", 3], ["created_at", "2015-11-17 21:16:28.018549"], ["updated_at", "2015-11-17 21:16:28.018549"]]
[1m[35m (2211.3ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (12.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (58.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (87.1ms)
Completed 200 OK in 2330ms (Views: 113.0ms | ActiveRecord: 2211.9ms)
Started PATCH "/pulitzer/content_elements/8" for ::1 at 2015-11-17 16:16:58 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"hrqB6kw3jwKFSC3HRR47m5jq24fWj+xyDJp61q0D7YfidAuPddM9fZUQrL0zfqYwXYwC2CXFvVLukUMMTnZ/qQ==", "content_element"=>{"title"=>"sdf", "body"=>"asdf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"8"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 8]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "sdf"], ["body", "asdf"], ["updated_at", "2015-11-17 21:16:58.584604"], ["id", 8]]
[1m[36m (34.2ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.8ms)
Completed 200 OK in 64ms (Views: 25.0ms | ActiveRecord: 35.1ms)
Started GET "/pulitzer/posts/asdf/content_elements/8/edit?authenticity_token=xxBe45u8OJhY6nlmfpZzflyGKGZQM6bm4%2Fn6P0g41gmj3tSGoliK50iy%2BBwI9u7VmeDxOaN598YB8sPlq01EJw%3D%3D" for ::1 at 2015-11-17 16:17:16 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"xxBe45u8OJhY6nlmfpZzflyGKGZQM6bm4/n6P0g41gmj3tSGoliK50iy+BwI9u7VmeDxOaN598YB8sPlq01EJw==", "post_id"=>"asdf", "id"=>"8"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 8]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (10.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (49.6ms)
Completed 200 OK in 70ms (Views: 68.6ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/content_elements/8?authenticity_token=xxBe45u8OJhY6nlmfpZzflyGKGZQM6bm4%2Fn6P0g41gmj3tSGoliK50iy%2BBwI9u7VmeDxOaN598YB8sPlq01EJw%3D%3D" for ::1 at 2015-11-17 16:17:20 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"xxBe45u8OJhY6nlmfpZzflyGKGZQM6bm4/n6P0g41gmj3tSGoliK50iy+BwI9u7VmeDxOaN598YB8sPlq01EJw==", "id"=>"8"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 8]]
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Completed 200 OK in 22ms (Views: 20.7ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:05:59 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (1.6ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (55.2ms)
Completed 200 OK in 180ms (Views: 156.5ms | ActiveRecord: 2.7ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 22:06:02 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 22:06:02 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 22:06:02 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 22:06:02 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 22:06:02 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 22:06:02 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 22:06:02 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 22:06:02 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 22:06:02 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 22:06:02 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 22:06:02 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 22:06:02 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:11:40 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.6ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.4ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.4ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.4ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.5ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.6ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (17.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (80.2ms)
Completed 200 OK in 380ms (Views: 199.9ms | ActiveRecord: 4.4ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 22:11:42 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 22:11:42 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 22:11:42 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 22:11:42 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 22:11:42 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 22:11:42 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 22:11:42 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 22:11:42 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 22:11:42 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 22:11:42 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 22:11:42 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 22:11:42 -0500
Started GET "/pulitzer/content_elements/new?version_id=3&authenticity_token=wfVa4DpHNjAMeRt%2FPQnptKrthT9xm4ZvLDlMMnKKOtalO9CFA6OETxwhmgVLaXQfb4tcYILR10%2FOMnXokf%2Bo%2BA%3D%3D" for ::1 at 2015-11-17 22:27:39 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"3", "authenticity_token"=>"wfVa4DpHNjAMeRt/PQnptKrthT9xm4ZvLDlMMnKKOtalO9CFA6OETxwhmgVLaXQfb4tcYILR10/OMnXokf+o+A=="}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (48.3ms)
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to AddKindToPulitzerContentElements (20151118032759)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (77.8ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "kind" integer DEFAULT 0[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151118032759"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.3ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
[0m
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:28:04 -0500
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (56.7ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:28:13 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.4ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (14.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (895.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (11.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (959.3ms)
Completed 200 OK in 1240ms (Views: 1052.0ms | ActiveRecord: 2.9ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 22:28:15 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 22:28:15 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 22:28:15 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 22:28:15 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 22:28:15 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 22:28:15 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 22:28:15 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 22:28:15 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 22:28:15 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 22:28:15 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 22:28:15 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 22:28:15 -0500
Started GET "/pulitzer/content_elements/new?version_id=3&authenticity_token=hjoh0uIyWpswBPYWcc28AOtnl04KOxhAEAR%2F%2FZeW3%2FDi9Ku329bo5CBcd2wHrSGrLgFOEflxSWDyD0YndONN3g%3D%3D" for ::1 at 2015-11-17 22:28:17 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"3", "authenticity_token"=>"hjoh0uIyWpswBPYWcc28AOtnl04KOxhAEAR//ZeW3/Di9Ku329bo5CBcd2wHrSGrLgFOEflxSWDyD0YndONN3g=="}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (27.5ms)
Completed 200 OK in 46ms (Views: 43.5ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:29:33 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (36.5ms)
Completed 200 OK in 139ms (Views: 124.6ms | ActiveRecord: 0.9ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 22:29:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 22:29:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 22:29:33 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 22:29:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 22:29:33 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 22:29:33 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 22:29:33 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 22:29:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 22:29:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 22:29:33 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 22:29:33 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 22:29:33 -0500
Started GET "/pulitzer/content_elements/new?version_id=3&authenticity_token=OQo15URhgnDsnzjybU350dVWWWDSEWFSqf2DT3Td2i1dxL%2BAfYUwD%2FzHuYgbLWR6EDCAPyFbMHJL9rqVl6hIAw%3D%3D" for ::1 at 2015-11-17 22:29:37 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"3", "authenticity_token"=>"OQo15URhgnDsnzjybU350dVWWWDSEWFSqf2DT3Td2i1dxL+AfYUwD/zHuYgbLWR6EDCAPyFbMHJL9rqVl6hIAw=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (24.9ms)
Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.4ms)
ActionView::Template::Error (undefined method `merge' for :free_form:Symbol):
17:
18:
19: <%= f.hidden_field :version_id %>
20: <%= f.hidden_field :kind, :free_form %>
21:
22: <%= submit_tag "Create" %>
23: <%= link_to('Cancel', '#', :class => 'button',
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1870:in `objectify_options'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1751:in `hidden_field'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:20:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb__1594160238003111674_70100020915380'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb__1594160238003111674_70100020915380'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (31.8ms)
Started GET "/pulitzer/content_elements/new?version_id=3&authenticity_token=OQo15URhgnDsnzjybU350dVWWWDSEWFSqf2DT3Td2i1dxL%2BAfYUwD%2FzHuYgbLWR6EDCAPyFbMHJL9rqVl6hIAw%3D%3D" for ::1 at 2015-11-17 22:29:38 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"3", "authenticity_token"=>"OQo15URhgnDsnzjybU350dVWWWDSEWFSqf2DT3Td2i1dxL+AfYUwD/zHuYgbLWR6EDCAPyFbMHJL9rqVl6hIAw=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (23.0ms)
Completed 500 Internal Server Error in 44ms (ActiveRecord: 0.4ms)
ActionView::Template::Error (undefined method `merge' for :free_form:Symbol):
17:
18:
19: <%= f.hidden_field :version_id %>
20: <%= f.hidden_field :kind, :free_form %>
21:
22: <%= submit_tag "Create" %>
23: <%= link_to('Cancel', '#', :class => 'button',
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1870:in `objectify_options'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1751:in `hidden_field'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:20:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb__1594160238003111674_70100020915380'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb__1594160238003111674_70100020915380'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (40.1ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:30:12 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (22.7ms)
Completed 200 OK in 79ms (Views: 76.0ms | ActiveRecord: 0.6ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 22:30:12 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 22:30:12 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 22:30:12 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 22:30:12 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 22:30:12 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 22:30:12 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 22:30:12 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 22:30:12 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 22:30:12 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 22:30:12 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 22:30:12 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 22:30:12 -0500
Started GET "/pulitzer/content_elements/new?version_id=3&authenticity_token=C8mNfiXtoZfkOKj03l7Ko0NatPRUDGJ9nRssZ%2BaewnVvBwcbHAkT6PRgKY6oPlcIhjxtq6dGM11%2FEBW9BetQWw%3D%3D" for ::1 at 2015-11-17 22:30:13 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"3", "authenticity_token"=>"C8mNfiXtoZfkOKj03l7Ko0NatPRUDGJ9nRssZ+aewnVvBwcbHAkT6PRgKY6oPlcIhjxtq6dGM11/EBW9BetQWw=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (22.4ms)
Completed 500 Internal Server Error in 39ms (ActiveRecord: 0.4ms)
ActionView::Template::Error (undefined method `merge' for "free_form":String):
17:
18:
19: <%= f.hidden_field :version_id %>
20: <%= f.hidden_field :kind, "free_form" %>
21:
22: <%= submit_tag "Create" %>
23: <%= link_to('Cancel', '#', :class => 'button',
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1870:in `objectify_options'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1751:in `hidden_field'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:20:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb__1594160238003111674_70100044875420'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__new_html_erb__1594160238003111674_70100044875420'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:14:in `new'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (31.6ms)
Started GET "/pulitzer/content_elements/new?version_id=3&authenticity_token=C8mNfiXtoZfkOKj03l7Ko0NatPRUDGJ9nRssZ%2BaewnVvBwcbHAkT6PRgKY6oPlcIhjxtq6dGM11%2FEBW9BetQWw%3D%3D" for ::1 at 2015-11-17 22:30:35 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"3", "authenticity_token"=>"C8mNfiXtoZfkOKj03l7Ko0NatPRUDGJ9nRssZ+aewnVvBwcbHAkT6PRgKY6oPlcIhjxtq6dGM11/EBW9BetQWw=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (8.8ms)
Completed 200 OK in 30ms (Views: 28.1ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:33:59 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (556.7ms)
Completed 200 OK in 616ms (Views: 612.4ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 22:34:00 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 22:34:00 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 22:34:00 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 22:34:00 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 22:34:00 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 22:34:00 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 22:34:00 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 22:34:00 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 22:34:00 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 22:34:00 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 22:34:00 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 22:34:01 -0500
Started GET "/pulitzer/content_elements/new?version_id=3&authenticity_token=hlYnTW2Rr8B6UWcGIf0OUfZfDsPF8NCG9HQNFKRmSX7imK0oVHUdv2oJ5nxXnZP6MznXnDa6gaYWfzTORxPbUA%3D%3D" for ::1 at 2015-11-17 22:34:01 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"3", "authenticity_token"=>"hlYnTW2Rr8B6UWcGIf0OUfZfDsPF8NCG9HQNFKRmSX7imK0oVHUdv2oJ5nxXnZP6MznXnDa6gaYWfzTORxPbUA=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (5.0ms)
Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-17 22:34:12 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"RUWKd0tF4z0VUN3XgYtr9pFM2c9oS6bu4F22Ld0DLWEhiwAScqFRQgUIXK336/ZdVCoAkJsB984CVo/3Pna/Tw==", "content_element"=>{"content_element_type_id"=>"2", "height"=>"100", "width"=>"100", "version_id"=>"3", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("content_element_type_id", "version_id", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["content_element_type_id", 2], ["version_id", 3], ["kind", 1], ["created_at", "2015-11-18 03:34:12.043093"], ["updated_at", "2015-11-18 03:34:12.043093"]]
[1m[36m (0.7ms)[0m [1mcommit 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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (24.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (44.2ms)
Completed 500 Internal Server Error in 71ms (ActiveRecord: 1.4ms)
ActionView::Template::Error (undefined method `humanize' for nil:NilClass):
1: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true,
2: data: { server_endpoint: content_element_path(content_element) } do |f| %>
3: <%= f.label content_element.label %>
4: <%= f.text_field :title, placeholder: 'Title' %>
5: <%= render partial: "#{content_element.type}_fields", locals: { f: f, content_element: content_element } %>
6: <%= submit_tag "Update" %>
activemodel (4.2.4) lib/active_model/translation.rb:63:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:34:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:14:in `translate'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:21:in `translation'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:74:in `render_component'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:65:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:766:in `label'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1650:in `label'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:3:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___4111956666575969351_70100043375140'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___4111956666575969351_70100043375140'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___1141074852687390010_70100047371060'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:20:in `create'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (40.0ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:34:54 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (26.0ms)
Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.7ms)
ActionView::Template::Error (undefined method `humanize' for nil:NilClass):
1: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true,
2: data: { server_endpoint: content_element_path(content_element) } do |f| %>
3: <%= f.label content_element.label %>
4: <%= f.text_field :title, placeholder: 'Title' %>
5: <%= render partial: "#{content_element.type}_fields", locals: { f: f, content_element: content_element } %>
6: <%= submit_tag "Update" %>
activemodel (4.2.4) lib/active_model/translation.rb:63:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:34:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:14:in `translate'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:21:in `translation'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:74:in `render_component'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:65:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:766:in `label'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1650:in `label'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:3:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___4111956666575969351_70100042438160'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___4111956666575969351_70100042438160'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___1141074852687390010_70100007988240'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:25:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3558112109261528272_70100013218060'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:24:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3558112109261528272_70100013218060'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (64.0ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:35:01 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (24.5ms)
Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.6ms)
ActionView::Template::Error (undefined method `humanize' for nil:NilClass):
1: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true,
2: data: { server_endpoint: content_element_path(content_element) } do |f| %>
3: <%= f.label content_element.label %>
4: <%= f.text_field :title, placeholder: 'Title' %>
5: <%= render partial: "#{content_element.type}_fields", locals: { f: f, content_element: content_element } %>
6: <%= submit_tag "Update" %>
activemodel (4.2.4) lib/active_model/translation.rb:63:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:34:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:14:in `translate'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:21:in `translation'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:74:in `render_component'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:65:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:766:in `label'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1650:in `label'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:3:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___4111956666575969351_70100042438160'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___4111956666575969351_70100042438160'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___1141074852687390010_70100007988240'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:25:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3558112109261528272_70100013218060'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:24:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3558112109261528272_70100013218060'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (58.4ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:35:26 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (297.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (299.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (322.0ms)
Completed 500 Internal Server Error in 328ms (ActiveRecord: 0.8ms)
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb:4: syntax error, unexpected '<'
- '.freeze;@output_buffer.ap...
^
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb:5: unknown regexp option - l
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb:6: syntax error, unexpected '<'
^
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb:7: unknown regexp options - dv
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb:8: unterminated string meets end of file
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb:8: syntax error, unexpected end-of-input, expecting ')'):
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb:4: syntax error, unexpected '<'
- '.freeze;@output_buffer.ap...
^
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb:5: unknown regexp option - l
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb:6: syntax error, unexpected '<'
^
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb:7: unknown regexp options - dv
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb:8: unterminated string meets end of file
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb:8: syntax error, unexpected end-of-input, expecting ')'
actionview (4.2.4) lib/action_view/template.rb:296:in `module_eval'
actionview (4.2.4) lib/action_view/template.rb:296:in `compile'
actionview (4.2.4) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:244:in `block in compile!'
actionview (4.2.4) lib/action_view/template.rb:232:in `synchronize'
actionview (4.2.4) lib/action_view/template.rb:232:in `compile!'
actionview (4.2.4) lib/action_view/template.rb:144:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:5:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___1141074852687390010_70100007988240'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:25:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3558112109261528272_70100013218060'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:24:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3558112109261528272_70100013218060'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (69.4ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:35:32 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.4ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (560.9ms)
Completed 500 Internal Server Error in 566ms (ActiveRecord: 0.8ms)
ActionView::Template::Error (undefined method `humanize' for nil:NilClass):
1: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true,
2: data: { server_endpoint: content_element_path(content_element) } do |f| %>
3: <%= f.label content_element.label %>
4: <%= f.text_field :title, placeholder: 'Title' %>
5: <%= render partial: "#{content_element.type}_fields", locals: { f: f, content_element: content_element } %>
6: <%= submit_tag "Update" %>
activemodel (4.2.4) lib/active_model/translation.rb:63:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:34:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:14:in `translate'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:21:in `translation'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:74:in `render_component'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:65:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:766:in `label'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1650:in `label'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:3:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___4111956666575969351_70100042438160'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___4111956666575969351_70100042438160'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___1141074852687390010_70100007988240'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:25:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3558112109261528272_70100013218060'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:24:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3558112109261528272_70100013218060'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (62.1ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:35:43 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.0ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1209.5ms)
Completed 500 Internal Server Error in 1215ms (ActiveRecord: 1.1ms)
ActionView::Template::Error (undefined method `humanize' for nil:NilClass):
1: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true,
2: data: { server_endpoint: content_element_path(content_element) } do |f| %>
3: <%= f.label content_element.label %>
4: <%= f.text_field :title, placeholder: 'Title' %>
5: <%= render partial: "#{content_element.type}_fields", locals: { f: f, content_element: content_element } %>
6: <%= submit_tag "Update" %>
activemodel (4.2.4) lib/active_model/translation.rb:63:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:34:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:14:in `translate'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:21:in `translation'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:74:in `render_component'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:65:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:766:in `label'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1650:in `label'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:3:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___4111956666575969351_70100042438160'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___4111956666575969351_70100042438160'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___1141074852687390010_70100007988240'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:25:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3558112109261528272_70100013218060'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:24:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3558112109261528272_70100013218060'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (55.8ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-17 22:36:08 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.9ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (29.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (32.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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (45.6ms)
Completed 200 OK in 113ms (Views: 111.4ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 22:36:08 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 22:36:08 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 22:36:08 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 22:36:08 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 22:36:08 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 22:36:08 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 22:36:08 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 22:36:08 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 22:36:08 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 22:36:09 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 22:36:09 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 22:36:09 -0500
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-11-17 22:36:11 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (13.9ms)
Completed 200 OK in 77ms (Views: 75.8ms | ActiveRecord: 0.3ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 22:36:11 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 22:36:11 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 22:36:11 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 22:36:11 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 22:36:11 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 22:36:11 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 22:36:11 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 22:36:11 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 22:36:11 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 22:36:11 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 22:36:11 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 22:36:11 -0500
Started GET "/pulitzer/posts/jobs/edit?authenticity_token=M1DKaF6Ad%2BHoXN%2BaypPe0Rk3bIMuQrcovJGO0kqAB%2BdXnkANZ2TFnvgEXuC880N63FG13N0I5ghemrcIqfWVyQ%3D%3D" for ::1 at 2015-11-17 22:36:13 -0500
Processing by Pulitzer::PostsController#edit as */*
Parameters: {"authenticity_token"=>"M1DKaF6Ad+HoXN+aypPe0Rk3bIMuQrcovJGO0kqAB+dXnkANZ2TFnvgEXuC880N63FG13N0I5ghemrcIqfWVyQ==", "id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_form.html.erb (3.0ms)
Completed 200 OK in 1275ms (Views: 1274.3ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/posts/jobs?authenticity_token=M1DKaF6Ad%2BHoXN%2BaypPe0Rk3bIMuQrcovJGO0kqAB%2BdXnkANZ2TFnvgEXuC880N63FG13N0I5ghemrcIqfWVyQ%3D%3D" for ::1 at 2015-11-17 22:36:17 -0500
Processing by Pulitzer::PostsController#show as */*
Parameters: {"authenticity_token"=>"M1DKaF6Ad+HoXN+aypPe0Rk3bIMuQrcovJGO0kqAB+dXnkANZ2TFnvgEXuC880N63FG13N0I5ghemrcIqfWVyQ==", "id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.9ms)
Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/posts/here/edit?authenticity_token=M1DKaF6Ad%2BHoXN%2BaypPe0Rk3bIMuQrcovJGO0kqAB%2BdXnkANZ2TFnvgEXuC880N63FG13N0I5ghemrcIqfWVyQ%3D%3D" for ::1 at 2015-11-17 22:36:18 -0500
Processing by Pulitzer::PostsController#edit as */*
Parameters: {"authenticity_token"=>"M1DKaF6Ad+HoXN+aypPe0Rk3bIMuQrcovJGO0kqAB+dXnkANZ2TFnvgEXuC880N63FG13N0I5ghemrcIqfWVyQ==", "id"=>"here"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "here"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_form.html.erb (2.2ms)
Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/posts/here?authenticity_token=M1DKaF6Ad%2BHoXN%2BaypPe0Rk3bIMuQrcovJGO0kqAB%2BdXnkANZ2TFnvgEXuC880N63FG13N0I5ghemrcIqfWVyQ%3D%3D" for ::1 at 2015-11-17 22:36:20 -0500
Processing by Pulitzer::PostsController#show as */*
Parameters: {"authenticity_token"=>"M1DKaF6Ad+HoXN+aypPe0Rk3bIMuQrcovJGO0kqAB+dXnkANZ2TFnvgEXuC880N63FG13N0I5ghemrcIqfWVyQ==", "id"=>"here"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "here"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.6ms)
Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-17 22:36:22 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (15.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (17.5ms)
[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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (28.0ms)
Completed 200 OK in 85ms (Views: 83.6ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 22:36:22 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 22:36:22 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 22:36:22 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 22:36:22 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 22:36:22 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 22:36:22 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 22:36:22 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 22:36:22 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 22:36:22 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 22:36:22 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 22:36:22 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 22:36:22 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:36:24 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.4ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (28.3ms)
Completed 500 Internal Server Error in 34ms (ActiveRecord: 0.8ms)
ActionView::Template::Error (undefined method `humanize' for nil:NilClass):
1: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true,
2: data: { server_endpoint: content_element_path(content_element) } do |f| %>
3: <%= f.label content_element.label %>
4: <%= f.text_field :title, placeholder: 'Title' %>
5: <%= render partial: "#{content_element.type}_fields", locals: { f: f, content_element: content_element } %>
6: <%= submit_tag "Update" %>
activemodel (4.2.4) lib/active_model/translation.rb:63:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:34:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:14:in `translate'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:21:in `translation'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:74:in `render_component'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:65:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:766:in `label'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1650:in `label'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:3:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___4111956666575969351_70100042438160'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___4111956666575969351_70100042438160'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___1141074852687390010_70100007988240'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:25:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3558112109261528272_70100013218060'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:24:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3558112109261528272_70100013218060'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (60.2ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:38:06 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (19.3ms)
Completed 200 OK in 85ms (Views: 81.2ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 22:38:07 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 22:38:07 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 22:38:07 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 22:38:07 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 22:38:07 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 22:38:07 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 22:38:07 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 22:38:07 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 22:38:07 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 22:38:07 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 22:38:07 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 22:38:07 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:38:36 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.2ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (30.6ms)
Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.9ms)
ActionView::Template::Error (undefined method `humanize' for nil:NilClass):
1: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true,
2: data: { server_endpoint: content_element_path(content_element) } do |f| %>
3: <%= f.label content_element.label %>
4: <%= f.text_field :title, placeholder: 'Title' %>
5: <%= render partial: "#{content_element.type}_fields", locals: { f: f, content_element: content_element } %>
6: <%= submit_tag "Update" %>
activemodel (4.2.4) lib/active_model/translation.rb:63:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:34:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:14:in `translate'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:21:in `translation'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:74:in `render_component'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:65:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:766:in `label'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1650:in `label'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:3:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___4111956666575969351_70100042438160'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___4111956666575969351_70100042438160'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___1141074852687390010_70100047528740'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:25:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3558112109261528272_70100046248540'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:24:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3558112109261528272_70100046248540'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (61.4ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:38:37 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.2ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (23.4ms)
Completed 500 Internal Server Error in 28ms (ActiveRecord: 0.6ms)
ActionView::Template::Error (undefined method `humanize' for nil:NilClass):
1: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true,
2: data: { server_endpoint: content_element_path(content_element) } do |f| %>
3: <%= f.label content_element.label %>
4: <%= f.text_field :title, placeholder: 'Title' %>
5: <%= render partial: "#{content_element.type}_fields", locals: { f: f, content_element: content_element } %>
6: <%= submit_tag "Update" %>
activemodel (4.2.4) lib/active_model/translation.rb:63:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:34:in `human_attribute_name'
actionview (4.2.4) lib/action_view/helpers/tags/translator.rb:14:in `translate'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:21:in `translation'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:74:in `render_component'
actionview (4.2.4) lib/action_view/helpers/tags/label.rb:65:in `render'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:766:in `label'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:1650:in `label'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:3:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___4111956666575969351_70100042438160'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:1:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___4111956666575969351_70100042438160'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___1141074852687390010_70100047528740'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:25:in `block in ___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3558112109261528272_70100046248540'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb:24:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements_index_html_erb___3558112109261528272_70100046248540'
actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.4) lib/action_view/template.rb:143:in `render'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (18.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (76.2ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:38:44 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (0.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (88.0ms)
Completed 200 OK in 156ms (Views: 153.6ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 22:38:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 22:38:44 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 22:38:44 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 22:38:44 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 22:38:44 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 22:38:44 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 22:38:44 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 22:38:44 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 22:38:44 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 22:38:44 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 22:38:44 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 22:38:44 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:38:54 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.4ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (27.3ms)
Completed 200 OK in 83ms (Views: 79.7ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 22:38:54 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 22:38:54 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 22:38:54 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 22:38:54 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 22:38:54 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 22:38:55 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 22:38:55 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 22:38:55 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 22:38:55 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 22:38:55 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 22:38:55 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 22:38:55 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:39:14 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (41.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (43.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.4ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (88.0ms)
Completed 200 OK in 152ms (Views: 148.7ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 22:39:14 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 22:39:14 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 22:39:14 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 22:39:14 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 22:39:14 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 22:39:16 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 22:39:16 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 22:39:16 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 22:39:16 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 22:39:16 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 22:39:16 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 22:39:16 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:45:08 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.9ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (43.9ms)
Completed 200 OK in 170ms (Views: 102.2ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 22:45:09 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 22:45:09 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 22:45:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 22:45:09 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 22:45:09 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 22:45:09 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 22:45:09 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 22:45:09 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 22:45:09 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 22:45:09 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 22:45:09 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 22:45:10 -0500
Started GET "/pulitzer/content_elements/9?authenticity_token=KBCm2k6wVkBDs117itZqZujLMZ9ZZQ4sqKQaoXFmWIhM3iy%2Fd1TkP1Pr3AH8tvfNLa3owKovXwxKryN7khPKpg%3D%3D" for ::1 at 2015-11-17 22:45:13 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"KBCm2k6wVkBDs117itZqZujLMZ9ZZQ4sqKQaoXFmWIhM3iy/d1TkP1Pr3AH8tvfNLa3owKovXwxKryN7khPKpg==", "id"=>"9"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 9]]
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.2ms)
Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/asdf/content_elements/9/edit?authenticity_token=KBCm2k6wVkBDs117itZqZujLMZ9ZZQ4sqKQaoXFmWIhM3iy%2Fd1TkP1Pr3AH8tvfNLa3owKovXwxKryN7khPKpg%3D%3D" for ::1 at 2015-11-17 22:45:15 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"KBCm2k6wVkBDs117itZqZujLMZ9ZZQ4sqKQaoXFmWIhM3iy/d1TkP1Pr3AH8tvfNLa3owKovXwxKryN7khPKpg==", "post_id"=>"asdf", "id"=>"9"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (51.7ms)
Completed 200 OK in 75ms (Views: 73.4ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:45:16 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (34.6ms)
Completed 200 OK in 99ms (Views: 95.4ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 22:45:16 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 22:45:16 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 22:45:16 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 22:45:16 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 22:45:16 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 22:45:16 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 22:45:16 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 22:45:16 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 22:45:16 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 22:45:16 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 22:45:16 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 22:45:16 -0500
Started GET "/pulitzer/posts/asdf/content_elements/8/edit?authenticity_token=96shqwkMlySEwyuCT0q%2BNWUEFgpfMBjhTPSu2j%2B%2B9YeTZavOMOglW5Sbqvg5KiOeoGLPVax6ScGu%2F5cA3MtnqQ%3D%3D" for ::1 at 2015-11-17 22:45:17 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"96shqwkMlySEwyuCT0q+NWUEFgpfMBjhTPSu2j++9YeTZavOMOglW5Sbqvg5KiOeoGLPVax6ScGu/5cA3MtnqQ==", "post_id"=>"asdf", "id"=>"8"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 8]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1263.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (1297.9ms)
Completed 200 OK in 1314ms (Views: 1312.4ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/content_elements/8?authenticity_token=96shqwkMlySEwyuCT0q%2BNWUEFgpfMBjhTPSu2j%2B%2B9YeTZavOMOglW5Sbqvg5KiOeoGLPVax6ScGu%2F5cA3MtnqQ%3D%3D" for ::1 at 2015-11-17 22:45:38 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"96shqwkMlySEwyuCT0q+NWUEFgpfMBjhTPSu2j++9YeTZavOMOglW5Sbqvg5KiOeoGLPVax6ScGu/5cA3MtnqQ==", "id"=>"8"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 8]]
[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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Completed 200 OK in 19ms (Views: 17.7ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/asdf/content_elements/8/edit?authenticity_token=96shqwkMlySEwyuCT0q%2BNWUEFgpfMBjhTPSu2j%2B%2B9YeTZavOMOglW5Sbqvg5KiOeoGLPVax6ScGu%2F5cA3MtnqQ%3D%3D" for ::1 at 2015-11-17 22:45:39 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"96shqwkMlySEwyuCT0q+NWUEFgpfMBjhTPSu2j++9YeTZavOMOglW5Sbqvg5KiOeoGLPVax6ScGu/5cA3MtnqQ==", "post_id"=>"asdf", "id"=>"8"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 8]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (8.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (41.0ms)
Completed 200 OK in 59ms (Views: 57.5ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/content_elements/8?authenticity_token=96shqwkMlySEwyuCT0q%2BNWUEFgpfMBjhTPSu2j%2B%2B9YeTZavOMOglW5Sbqvg5KiOeoGLPVax6ScGu%2F5cA3MtnqQ%3D%3D" for ::1 at 2015-11-17 22:45:48 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"96shqwkMlySEwyuCT0q+NWUEFgpfMBjhTPSu2j++9YeTZavOMOglW5Sbqvg5KiOeoGLPVax6ScGu/5cA3MtnqQ==", "id"=>"8"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 8]]
[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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/asdf/content_elements/8/edit?authenticity_token=96shqwkMlySEwyuCT0q%2BNWUEFgpfMBjhTPSu2j%2B%2B9YeTZavOMOglW5Sbqvg5KiOeoGLPVax6ScGu%2F5cA3MtnqQ%3D%3D" for ::1 at 2015-11-17 22:45:50 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"96shqwkMlySEwyuCT0q+NWUEFgpfMBjhTPSu2j++9YeTZavOMOglW5Sbqvg5KiOeoGLPVax6ScGu/5cA3MtnqQ==", "post_id"=>"asdf", "id"=>"8"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 8]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (7.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (39.1ms)
Completed 200 OK in 55ms (Views: 53.8ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/content_elements/8?authenticity_token=96shqwkMlySEwyuCT0q%2BNWUEFgpfMBjhTPSu2j%2B%2B9YeTZavOMOglW5Sbqvg5KiOeoGLPVax6ScGu%2F5cA3MtnqQ%3D%3D" for ::1 at 2015-11-17 22:45:55 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"96shqwkMlySEwyuCT0q+NWUEFgpfMBjhTPSu2j++9YeTZavOMOglW5Sbqvg5KiOeoGLPVax6ScGu/5cA3MtnqQ==", "id"=>"8"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 8]]
[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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
Completed 200 OK in 24ms (Views: 22.3ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/content_elements/9?authenticity_token=96shqwkMlySEwyuCT0q%2BNWUEFgpfMBjhTPSu2j%2B%2B9YeTZavOMOglW5Sbqvg5KiOeoGLPVax6ScGu%2F5cA3MtnqQ%3D%3D" for ::1 at 2015-11-17 22:45:58 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"96shqwkMlySEwyuCT0q+NWUEFgpfMBjhTPSu2j++9YeTZavOMOglW5Sbqvg5KiOeoGLPVax6ScGu/5cA3MtnqQ==", "id"=>"9"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 9]]
[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", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:50:30 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (267.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (269.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (313.1ms)
Completed 200 OK in 372ms (Views: 368.3ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 22:50:30 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 22:50:30 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 22:50:30 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 22:50:30 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 22:50:30 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 22:50:30 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 22:50:30 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 22:50:30 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 22:50:30 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 22:50:30 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 22:50:30 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 22:50:30 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:51:07 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.9ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (70.7ms)
Completed 200 OK in 1306ms (Views: 1302.4ms | ActiveRecord: 1.2ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 22:51:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 22:51:09 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 22:51:09 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 22:51:09 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 22:51:09 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 22:51:09 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 22:51:09 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 22:51:09 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 22:51:09 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 22:51:09 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 22:51:09 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 22:51:09 -0500
Started GET "/pulitzer/content_elements/9?authenticity_token=dnktyJf8ndW3T1hX86aAIBT86tGNtfTMC69WzobF%2FzISt6etrhgvqqcX2S2Fxh2L0Zozjn7%2FpezppG8UZbBtHA%3D%3D" for ::1 at 2015-11-17 22:51:12 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"dnktyJf8ndW3T1hX86aAIBT86tGNtfTMC69WzobF/zISt6etrhgvqqcX2S2Fxh2L0Zozjn7/pezppG8UZbBtHA==", "id"=>"9"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 9]]
[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", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Completed 200 OK in 19ms (Views: 17.8ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/content_elements/9?authenticity_token=dnktyJf8ndW3T1hX86aAIBT86tGNtfTMC69WzobF%2FzISt6etrhgvqqcX2S2Fxh2L0Zozjn7%2FpezppG8UZbBtHA%3D%3D" for ::1 at 2015-11-17 22:51:16 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"dnktyJf8ndW3T1hX86aAIBT86tGNtfTMC69WzobF/zISt6etrhgvqqcX2S2Fxh2L0Zozjn7/pezppG8UZbBtHA==", "id"=>"9"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 9]]
[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", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Completed 200 OK in 21ms (Views: 19.4ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:51:17 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (44.2ms)
Completed 200 OK in 104ms (Views: 101.3ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 22:51:20 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 22:51:20 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 22:51:20 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 22:51:20 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 22:51:20 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 22:51:20 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 22:51:20 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 22:51:20 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 22:51:20 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 22:51:20 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 22:51:20 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 22:51:20 -0500
Started GET "/pulitzer/content_elements/new?version_id=3&authenticity_token=Lf1CwWfjRcoftSHaoozcBS4lnvbdhB3YKKgbqEB%2Bl6ZJM8ikXgf3tQ%2FtoKDU7EGu60NHqS7OTPjKoyJyowsFiA%3D%3D" for ::1 at 2015-11-17 22:52:53 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"3", "authenticity_token"=>"Lf1CwWfjRcoftSHaoozcBS4lnvbdhB3YKKgbqEB+l6ZJM8ikXgf3tQ/toKDU7EGu60NHqS7OTPjKoyJyowsFiA=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (3.5ms)
Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-17 22:53:00 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"zg13N15NjNc3eBZlJZQ9s/2TC56YTUomHJKuM4/njEqqw/1SZ6k+qCcglx9T9KAYOPXSwWsHGwb+mZfpbJIeZA==", "content_element"=>{"content_element_type_id"=>"3", "version_id"=>"3", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("content_element_type_id", "version_id", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["content_element_type_id", 3], ["version_id", 3], ["kind", 1], ["created_at", "2015-11-18 03:53:00.119009"], ["updated_at", "2015-11-18 03:53:00.119009"]]
[1m[35m (294.4ms)[0m commit 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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (33.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (51.5ms)
Completed 200 OK in 368ms (Views: 69.9ms | ActiveRecord: 294.9ms)
Started GET "/pulitzer/content_elements/10?authenticity_token=Lf1CwWfjRcoftSHaoozcBS4lnvbdhB3YKKgbqEB%2Bl6ZJM8ikXgf3tQ%2FtoKDU7EGu60NHqS7OTPjKoyJyowsFiA%3D%3D" for ::1 at 2015-11-17 22:53:12 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"Lf1CwWfjRcoftSHaoozcBS4lnvbdhB3YKKgbqEB+l6ZJM8ikXgf3tQ/toKDU7EGu60NHqS7OTPjKoyJyowsFiA==", "id"=>"10"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 10]]
[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", 3]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
Completed 200 OK in 21ms (Views: 19.3ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/9?authenticity_token=Lf1CwWfjRcoftSHaoozcBS4lnvbdhB3YKKgbqEB%2Bl6ZJM8ikXgf3tQ%2FtoKDU7EGu60NHqS7OTPjKoyJyowsFiA%3D%3D" for ::1 at 2015-11-17 22:53:13 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"Lf1CwWfjRcoftSHaoozcBS4lnvbdhB3YKKgbqEB+l6ZJM8ikXgf3tQ/toKDU7EGu60NHqS7OTPjKoyJyowsFiA==", "id"=>"9"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 9]]
[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", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Completed 200 OK in 20ms (Views: 18.2ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:53:20 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1431.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (1433.2ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.0ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1500.1ms)
Completed 200 OK in 1558ms (Views: 1554.9ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 22:53:22 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 22:53:22 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 22:53:22 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 22:53:22 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 22:53:22 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 22:53:22 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 22:53:22 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 22:53:22 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 22:53:22 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 22:53:22 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 22:53:22 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 22:53:22 -0500
Started GET "/pulitzer/content_elements/9?authenticity_token=sNCWGjIHu9DS%2B6Nox1u9Tg%2F%2F%2BdtSIveC47dK0g5z2wvUHhx%2FC%2BMJr8KjIhKxOyDlypkghKFopqIBvHMI7QZJJQ%3D%3D" for ::1 at 2015-11-17 22:53:27 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"sNCWGjIHu9DS+6Nox1u9Tg//+dtSIveC47dK0g5z2wvUHhx/C+MJr8KjIhKxOyDlypkghKFopqIBvHMI7QZJJQ==", "id"=>"9"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 9]]
[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", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Completed 200 OK in 22ms (Views: 20.3ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/10?authenticity_token=sNCWGjIHu9DS%2B6Nox1u9Tg%2F%2F%2BdtSIveC47dK0g5z2wvUHhx%2FC%2BMJr8KjIhKxOyDlypkghKFopqIBvHMI7QZJJQ%3D%3D" for ::1 at 2015-11-17 22:53:28 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"sNCWGjIHu9DS+6Nox1u9Tg//+dtSIveC47dK0g5z2wvUHhx/C+MJr8KjIhKxOyDlypkghKFopqIBvHMI7QZJJQ==", "id"=>"10"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 10]]
[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", 3]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/9?authenticity_token=sNCWGjIHu9DS%2B6Nox1u9Tg%2F%2F%2BdtSIveC47dK0g5z2wvUHhx%2FC%2BMJr8KjIhKxOyDlypkghKFopqIBvHMI7QZJJQ%3D%3D" for ::1 at 2015-11-17 22:53:30 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"sNCWGjIHu9DS+6Nox1u9Tg//+dtSIveC47dK0g5z2wvUHhx/C+MJr8KjIhKxOyDlypkghKFopqIBvHMI7QZJJQ==", "id"=>"9"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 9]]
[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", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/content_elements/9?authenticity_token=sNCWGjIHu9DS%2B6Nox1u9Tg%2F%2F%2BdtSIveC47dK0g5z2wvUHhx%2FC%2BMJr8KjIhKxOyDlypkghKFopqIBvHMI7QZJJQ%3D%3D" for ::1 at 2015-11-17 22:53:31 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"sNCWGjIHu9DS+6Nox1u9Tg//+dtSIveC47dK0g5z2wvUHhx/C+MJr8KjIhKxOyDlypkghKFopqIBvHMI7QZJJQ==", "id"=>"9"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 9]]
[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", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/10?authenticity_token=sNCWGjIHu9DS%2B6Nox1u9Tg%2F%2F%2BdtSIveC47dK0g5z2wvUHhx%2FC%2BMJr8KjIhKxOyDlypkghKFopqIBvHMI7QZJJQ%3D%3D" for ::1 at 2015-11-17 22:53:33 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"sNCWGjIHu9DS+6Nox1u9Tg//+dtSIveC47dK0g5z2wvUHhx/C+MJr8KjIhKxOyDlypkghKFopqIBvHMI7QZJJQ==", "id"=>"10"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 10]]
[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", 3]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Completed 200 OK in 18ms (Views: 16.7ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:57:36 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.6ms)
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.1ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (74.4ms)
Completed 200 OK in 147ms (Views: 141.8ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 22:57:36 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 22:57:36 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 22:57:36 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 22:57:36 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 22:57:36 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 22:57:36 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 22:57:36 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 22:57:36 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 22:57:36 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 22:57:36 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 22:57:36 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 22:57:36 -0500
Started GET "/pulitzer/content_elements/9?authenticity_token=L0JSpu93cpkzxn8%2FP3ZW428IVJHz8uT6r%2B1bCW6%2BwXdLjNjD1pPA5iOe%2FkVJFstIqm6NzgC4tdpN5mLTjctTWQ%3D%3D" for ::1 at 2015-11-17 22:57:52 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"L0JSpu93cpkzxn8/P3ZW428IVJHz8uT6r+1bCW6+wXdLjNjD1pPA5iOe/kVJFstIqm6NzgC4tdpN5mLTjctTWQ==", "id"=>"9"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 9]]
[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", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/10?authenticity_token=L0JSpu93cpkzxn8%2FP3ZW428IVJHz8uT6r%2B1bCW6%2BwXdLjNjD1pPA5iOe%2FkVJFstIqm6NzgC4tdpN5mLTjctTWQ%3D%3D" for ::1 at 2015-11-17 22:57:53 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"L0JSpu93cpkzxn8/P3ZW428IVJHz8uT6r+1bCW6+wXdLjNjD1pPA5iOe/kVJFstIqm6NzgC4tdpN5mLTjctTWQ==", "id"=>"10"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 10]]
[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", 3]]
[1m[35mPulitzer::Version Load (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/9?authenticity_token=L0JSpu93cpkzxn8%2FP3ZW428IVJHz8uT6r%2B1bCW6%2BwXdLjNjD1pPA5iOe%2FkVJFstIqm6NzgC4tdpN5mLTjctTWQ%3D%3D" for ::1 at 2015-11-17 22:57:55 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"L0JSpu93cpkzxn8/P3ZW428IVJHz8uT6r+1bCW6+wXdLjNjD1pPA5iOe/kVJFstIqm6NzgC4tdpN5mLTjctTWQ==", "id"=>"9"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 9]]
[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", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Completed 200 OK in 20ms (Views: 18.2ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/9?authenticity_token=L0JSpu93cpkzxn8%2FP3ZW428IVJHz8uT6r%2B1bCW6%2BwXdLjNjD1pPA5iOe%2FkVJFstIqm6NzgC4tdpN5mLTjctTWQ%3D%3D" for ::1 at 2015-11-17 22:57:55 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"L0JSpu93cpkzxn8/P3ZW428IVJHz8uT6r+1bCW6+wXdLjNjD1pPA5iOe/kVJFstIqm6NzgC4tdpN5mLTjctTWQ==", "id"=>"9"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 9]]
[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", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/10?authenticity_token=L0JSpu93cpkzxn8%2FP3ZW428IVJHz8uT6r%2B1bCW6%2BwXdLjNjD1pPA5iOe%2FkVJFstIqm6NzgC4tdpN5mLTjctTWQ%3D%3D" for ::1 at 2015-11-17 22:57:56 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"L0JSpu93cpkzxn8/P3ZW428IVJHz8uT6r+1bCW6+wXdLjNjD1pPA5iOe/kVJFstIqm6NzgC4tdpN5mLTjctTWQ==", "id"=>"10"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 10]]
[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", 3]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Completed 200 OK in 21ms (Views: 19.5ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 22:58:04 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (61.3ms)
Completed 200 OK in 133ms (Views: 129.4ms | ActiveRecord: 0.8ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 22:58:04 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 22:58:04 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 22:58:04 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 22:58:04 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 22:58:04 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 22:58:04 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 22:58:04 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 22:58:04 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 22:58:04 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 22:58:04 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 22:58:04 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 22:58:04 -0500
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ?[0m [["post_id", 3]]
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ?[0m [["version_id", 3]]
[1m[35m (0.2ms)[0m SELECT "pulitzer_content_elements"."kind" FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:00:08 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.2ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.0ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (67.1ms)
Completed 200 OK in 132ms (Views: 127.6ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:00:08 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:00:08 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:00:08 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:00:08 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:00:08 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:00:08 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:00:08 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:00:08 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:00:08 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:00:08 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:00:08 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:00:08 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:03:01 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (54.0ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:03:14 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["kind", nil], ["version_id", 3]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (47.8ms)
Completed 200 OK in 360ms (Views: 151.5ms | ActiveRecord: 2.4ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:03:15 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:03:15 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:03:15 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:03:15 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:03:15 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:03:15 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:03:15 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:03:15 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:03:15 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:03:15 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:03:15 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:03:15 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:03:39 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.5ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:06:21 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.8ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:06:29 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["kind", nil], ["version_id", 3]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (20.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (2071.2ms)
Completed 200 OK in 2368ms (Views: 2201.5ms | ActiveRecord: 2.0ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:06:32 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:06:32 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:06:32 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:06:32 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:06:32 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:06:32 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:06:32 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:06:32 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:06:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:06:33 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:06:33 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:06:33 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:06:42 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.6ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:06:47 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.1ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (30.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (33.1ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (125.6ms)
Completed 200 OK in 403ms (Views: 220.1ms | ActiveRecord: 2.8ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:06:47 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:06:47 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:06:47 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:06:47 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:06:47 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:06:47 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:06:47 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:06:47 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:06:47 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:06:47 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:06:47 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:06:47 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:06:47 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.3ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (79.0ms)
Completed 200 OK in 159ms (Views: 152.8ms | ActiveRecord: 1.1ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:06:48 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:06:48 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:06:48 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:06:48 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:06:48 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:06:48 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:06:48 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:06:48 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:06:48 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:06:48 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:06:48 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:06:48 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:07:52 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (990.1ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:08:06 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Completed 500 Internal Server Error in 61ms (ActiveRecord: 1.1ms)
SystemStackError (stack level too deep):
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:08:44 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Completed 500 Internal Server Error in 49ms (ActiveRecord: 0.9ms)
SystemStackError (stack level too deep):
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:11:36 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["kind", 0], ["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (9.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (87.5ms)
Completed 200 OK in 362ms (Views: 185.1ms | ActiveRecord: 2.6ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:11:37 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:11:37 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:11:37 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:11:37 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:11:37 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:11:37 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:11:37 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:11:37 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:11:37 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:11:37 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:11:37 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:11:37 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:12:40 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = NULL AND "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (9.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (50.2ms)
Completed 200 OK in 320ms (Views: 155.3ms | ActiveRecord: 2.2ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:12:41 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:12:41 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:12:41 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:12:41 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:12:41 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:12:41 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:12:41 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:12:41 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:12:41 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:12:41 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:12:41 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:12:41 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:14:34 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Completed 500 Internal Server Error in 72ms (ActiveRecord: 1.0ms)
NoMethodError (undefined method `kinds' for Class:Class):
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/content_element.rb:11:in `block in '
activerecord (4.2.4) lib/active_record/scoping/default.rb:105:in `call'
activerecord (4.2.4) lib/active_record/scoping/default.rb:105:in `block (3 levels) in build_default_scope'
activerecord (4.2.4) lib/active_record/relation.rb:302:in `scoping'
activerecord (4.2.4) lib/active_record/scoping/default.rb:105:in `block (2 levels) in build_default_scope'
activerecord (4.2.4) lib/active_record/scoping/default.rb:104:in `each'
activerecord (4.2.4) lib/active_record/scoping/default.rb:104:in `inject'
activerecord (4.2.4) lib/active_record/scoping/default.rb:104:in `block in build_default_scope'
activerecord (4.2.4) lib/active_record/scoping/default.rb:127:in `evaluate_default_scope'
activerecord (4.2.4) lib/active_record/scoping/default.rb:103:in `build_default_scope'
activerecord (4.2.4) lib/active_record/scoping/named.rb:33:in `default_scoped'
activerecord (4.2.4) lib/active_record/scoping/named.rb:28:in `all'
activerecord (4.2.4) lib/active_record/associations/association.rb:124:in `target_scope'
activerecord (4.2.4) lib/active_record/associations/association.rb:86:in `scope'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:423:in `scope'
activerecord (4.2.4) lib/active_record/associations/collection_proxy.rb:37:in `initialize'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:106:in `new'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:106:in `create'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:41:in `reader'
activerecord (4.2.4) lib/active_record/associations/builder/association.rb:115:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (61.0ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:14:36 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms)
NoMethodError (undefined method `kinds' for Class:Class):
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/content_element.rb:11:in `block in '
activerecord (4.2.4) lib/active_record/scoping/default.rb:105:in `call'
activerecord (4.2.4) lib/active_record/scoping/default.rb:105:in `block (3 levels) in build_default_scope'
activerecord (4.2.4) lib/active_record/relation.rb:302:in `scoping'
activerecord (4.2.4) lib/active_record/scoping/default.rb:105:in `block (2 levels) in build_default_scope'
activerecord (4.2.4) lib/active_record/scoping/default.rb:104:in `each'
activerecord (4.2.4) lib/active_record/scoping/default.rb:104:in `inject'
activerecord (4.2.4) lib/active_record/scoping/default.rb:104:in `block in build_default_scope'
activerecord (4.2.4) lib/active_record/scoping/default.rb:127:in `evaluate_default_scope'
activerecord (4.2.4) lib/active_record/scoping/default.rb:103:in `build_default_scope'
activerecord (4.2.4) lib/active_record/scoping/named.rb:33:in `default_scoped'
activerecord (4.2.4) lib/active_record/scoping/named.rb:28:in `all'
activerecord (4.2.4) lib/active_record/associations/association.rb:124:in `target_scope'
activerecord (4.2.4) lib/active_record/associations/association.rb:86:in `scope'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:423:in `scope'
activerecord (4.2.4) lib/active_record/associations/collection_proxy.rb:37:in `initialize'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:106:in `new'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:106:in `create'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:41:in `reader'
activerecord (4.2.4) lib/active_record/associations/builder/association.rb:115:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (73.6ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:16:18 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Completed 500 Internal Server Error in 70ms (ActiveRecord: 0.9ms)
NoMethodError (undefined method `kinds' for Class:Class):
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/content_element.rb:11:in `block in '
activerecord (4.2.4) lib/active_record/scoping/default.rb:105:in `call'
activerecord (4.2.4) lib/active_record/scoping/default.rb:105:in `block (3 levels) in build_default_scope'
activerecord (4.2.4) lib/active_record/relation.rb:302:in `scoping'
activerecord (4.2.4) lib/active_record/scoping/default.rb:105:in `block (2 levels) in build_default_scope'
activerecord (4.2.4) lib/active_record/scoping/default.rb:104:in `each'
activerecord (4.2.4) lib/active_record/scoping/default.rb:104:in `inject'
activerecord (4.2.4) lib/active_record/scoping/default.rb:104:in `block in build_default_scope'
activerecord (4.2.4) lib/active_record/scoping/default.rb:127:in `evaluate_default_scope'
activerecord (4.2.4) lib/active_record/scoping/default.rb:103:in `build_default_scope'
activerecord (4.2.4) lib/active_record/scoping/named.rb:33:in `default_scoped'
activerecord (4.2.4) lib/active_record/scoping/named.rb:28:in `all'
activerecord (4.2.4) lib/active_record/associations/association.rb:124:in `target_scope'
activerecord (4.2.4) lib/active_record/associations/association.rb:86:in `scope'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:423:in `scope'
activerecord (4.2.4) lib/active_record/associations/collection_proxy.rb:37:in `initialize'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:106:in `new'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:106:in `create'
activerecord (4.2.4) lib/active_record/associations/collection_association.rb:41:in `reader'
activerecord (4.2.4) lib/active_record/associations/builder/association.rb:115:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.6ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:16:37 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["kind", 0], ["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (83.1ms)
Completed 200 OK in 364ms (Views: 183.4ms | ActiveRecord: 2.5ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:16:38 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:16:38 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:16:38 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:16:38 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:16:38 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:16:38 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:16:38 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:16:38 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:16:38 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:16:38 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:16:38 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:16:38 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:18:26 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["kind", 0], ["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (31.9ms)
Completed 200 OK in 125ms (Views: 120.9ms | ActiveRecord: 0.7ms)
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:18:26 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:18:26 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:18:26 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:18:26 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:18:26 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:18:26 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:18:26 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:18:26 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:18:26 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:18:26 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:18:26 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:18:26 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:24:04 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (50.7ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:24:11 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Completed 500 Internal Server Error in 42ms (ActiveRecord: 0.8ms)
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/content_element.rb:12: syntax error, unexpected ->, expecting keyword_end
scope :free_form -> { where(kind: kinds[:free_form]) }
^):
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/content_element.rb:12: syntax error, unexpected ->, expecting keyword_end
scope :free_form -> { where(kind: kinds[:free_form]) }
^
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/dependencies.rb:526:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:304:in `safe_constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:572:in `safe_get'
activesupport (4.2.4) lib/active_support/dependencies.rb:603:in `safe_constantize'
activerecord (4.2.4) lib/active_record/inheritance.rb:154:in `block in compute_type'
activerecord (4.2.4) lib/active_record/inheritance.rb:153:in `each'
activerecord (4.2.4) lib/active_record/inheritance.rb:153:in `compute_type'
activerecord (4.2.4) lib/active_record/reflection.rb:271:in `compute_class'
activerecord (4.2.4) lib/active_record/reflection.rb:267:in `klass'
activerecord (4.2.4) lib/active_record/reflection.rb:505:in `automatic_inverse_of'
activerecord (4.2.4) lib/active_record/reflection.rb:494:in `block in inverse_name'
activerecord (4.2.4) lib/active_record/reflection.rb:490:in `fetch'
activerecord (4.2.4) lib/active_record/reflection.rb:490:in `inverse_name'
activerecord (4.2.4) lib/active_record/reflection.rb:387:in `has_inverse?'
activerecord (4.2.4) lib/active_record/reflection.rb:336:in `check_validity_of_inverse!'
activerecord (4.2.4) lib/active_record/reflection.rb:331:in `check_validity!'
activerecord (4.2.4) lib/active_record/associations/association.rb:25:in `initialize'
activerecord (4.2.4) lib/active_record/associations.rb:162:in `new'
activerecord (4.2.4) lib/active_record/associations.rb:162:in `association'
activerecord (4.2.4) lib/active_record/associations/builder/association.rb:115:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (64.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:24:13 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms)
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/content_element.rb:12: syntax error, unexpected ->, expecting keyword_end
scope :free_form -> { where(kind: kinds[:free_form]) }
^):
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/content_element.rb:12: syntax error, unexpected ->, expecting keyword_end
scope :free_form -> { where(kind: kinds[:free_form]) }
^
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.4) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.4) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.4) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.4) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/dependencies.rb:526:in `load_missing_constant'
activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.4) lib/active_support/inflector/methods.rb:304:in `safe_constantize'
activesupport (4.2.4) lib/active_support/dependencies.rb:572:in `safe_get'
activesupport (4.2.4) lib/active_support/dependencies.rb:603:in `safe_constantize'
activerecord (4.2.4) lib/active_record/inheritance.rb:154:in `block in compute_type'
activerecord (4.2.4) lib/active_record/inheritance.rb:153:in `each'
activerecord (4.2.4) lib/active_record/inheritance.rb:153:in `compute_type'
activerecord (4.2.4) lib/active_record/reflection.rb:271:in `compute_class'
activerecord (4.2.4) lib/active_record/reflection.rb:267:in `klass'
activerecord (4.2.4) lib/active_record/reflection.rb:505:in `automatic_inverse_of'
activerecord (4.2.4) lib/active_record/reflection.rb:494:in `block in inverse_name'
activerecord (4.2.4) lib/active_record/reflection.rb:490:in `fetch'
activerecord (4.2.4) lib/active_record/reflection.rb:490:in `inverse_name'
activerecord (4.2.4) lib/active_record/reflection.rb:387:in `has_inverse?'
activerecord (4.2.4) lib/active_record/reflection.rb:336:in `check_validity_of_inverse!'
activerecord (4.2.4) lib/active_record/reflection.rb:331:in `check_validity!'
activerecord (4.2.4) lib/active_record/associations/association.rb:25:in `initialize'
activerecord (4.2.4) lib/active_record/associations.rb:162:in `new'
activerecord (4.2.4) lib/active_record/associations.rb:162:in `association'
activerecord (4.2.4) lib/active_record/associations/builder/association.rb:115:in `content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (49.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:26:40 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (58.2ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:26:54 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["kind", 0], ["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (9.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (19.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (9.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (188.3ms)
Completed 200 OK in 438ms (Views: 282.6ms | ActiveRecord: 2.7ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:26:54 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:26:54 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:26:54 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:26:54 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:26:54 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:26:54 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:26:54 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:26:54 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:26:54 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:26:54 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:26:54 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:26:54 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:28:16 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["kind", 0], ["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (19.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["kind", 0], ["version_id", 3], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (8.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (76.0ms)
Completed 200 OK in 339ms (Views: 169.3ms | ActiveRecord: 2.6ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:28:17 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:28:17 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:28:17 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:28:17 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:28:17 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:28:17 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:28:17 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:28:17 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:28:17 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:28:17 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:28:17 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:28:17 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:28:40 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["kind", 0], ["version_id", 3]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["kind", 0], ["version_id", 3], ["kind", 1]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 1]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["kind", 0], ["version_id", 3]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["kind", 0], ["version_id", 3], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (11.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (76.0ms)
Completed 200 OK in 92881ms (Views: 214.6ms | ActiveRecord: 3.7ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:30:13 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:30:13 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:30:13 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:30:13 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:30:13 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:30:13 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:30:13 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:30:13 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:30:13 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:30:13 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:30:13 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:30:13 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:30:34 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["kind", 0], ["version_id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (19.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (21.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (23.9ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (104.1ms)
Completed 200 OK in 389ms (Views: 192.8ms | ActiveRecord: 3.2ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:30:34 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:30:34 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:30:34 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:30:35 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:30:35 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:30:35 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:30:35 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:30:35 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:30:35 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:30:35 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:30:35 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:30:35 -0500
Started GET "/pulitzer/content_elements/9?authenticity_token=oWaO1bsyfX0ChAxmCpeU4kYFFIFNNi2nlEomFtPw0W7FqASwgtbPAhLcjRx89wlJg2PN3r58fId2QR%2FMMIVDQA%3D%3D" for ::1 at 2015-11-17 23:30:39 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"oWaO1bsyfX0ChAxmCpeU4kYFFIFNNi2nlEomFtPw0W7FqASwgtbPAhLcjRx89wlJg2PN3r58fId2QR/MMIVDQA==", "id"=>"9"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["kind", 0], ["id", 9]]
Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms)
ActiveRecord::RecordNotFound (Couldn't find Pulitzer::ContentElement with 'id'=9 [WHERE "pulitzer_content_elements"."kind" = ?]):
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:324:in `raise_record_not_found_exception!'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:444:in `find_one'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:423:in `find_with_ids'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:71:in `find'
activerecord (4.2.4) lib/active_record/querying.rb:3:in `find'
activerecord (4.2.4) lib/active_record/core.rb:131:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:44:in `set_content_element'
activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (53.5ms)
Started GET "/pulitzer/content_elements/10?authenticity_token=oWaO1bsyfX0ChAxmCpeU4kYFFIFNNi2nlEomFtPw0W7FqASwgtbPAhLcjRx89wlJg2PN3r58fId2QR%2FMMIVDQA%3D%3D" for ::1 at 2015-11-17 23:30:40 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"oWaO1bsyfX0ChAxmCpeU4kYFFIFNNi2nlEomFtPw0W7FqASwgtbPAhLcjRx89wlJg2PN3r58fId2QR/MMIVDQA==", "id"=>"10"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["kind", 0], ["id", 10]]
Completed 404 Not Found in 2ms (ActiveRecord: 0.1ms)
ActiveRecord::RecordNotFound (Couldn't find Pulitzer::ContentElement with 'id'=10 [WHERE "pulitzer_content_elements"."kind" = ?]):
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:324:in `raise_record_not_found_exception!'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:444:in `find_one'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:423:in `find_with_ids'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:71:in `find'
activerecord (4.2.4) lib/active_record/querying.rb:3:in `find'
activerecord (4.2.4) lib/active_record/core.rb:131:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:44:in `set_content_element'
activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (47.4ms)
Started GET "/pulitzer/content_elements/10?authenticity_token=oWaO1bsyfX0ChAxmCpeU4kYFFIFNNi2nlEomFtPw0W7FqASwgtbPAhLcjRx89wlJg2PN3r58fId2QR%2FMMIVDQA%3D%3D" for ::1 at 2015-11-17 23:30:43 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"oWaO1bsyfX0ChAxmCpeU4kYFFIFNNi2nlEomFtPw0W7FqASwgtbPAhLcjRx89wlJg2PN3r58fId2QR/MMIVDQA==", "id"=>"10"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["kind", 0], ["id", 10]]
Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)
ActiveRecord::RecordNotFound (Couldn't find Pulitzer::ContentElement with 'id'=10 [WHERE "pulitzer_content_elements"."kind" = ?]):
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:324:in `raise_record_not_found_exception!'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:444:in `find_one'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:423:in `find_with_ids'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:71:in `find'
activerecord (4.2.4) lib/active_record/querying.rb:3:in `find'
activerecord (4.2.4) lib/active_record/core.rb:131:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:44:in `set_content_element'
activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (45.0ms)
Started GET "/pulitzer/content_elements/9?authenticity_token=oWaO1bsyfX0ChAxmCpeU4kYFFIFNNi2nlEomFtPw0W7FqASwgtbPAhLcjRx89wlJg2PN3r58fId2QR%2FMMIVDQA%3D%3D" for ::1 at 2015-11-17 23:30:44 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"oWaO1bsyfX0ChAxmCpeU4kYFFIFNNi2nlEomFtPw0W7FqASwgtbPAhLcjRx89wlJg2PN3r58fId2QR/MMIVDQA==", "id"=>"9"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["kind", 0], ["id", 9]]
Completed 404 Not Found in 2ms (ActiveRecord: 0.1ms)
ActiveRecord::RecordNotFound (Couldn't find Pulitzer::ContentElement with 'id'=9 [WHERE "pulitzer_content_elements"."kind" = ?]):
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:324:in `raise_record_not_found_exception!'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:444:in `find_one'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:423:in `find_with_ids'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:71:in `find'
activerecord (4.2.4) lib/active_record/querying.rb:3:in `find'
activerecord (4.2.4) lib/active_record/core.rb:131:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:44:in `set_content_element'
activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (48.3ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:30:50 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:30:50 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:30:50 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:30:50 -0500
Started GET "/pulitzer/posts/asdf/content_elements/8/edit?authenticity_token=oWaO1bsyfX0ChAxmCpeU4kYFFIFNNi2nlEomFtPw0W7FqASwgtbPAhLcjRx89wlJg2PN3r58fId2QR%2FMMIVDQA%3D%3D" for ::1 at 2015-11-17 23:31:46 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"oWaO1bsyfX0ChAxmCpeU4kYFFIFNNi2nlEomFtPw0W7FqASwgtbPAhLcjRx89wlJg2PN3r58fId2QR/MMIVDQA==", "post_id"=>"asdf", "id"=>"8"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["kind", 0], ["id", 8]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1284.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (1331.0ms)
Completed 200 OK in 1347ms (Views: 1345.6ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/content_elements/8?authenticity_token=oWaO1bsyfX0ChAxmCpeU4kYFFIFNNi2nlEomFtPw0W7FqASwgtbPAhLcjRx89wlJg2PN3r58fId2QR%2FMMIVDQA%3D%3D" for ::1 at 2015-11-17 23:31:49 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"oWaO1bsyfX0ChAxmCpeU4kYFFIFNNi2nlEomFtPw0W7FqASwgtbPAhLcjRx89wlJg2PN3r58fId2QR/MMIVDQA==", "id"=>"8"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["kind", 0], ["id", 8]]
[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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
Completed 200 OK in 19ms (Views: 17.3ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/content_elements/9?authenticity_token=oWaO1bsyfX0ChAxmCpeU4kYFFIFNNi2nlEomFtPw0W7FqASwgtbPAhLcjRx89wlJg2PN3r58fId2QR%2FMMIVDQA%3D%3D" for ::1 at 2015-11-17 23:31:51 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"oWaO1bsyfX0ChAxmCpeU4kYFFIFNNi2nlEomFtPw0W7FqASwgtbPAhLcjRx89wlJg2PN3r58fId2QR/MMIVDQA==", "id"=>"9"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["kind", 0], ["id", 9]]
Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)
ActiveRecord::RecordNotFound (Couldn't find Pulitzer::ContentElement with 'id'=9 [WHERE "pulitzer_content_elements"."kind" = ?]):
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:324:in `raise_record_not_found_exception!'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:444:in `find_one'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:423:in `find_with_ids'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:71:in `find'
activerecord (4.2.4) lib/active_record/querying.rb:3:in `find'
activerecord (4.2.4) lib/active_record/core.rb:131:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:44:in `set_content_element'
activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (47.9ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:32:31 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["kind", 0], ["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.1ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (46.7ms)
Completed 200 OK in 140ms (Views: 131.4ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:32:31 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:32:31 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:32:31 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:32:31 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:32:31 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:32:32 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:32:32 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:32:32 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:32:32 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:32:32 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:32:32 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:32:32 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:33:39 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["kind", 0], ["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.1ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (42.6ms)
Completed 200 OK in 104ms (Views: 99.2ms | ActiveRecord: 0.9ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:33:39 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:33:39 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:33:39 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:33:39 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:33:39 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:33:39 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:33:39 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:33:39 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:33:39 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:33:39 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:33:39 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:33:39 -0500
Started GET "/pulitzer/content_elements/10?authenticity_token=8SKjU%2BJZ7mZtTcbGnsM7HiWD2x7dz9cWwJ7zs3IkFreV7Ck2271cGX0VR7zoo6a14OUCQS6FhjYilcppkVGEmQ%3D%3D" for ::1 at 2015-11-17 23:33:43 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"8SKjU+JZ7mZtTcbGnsM7HiWD2x7dz9cWwJ7zs3IkFreV7Ck2271cGX0VR7zoo6a14OUCQS6FhjYilcppkVGEmQ==", "id"=>"10"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["kind", 0], ["id", 10]]
Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)
ActiveRecord::RecordNotFound (Couldn't find Pulitzer::ContentElement with 'id'=10 [WHERE "pulitzer_content_elements"."kind" = ?]):
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:324:in `raise_record_not_found_exception!'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:444:in `find_one'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:423:in `find_with_ids'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:71:in `find'
activerecord (4.2.4) lib/active_record/querying.rb:3:in `find'
activerecord (4.2.4) lib/active_record/core.rb:131:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:44:in `set_content_element'
activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (44.7ms)
Started PATCH "/pulitzer/content_elements/10" for ::1 at 2015-11-17 23:33:46 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"44e40lhdnyhJiRj+yb0mo0B4FXvPYY6dt4uIEeazYX+HSTK3YbktV1nRmYS/3bsIhR7MJDwr371VgLHLBcbzUQ==", "content_element"=>{"title"=>"asdf", "body"=>"sadf"}, "commit"=>"Update", "id"=>"10"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["kind", 0], ["id", 10]]
Completed 404 Not Found in 2ms (ActiveRecord: 0.1ms)
ActiveRecord::RecordNotFound (Couldn't find Pulitzer::ContentElement with 'id'=10 [WHERE "pulitzer_content_elements"."kind" = ?]):
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:324:in `raise_record_not_found_exception!'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:444:in `find_one'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:423:in `find_with_ids'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:71:in `find'
activerecord (4.2.4) lib/active_record/querying.rb:3:in `find'
activerecord (4.2.4) lib/active_record/core.rb:131:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:44:in `set_content_element'
activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (41.5ms)
Started PATCH "/pulitzer/content_elements/10" for ::1 at 2015-11-17 23:33:48 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"44e40lhdnyhJiRj+yb0mo0B4FXvPYY6dt4uIEeazYX+HSTK3YbktV1nRmYS/3bsIhR7MJDwr371VgLHLBcbzUQ==", "content_element"=>{"title"=>"asdf", "body"=>"sadf"}, "commit"=>"Update", "id"=>"10"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["kind", 0], ["id", 10]]
Completed 404 Not Found in 3ms (ActiveRecord: 0.1ms)
ActiveRecord::RecordNotFound (Couldn't find Pulitzer::ContentElement with 'id'=10 [WHERE "pulitzer_content_elements"."kind" = ?]):
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:324:in `raise_record_not_found_exception!'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:444:in `find_one'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:423:in `find_with_ids'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:71:in `find'
activerecord (4.2.4) lib/active_record/querying.rb:3:in `find'
activerecord (4.2.4) lib/active_record/core.rb:131:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:44:in `set_content_element'
activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (40.3ms)
Started PATCH "/pulitzer/content_elements/10" for ::1 at 2015-11-17 23:33:49 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"44e40lhdnyhJiRj+yb0mo0B4FXvPYY6dt4uIEeazYX+HSTK3YbktV1nRmYS/3bsIhR7MJDwr371VgLHLBcbzUQ==", "content_element"=>{"title"=>"asdf", "body"=>"sadf"}, "commit"=>"Update", "id"=>"10"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["kind", 0], ["id", 10]]
Completed 404 Not Found in 2ms (ActiveRecord: 0.1ms)
ActiveRecord::RecordNotFound (Couldn't find Pulitzer::ContentElement with 'id'=10 [WHERE "pulitzer_content_elements"."kind" = ?]):
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:324:in `raise_record_not_found_exception!'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:444:in `find_one'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:423:in `find_with_ids'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:71:in `find'
activerecord (4.2.4) lib/active_record/querying.rb:3:in `find'
activerecord (4.2.4) lib/active_record/core.rb:131:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:44:in `set_content_element'
activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (42.4ms)
Started PATCH "/pulitzer/content_elements/10" for ::1 at 2015-11-17 23:33:50 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"44e40lhdnyhJiRj+yb0mo0B4FXvPYY6dt4uIEeazYX+HSTK3YbktV1nRmYS/3bsIhR7MJDwr371VgLHLBcbzUQ==", "content_element"=>{"title"=>"asdf", "body"=>"sadf"}, "commit"=>"Update", "id"=>"10"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["kind", 0], ["id", 10]]
Completed 404 Not Found in 2ms (ActiveRecord: 0.1ms)
ActiveRecord::RecordNotFound (Couldn't find Pulitzer::ContentElement with 'id'=10 [WHERE "pulitzer_content_elements"."kind" = ?]):
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:324:in `raise_record_not_found_exception!'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:444:in `find_one'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:423:in `find_with_ids'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:71:in `find'
activerecord (4.2.4) lib/active_record/querying.rb:3:in `find'
activerecord (4.2.4) lib/active_record/core.rb:131:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:44:in `set_content_element'
activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (44.0ms)
Started PATCH "/pulitzer/content_elements/10" for ::1 at 2015-11-17 23:33:50 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"44e40lhdnyhJiRj+yb0mo0B4FXvPYY6dt4uIEeazYX+HSTK3YbktV1nRmYS/3bsIhR7MJDwr371VgLHLBcbzUQ==", "content_element"=>{"title"=>"asdf", "body"=>"sadf"}, "commit"=>"Update", "id"=>"10"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["kind", 0], ["id", 10]]
Completed 404 Not Found in 2ms (ActiveRecord: 0.1ms)
ActiveRecord::RecordNotFound (Couldn't find Pulitzer::ContentElement with 'id'=10 [WHERE "pulitzer_content_elements"."kind" = ?]):
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:324:in `raise_record_not_found_exception!'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:444:in `find_one'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:423:in `find_with_ids'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:71:in `find'
activerecord (4.2.4) lib/active_record/querying.rb:3:in `find'
activerecord (4.2.4) lib/active_record/core.rb:131:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:44:in `set_content_element'
activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (48.8ms)
Started PATCH "/pulitzer/content_elements/10" for ::1 at 2015-11-17 23:33:50 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"44e40lhdnyhJiRj+yb0mo0B4FXvPYY6dt4uIEeazYX+HSTK3YbktV1nRmYS/3bsIhR7MJDwr371VgLHLBcbzUQ==", "content_element"=>{"title"=>"asdf", "body"=>"sadf"}, "commit"=>"Update", "id"=>"10"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? AND "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["kind", 0], ["id", 10]]
Completed 404 Not Found in 2ms (ActiveRecord: 0.1ms)
ActiveRecord::RecordNotFound (Couldn't find Pulitzer::ContentElement with 'id'=10 [WHERE "pulitzer_content_elements"."kind" = ?]):
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:324:in `raise_record_not_found_exception!'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:444:in `find_one'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:423:in `find_with_ids'
activerecord (4.2.4) lib/active_record/relation/finder_methods.rb:71:in `find'
activerecord (4.2.4) lib/active_record/querying.rb:3:in `find'
activerecord (4.2.4) lib/active_record/core.rb:131:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:44:in `set_content_element'
activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each'
activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (51.9ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:34:49 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (49.1ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:35:02 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.3ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (18.7ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (21.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (24.6ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (125.8ms)
Completed 200 OK in 391ms (Views: 220.4ms | ActiveRecord: 3.1ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:35:03 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:35:03 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:35:03 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:35:03 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:35:03 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:35:03 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:35:03 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:35:03 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:35:03 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:35:03 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:35:03 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:35:03 -0500
Started PATCH "/pulitzer/content_elements/10" for ::1 at 2015-11-17 23:35:09 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"DMfQGWOC6nFPK7cDaYQxxmMtwTAuLSaFkhdMfGQ2vuloCVp8WmZYDl9zNnkf5KxtpksYb91nd6VwHHWmh0Msxw==", "content_element"=>{"title"=>"asdf", "body"=>"adf"}, "commit"=>"Update", "id"=>"10"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 10]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "asdf"], ["body", "adf"], ["updated_at", "2015-11-18 04:35:09.442660"], ["id", 10]]
[1m[36m (428.9ms)[0m [1mcommit 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", 3]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.3ms)
Completed 200 OK in 457ms (Views: 22.4ms | ActiveRecord: 429.8ms)
Started PATCH "/pulitzer/content_elements/9" for ::1 at 2015-11-17 23:35:17 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Uf+H7PvCaj8nB3/jr1u9yyoUIuUwcYhIkKN001bK+nM1MQ2JwibYQDdf/pnZOyBg73L7usM72WhyqE0Jtb9oXQ==", "content_element"=>{"title"=>"asdfasf"}, "commit"=>"Update", "id"=>"9"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 9]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "asdfasf"], ["updated_at", "2015-11-18 04:35:17.108600"], ["id", 9]]
[1m[35m (0.7ms)[0m commit 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", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.5ms)
Completed 200 OK in 27ms (Views: 19.9ms | ActiveRecord: 1.4ms)
Started GET "/pulitzer/posts/asdf/content_elements/9/edit?authenticity_token=TUTD6aisiSieikU59vsHdNXIjVIk3EJ%2BaM4vHuVxSfgpikmMkUg7V47SxEOAm5rfEK5UDdeWE16KxRbEBgTb1g%3D%3D" for ::1 at 2015-11-17 23:35:18 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"TUTD6aisiSieikU59vsHdNXIjVIk3EJ+aM4vHuVxSfgpikmMkUg7V47SxEOAm5rfEK5UDdeWE16KxRbEBgTb1g==", "post_id"=>"asdf", "id"=>"9"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 9]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (39.4ms)
Completed 200 OK in 59ms (Views: 57.0ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/9" for ::1 at 2015-11-17 23:35:28 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"P0fwGLX9Cd6RVRW1jmknio3r2UHhAlRXMyRY2z5gQQ5biXp9jBm7oYENlM/4CbohSI0AHhJIBXfRL2EB3RXTIA==", "content_element"=>{"title"=>"asdfasf", "image"=>#, @original_filename="pic09.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"pic09.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"9"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 9]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 9]]
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "image" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["image", "pic09.jpeg"], ["updated_at", "2015-11-18 04:35:28.166422"], ["id", 9]]
[1m[35m (0.7ms)[0m commit 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", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.6ms)
Completed 200 OK in 133ms (Views: 21.2ms | ActiveRecord: 1.6ms)
Started GET "/pulitzer/posts/asdf/content_elements/10/edit?authenticity_token=TUTD6aisiSieikU59vsHdNXIjVIk3EJ%2BaM4vHuVxSfgpikmMkUg7V47SxEOAm5rfEK5UDdeWE16KxRbEBgTb1g%3D%3D" for ::1 at 2015-11-17 23:35:30 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"TUTD6aisiSieikU59vsHdNXIjVIk3EJ+aM4vHuVxSfgpikmMkUg7V47SxEOAm5rfEK5UDdeWE16KxRbEBgTb1g==", "post_id"=>"asdf", "id"=>"10"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 10]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (34.1ms)
Completed 200 OK in 53ms (Views: 51.7ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/10" for ::1 at 2015-11-17 23:35:33 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"iB1bS8Iia9qFIDNLwV9Nch41Wpq5P0nSuyfP6L6KQf3s09Eu+8bZpZV4sjG3P9DZ21ODxUp1GPJZLPYyXf/T0w==", "content_element"=>{"title"=>"asdf", "body"=>"adsfasfasfdadsf"}, "commit"=>"Update", "id"=>"10"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 10]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "adsfasfasfdadsf"], ["updated_at", "2015-11-18 04:35:33.051973"], ["id", 10]]
[1m[36m (1778.1ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.6ms)
Completed 200 OK in 1807ms (Views: 23.3ms | ActiveRecord: 1778.9ms)
Started GET "/pulitzer/posts/asdf/content_elements/10/edit?authenticity_token=TUTD6aisiSieikU59vsHdNXIjVIk3EJ%2BaM4vHuVxSfgpikmMkUg7V47SxEOAm5rfEK5UDdeWE16KxRbEBgTb1g%3D%3D" for ::1 at 2015-11-17 23:35:40 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"TUTD6aisiSieikU59vsHdNXIjVIk3EJ+aM4vHuVxSfgpikmMkUg7V47SxEOAm5rfEK5UDdeWE16KxRbEBgTb1g==", "post_id"=>"asdf", "id"=>"10"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 10]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (33.6ms)
Completed 200 OK in 53ms (Views: 49.4ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/10" for ::1 at 2015-11-17 23:35:54 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"y/5r/vrcA1p3nNbFzVTQqX49cAMSDerfH/OXlJgyoFCvMOGbwzixJWfEV7+7NE0Cu1upXOFHu//9+K5Oe0cyfg==", "content_element"=>{"title"=>"asdf", "body"=>"https://www.youtube.com/watch?v=MhN6-JHwdzU"}, "commit"=>"Update", "id"=>"10"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 10]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "https://www.youtube.com/watch?v=MhN6-JHwdzU"], ["updated_at", "2015-11-18 04:35:54.450603"], ["id", 10]]
[1m[35m (1591.5ms)[0m commit 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", 3]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.5ms)
Completed 200 OK in 1620ms (Views: 22.4ms | ActiveRecord: 1592.2ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:35:59 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.6ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (10.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.2ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.1ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (89.5ms)
Completed 200 OK in 198ms (Views: 185.8ms | ActiveRecord: 2.3ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:36:01 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:36:01 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:36:01 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:36:01 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:36:01 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:36:01 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:36:01 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:36:01 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:36:01 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:36:01 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:36:01 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:36:01 -0500
Started GET "/pulitzer/posts/asdf/content_elements/10/edit?authenticity_token=KewZB2D9ceD%2FEIhIoXa8MgIrV3wk2DXcoU6YzlVQWBFNIpNiWRnDn%2B9ICTLXFiGZx02OI9eSZPxDRaEUtiXKPw%3D%3D" for ::1 at 2015-11-17 23:36:17 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"KewZB2D9ceD/EIhIoXa8MgIrV3wk2DXcoU6YzlVQWBFNIpNiWRnDn+9ICTLXFiGZx02OI9eSZPxDRaEUtiXKPw==", "post_id"=>"asdf", "id"=>"10"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 10]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (35.3ms)
Completed 200 OK in 52ms (Views: 51.1ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/10" for ::1 at 2015-11-17 23:36:30 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/giEXTRrfCRyNymYIbHxaQcAPeIPsu7M0Lg+iPIpzLmaxg44DY/OW2JvqOJX0WzCwmbkvfz4v+wyswdSEVxelw==", "content_element"=>{"title"=>"asdf", "body"=>"https://www.youtube.com/watch?v=MhN6-JHwdzUhttps://www.youtube.com/watch?v=-1Y2WfcCb4M"}, "commit"=>"Update", "id"=>"10"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 10]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "https://www.youtube.com/watch?v=MhN6-JHwdzUhttps://www.youtube.com/watch?v=-1Y2WfcCb4M"], ["updated_at", "2015-11-18 04:36:30.770359"], ["id", 10]]
[1m[36m (557.3ms)[0m [1mcommit 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", 3]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Completed 200 OK in 583ms (Views: 19.9ms | ActiveRecord: 558.1ms)
Started GET "/pulitzer/posts/asdf/content_elements/10/edit?authenticity_token=KewZB2D9ceD%2FEIhIoXa8MgIrV3wk2DXcoU6YzlVQWBFNIpNiWRnDn%2B9ICTLXFiGZx02OI9eSZPxDRaEUtiXKPw%3D%3D" for ::1 at 2015-11-17 23:36:40 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"KewZB2D9ceD/EIhIoXa8MgIrV3wk2DXcoU6YzlVQWBFNIpNiWRnDn+9ICTLXFiGZx02OI9eSZPxDRaEUtiXKPw==", "post_id"=>"asdf", "id"=>"10"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 10]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (38.3ms)
Completed 200 OK in 56ms (Views: 54.4ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/10" for ::1 at 2015-11-17 23:36:44 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kBhiLWW+uV/F6SDQcbyOW0ol92mDRMv2WsA94+YFic301uhIXFoLINWxoaoH3BPwj0MuNnAOmta4ywQ5BXAb4w==", "content_element"=>{"title"=>"asdf", "body"=>"https://www.youtube.com/watch?v=-1Y2WfcCb4M"}, "commit"=>"Update", "id"=>"10"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 10]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "https://www.youtube.com/watch?v=-1Y2WfcCb4M"], ["updated_at", "2015-11-18 04:36:44.244115"], ["id", 10]]
[1m[35m (1660.1ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.3ms)
Completed 200 OK in 1687ms (Views: 22.8ms | ActiveRecord: 1660.8ms)
Started GET "/pulitzer/posts/asdf/content_elements/10/edit?authenticity_token=KewZB2D9ceD%2FEIhIoXa8MgIrV3wk2DXcoU6YzlVQWBFNIpNiWRnDn%2B9ICTLXFiGZx02OI9eSZPxDRaEUtiXKPw%3D%3D" for ::1 at 2015-11-17 23:36:49 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"KewZB2D9ceD/EIhIoXa8MgIrV3wk2DXcoU6YzlVQWBFNIpNiWRnDn+9ICTLXFiGZx02OI9eSZPxDRaEUtiXKPw==", "post_id"=>"asdf", "id"=>"10"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 10]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (34.6ms)
Completed 200 OK in 51ms (Views: 49.3ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:38:19 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.5ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.7ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (58.9ms)
Completed 200 OK in 141ms (Views: 132.0ms | ActiveRecord: 1.4ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:38:20 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:38:20 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:38:20 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:38:20 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:38:20 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:38:20 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:38:20 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:38:20 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:38:20 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:38:20 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:38:20 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:38:20 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:44:14 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:46:10 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
Completed 500 Internal Server Error in 96ms (ActiveRecord: 1.1ms)
NoMethodError (undefined method `templates' for #):
activerecord (4.2.4) lib/active_record/relation/delegation.rb:136:in `method_missing'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:99:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `template_content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.4ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:46:11 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
NoMethodError (undefined method `templates' for #):
activerecord (4.2.4) lib/active_record/relation/delegation.rb:136:in `method_missing'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:99:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `template_content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:46:12 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3]]
Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
NoMethodError (undefined method `templates' for #):
activerecord (4.2.4) lib/active_record/relation/delegation.rb:136:in `method_missing'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:99:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `template_content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (55.5ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:46:12 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3]]
Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.2ms)
NoMethodError (undefined method `templates' for #):
activerecord (4.2.4) lib/active_record/relation/delegation.rb:136:in `method_missing'
activerecord (4.2.4) lib/active_record/relation/delegation.rb:99:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:13:in `template_content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:6:in `index'
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.4) lib/rails/engine.rb:518:in `call'
railties (4.2.4) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.4ms)
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["kind", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["kind", 1]]
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 1]]
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:52:20 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.6ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (18.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.9ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (9.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (91.1ms)
Completed 200 OK in 374ms (Views: 184.9ms | ActiveRecord: 2.9ms)
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:52:21 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:52:21 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:52:21 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:52:21 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:52:21 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:52:21 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:52:21 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:52:21 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:52:21 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:52:21 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:52:21 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:52:21 -0500
Started GET "/pulitzer/posts/asdf/content_elements/8/edit?authenticity_token=sErBZXv6EVas6CzEVuH8uJPM%2BeZ38mTdvyP0nEPeqGfUhEsAQh6jKbywrb4ggWETVqoguYS4Nf1dKM1GoKs6SQ%3D%3D" for ::1 at 2015-11-17 23:52:34 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"sErBZXv6EVas6CzEVuH8uJPM+eZ38mTdvyP0nEPeqGfUhEsAQh6jKbywrb4ggWETVqoguYS4Nf1dKM1GoKs6SQ==", "post_id"=>"asdf", "id"=>"8"}
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 8]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (13.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (59.1ms)
Completed 200 OK in 79ms (Views: 77.0ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/content_elements/8" for ::1 at 2015-11-17 23:52:36 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ElkKnzv9Xb83p6Gf56LR7CJQRLfG/ir1V5dAlP/7J6x2l4D6AhnvwCf/IOWRwkxH5zad6DW0e9W1nHlOHI61gg==", "content_element"=>{"title"=>"sdf", "body"=>"asdf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"8"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 8]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.3ms)
Completed 200 OK in 24ms (Views: 19.1ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts/asdf/content_elements/10/edit?authenticity_token=sErBZXv6EVas6CzEVuH8uJPM%2BeZ38mTdvyP0nEPeqGfUhEsAQh6jKbywrb4ggWETVqoguYS4Nf1dKM1GoKs6SQ%3D%3D" for ::1 at 2015-11-17 23:52:38 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"sErBZXv6EVas6CzEVuH8uJPM+eZ38mTdvyP0nEPeqGfUhEsAQh6jKbywrb4ggWETVqoguYS4Nf1dKM1GoKs6SQ==", "post_id"=>"asdf", "id"=>"10"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 10]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (36.3ms)
Completed 200 OK in 52ms (Views: 50.8ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/10" for ::1 at 2015-11-17 23:52:42 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"k4a3ihSA2+Bwlyg2UCJkMUCnn1nGKZAPeRRUlzy1Bgz3SD3vLWRpn2DPqUwmQvmahcFGBjVjwS+bH21N38CUIg==", "content_element"=>{"title"=>"asdfsdfasdfsa", "body"=>"https://www.youtube.com/watch?v=-1Y2WfcCb4M"}, "commit"=>"Update", "id"=>"10"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 10]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "asdfsdfasdfsa"], ["updated_at", "2015-11-18 04:52:42.436592"], ["id", 10]]
[1m[36m (624.8ms)[0m [1mcommit 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", 3]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Completed 200 OK in 652ms (Views: 21.8ms | ActiveRecord: 625.5ms)
Started GET "/pulitzer/posts/asdf/content_elements/10/edit?authenticity_token=sErBZXv6EVas6CzEVuH8uJPM%2BeZ38mTdvyP0nEPeqGfUhEsAQh6jKbywrb4ggWETVqoguYS4Nf1dKM1GoKs6SQ%3D%3D" for ::1 at 2015-11-17 23:52:45 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"sErBZXv6EVas6CzEVuH8uJPM+eZ38mTdvyP0nEPeqGfUhEsAQh6jKbywrb4ggWETVqoguYS4Nf1dKM1GoKs6SQ==", "post_id"=>"asdf", "id"=>"10"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 10]]
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (34.3ms)
Completed 200 OK in 53ms (Views: 51.2ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/content_elements/10?authenticity_token=sErBZXv6EVas6CzEVuH8uJPM%2BeZ38mTdvyP0nEPeqGfUhEsAQh6jKbywrb4ggWETVqoguYS4Nf1dKM1GoKs6SQ%3D%3D" for ::1 at 2015-11-17 23:52:47 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"sErBZXv6EVas6CzEVuH8uJPM+eZ38mTdvyP0nEPeqGfUhEsAQh6jKbywrb4ggWETVqoguYS4Nf1dKM1GoKs6SQ==", "id"=>"10"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 10]]
[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", 3]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Completed 200 OK in 21ms (Views: 19.3ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/asdf/content_elements/9/edit?authenticity_token=sErBZXv6EVas6CzEVuH8uJPM%2BeZ38mTdvyP0nEPeqGfUhEsAQh6jKbywrb4ggWETVqoguYS4Nf1dKM1GoKs6SQ%3D%3D" for ::1 at 2015-11-17 23:52:49 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"sErBZXv6EVas6CzEVuH8uJPM+eZ38mTdvyP0nEPeqGfUhEsAQh6jKbywrb4ggWETVqoguYS4Nf1dKM1GoKs6SQ==", "post_id"=>"asdf", "id"=>"9"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 9]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (63.3ms)
Completed 200 OK in 85ms (Views: 83.0ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/9" for ::1 at 2015-11-17 23:52:52 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6UitUiaIvXfjdCz9rospUbYiYWC277q5hHOeC37y6sWNhic3H2wPCPMsrYfY67T6c0S4P0Wl65lmeKfRnYd46w==", "content_element"=>{"title"=>"asdfasf asdfasf"}, "commit"=>"Update", "id"=>"9"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 9]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "asdfasf asdfasf"], ["updated_at", "2015-11-18 04:52:52.617323"], ["id", 9]]
[1m[35m (1827.7ms)[0m commit 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", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.0ms)
Completed 200 OK in 1860ms (Views: 24.7ms | ActiveRecord: 1828.3ms)
Started GET "/pulitzer/posts/asdf/content_elements/9/edit?authenticity_token=sErBZXv6EVas6CzEVuH8uJPM%2BeZ38mTdvyP0nEPeqGfUhEsAQh6jKbywrb4ggWETVqoguYS4Nf1dKM1GoKs6SQ%3D%3D" for ::1 at 2015-11-17 23:52:55 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"sErBZXv6EVas6CzEVuH8uJPM+eZ38mTdvyP0nEPeqGfUhEsAQh6jKbywrb4ggWETVqoguYS4Nf1dKM1GoKs6SQ==", "post_id"=>"asdf", "id"=>"9"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 9]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (39.4ms)
Completed 200 OK in 56ms (Views: 54.2ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/content_elements/9?authenticity_token=sErBZXv6EVas6CzEVuH8uJPM%2BeZ38mTdvyP0nEPeqGfUhEsAQh6jKbywrb4ggWETVqoguYS4Nf1dKM1GoKs6SQ%3D%3D" for ::1 at 2015-11-17 23:52:56 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"sErBZXv6EVas6CzEVuH8uJPM+eZ38mTdvyP0nEPeqGfUhEsAQh6jKbywrb4ggWETVqoguYS4Nf1dKM1GoKs6SQ==", "id"=>"9"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 9]]
[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", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.6ms)
Completed 200 OK in 23ms (Views: 21.5ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:52:57 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.7ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (36.0ms)
Completed 200 OK in 110ms (Views: 105.4ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:52:58 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:52:58 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:52:58 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:52:58 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:52:58 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:52:58 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:52:58 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:52:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:52:58 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:52:58 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:52:58 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:52:58 -0500
Started GET "/pulitzer/content_elements/new?version_id=3&authenticity_token=TKHqyjIIJjypxBU4RvKNZCR%2FBDlo91lVbHiaE2oXacgob2CvC%2ByUQ7mclEIwkhDP4RndZpu9CHWOc6PJiWL75g%3D%3D" for ::1 at 2015-11-17 23:53:01 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"3", "authenticity_token"=>"TKHqyjIIJjypxBU4RvKNZCR/BDlo91lVbHiaE2oXacgob2CvC+yUQ7mclEIwkhDP4RndZpu9CHWOc6PJiWL75g=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (365.8ms)
Completed 200 OK in 384ms (Views: 380.9ms | ActiveRecord: 0.6ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-17 23:53:13 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"i0W/1k6L8nimKfzCriv8mUQJWXu1QS6erG/ZZbiCQjXvizWzd29AB7ZxfbjYS2EygW+AJEYLf75OZOC/W/fQGw==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"Simple editor", "version_id"=>"3", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("content_element_type_id", "text_editor", "version_id", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content_element_type_id", 1], ["text_editor", "Simple editor"], ["version_id", 3], ["kind", 1], ["created_at", "2015-11-18 04:53:13.106781"], ["updated_at", "2015-11-18 04:53:13.106781"]]
[1m[36m (736.1ms)[0m [1mcommit 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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (7.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (39.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (57.5ms)
Completed 200 OK in 818ms (Views: 76.3ms | ActiveRecord: 736.7ms)
Started PATCH "/pulitzer/content_elements/11" for ::1 at 2015-11-17 23:53:19 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"DQdgH8tZ3YnTJBCo6tifeOVz6YN2L+vmk5A/7+SK+xBpyep68r1v9sN8kdKcuALTIBUw3IVlusZxmwY1B/9pPg==", "content_element"=>{"title"=>"", "body"=>"let me try this out"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"11"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 11]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", ""], ["body", "let me try this out"], ["updated_at", "2015-11-18 04:53:19.619228"], ["id", 11]]
[1m[35m (544.8ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.8ms)
Completed 200 OK in 569ms (Views: 20.5ms | ActiveRecord: 545.5ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:53:24 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.5ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (43.1ms)
Completed 200 OK in 128ms (Views: 123.0ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:53:25 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:53:25 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:53:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:53:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:53:25 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:53:25 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:53:25 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:53:25 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:53:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:53:25 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:53:25 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:53:25 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-17 23:53:34 -0500
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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.2ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (33.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (38.3ms)
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (393.7ms)
Completed 200 OK in 453ms (Views: 451.4ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:53:34 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:53:34 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:53:34 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:53:34 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:53:34 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:53:34 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:53:34 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:53:34 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:53:34 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:53:34 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:53:34 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:53:34 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-17 23:54:21 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.1ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (38.2ms)
Completed 200 OK in 100ms (Views: 94.7ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:54:21 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:54:21 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:54:21 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:54:21 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:54:21 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:54:21 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:54:21 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:54:21 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:54:21 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:54:21 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:54:21 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:54:21 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-17 23:54:23 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (14.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (16.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (25.5ms)
Completed 200 OK in 86ms (Views: 84.8ms | ActiveRecord: 0.5ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:54:24 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:54:24 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:54:24 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:54:24 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:54:24 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:54:24 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:54:24 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:54:24 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:54:24 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:54:24 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:54:24 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:54:24 -0500
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-11-17 23:54:24 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (18.2ms)
Completed 200 OK in 163ms (Views: 160.6ms | ActiveRecord: 0.3ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:54:25 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:54:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:54:25 -0500
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:54:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:54:25 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:54:25 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:54:25 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:54:25 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:54:25 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:54:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:54:25 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:54:25 -0500
Started GET "/pulitzer/posts/jobs/edit?authenticity_token=PZLdVUdZLpA49twh%2BJ8kt8ujqeBnJyPEBPZJaYRUhhlZXFcwfr2c7yiuXVuO%2F7kcDsVwv5RtcuTm%2FXCzZyEUNw%3D%3D" for ::1 at 2015-11-17 23:54:25 -0500
Processing by Pulitzer::PostsController#edit as */*
Parameters: {"authenticity_token"=>"PZLdVUdZLpA49twh+J8kt8ujqeBnJyPEBPZJaYRUhhlZXFcwfr2c7yiuXVuO/7kcDsVwv5RtcuTm/XCzZyEUNw==", "id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_form.html.erb (6.9ms)
Completed 200 OK in 891ms (Views: 889.5ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/posts/jobs?authenticity_token=PZLdVUdZLpA49twh%2BJ8kt8ujqeBnJyPEBPZJaYRUhhlZXFcwfr2c7yiuXVuO%2F7kcDsVwv5RtcuTm%2FXCzZyEUNw%3D%3D" for ::1 at 2015-11-17 23:54:31 -0500
Processing by Pulitzer::PostsController#show as */*
Parameters: {"authenticity_token"=>"PZLdVUdZLpA49twh+J8kt8ujqeBnJyPEBPZJaYRUhhlZXFcwfr2c7yiuXVuO/7kcDsVwv5RtcuTm/XCzZyEUNw==", "id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.8ms)
Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/posts/here/edit?authenticity_token=PZLdVUdZLpA49twh%2BJ8kt8ujqeBnJyPEBPZJaYRUhhlZXFcwfr2c7yiuXVuO%2F7kcDsVwv5RtcuTm%2FXCzZyEUNw%3D%3D" for ::1 at 2015-11-17 23:54:32 -0500
Processing by Pulitzer::PostsController#edit as */*
Parameters: {"authenticity_token"=>"PZLdVUdZLpA49twh+J8kt8ujqeBnJyPEBPZJaYRUhhlZXFcwfr2c7yiuXVuO/7kcDsVwv5RtcuTm/XCzZyEUNw==", "id"=>"here"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "here"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_form.html.erb (2.1ms)
Completed 200 OK in 17ms (Views: 16.5ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-17 23:54:35 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (58.6ms)
Completed 200 OK in 121ms (Views: 116.4ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:54:36 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:54:36 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:54:36 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:54:36 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:54:36 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:54:36 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:54:36 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:54:36 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:54:36 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:54:36 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:54:36 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:54:36 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-17 23:55:03 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (13.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (18.6ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (16.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (95.0ms)
Completed 200 OK in 184ms (Views: 179.0ms | ActiveRecord: 1.4ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:55:04 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:55:04 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:55:04 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:55:04 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:55:04 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:55:04 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:55:04 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:55:04 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:55:04 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:55:04 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:55:04 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:55:04 -0500
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-11-17 23:55:11 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (12.7ms)
Completed 200 OK in 955ms (Views: 953.4ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-b02c9958f4f1417ad6c6e56250115b60.css?body=1" for ::1 at 2015-11-17 23:55:13 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-17 23:55:13 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-17 23:55:13 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-17 23:55:13 -0500
Started GET "/assets/pulitzer-4766045b20bc4660d8234d14919a8b17.css?body=1" for ::1 at 2015-11-17 23:55:13 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-17 23:55:13 -0500
Started GET "/assets/hooch-0fbd8162bcbcb545242a0e6f8a57f48d.js?body=1" for ::1 at 2015-11-17 23:55:13 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-17 23:55:13 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-17 23:55:13 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-17 23:55:13 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-17 23:55:13 -0500
Started GET "/assets/application-faedd3524e1b10b710e45c48596ba371.js?body=1" for ::1 at 2015-11-17 23:55:13 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-18 09:11:12 -0500
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (56.6ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-11-18 09:11:39 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"1"}
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (22.2ms)
Completed 200 OK in 437ms (Views: 395.3ms | ActiveRecord: 1.1ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 09:11:39 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 09:11:39 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 09:11:39 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 09:11:39 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 09:11:39 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 09:11:40 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 09:11:40 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 09:11:40 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 09:11:40 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 09:11:40 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 09:11:40 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 09:11:40 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-18 09:11:59 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (11.0ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (55.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (59.1ms)
[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[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (71.9ms)
Completed 200 OK in 284ms (Views: 282.4ms | ActiveRecord: 1.2ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 09:12:00 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 09:12:00 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 09:12:00 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 09:12:00 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 09:12:00 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 09:12:00 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 09:12:00 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 09:12:00 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-18 09:12:01 -0500
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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (17.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (19.6ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (29.3ms)
Completed 200 OK in 90ms (Views: 89.1ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 09:12:01 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 09:12:01 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 09:12:01 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 09:12:01 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 09:12:01 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 09:12:01 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 09:12:01 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 09:12:01 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 09:12:01 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 09:12:01 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 09:12:01 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 09:12:01 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 09:12:05 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.8ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (9.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (11.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.3ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (71.7ms)
Completed 200 OK in 543ms (Views: 133.9ms | ActiveRecord: 3.4ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 09:12:07 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 09:12:07 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 09:12:07 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 09:12:07 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 09:12:07 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 09:12:07 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 09:12:07 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 09:12:07 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 09:12:07 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 09:12:07 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 09:12:07 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 09:12:07 -0500
Started GET "/pulitzer/content_elements/new?version_id=3&authenticity_token=Dxge41sNHyzH%2FIfBUY3dCVzKzNm%2FCrvNtJj7XDidUu9r1pSGYumtU9ekBrsn7UCimawVhkxA6u1Wk8KG2%2BjAwQ%3D%3D" for ::1 at 2015-11-18 09:12:14 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"3", "authenticity_token"=>"Dxge41sNHyzH/IfBUY3dCVzKzNm/CrvNtJj7XDidUu9r1pSGYumtU9ekBrsn7UCimawVhkxA6u1Wk8KG2+jAwQ=="}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (26.2ms)
Completed 200 OK in 68ms (Views: 63.7ms | ActiveRecord: 0.8ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-18 09:12:21 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"J9uBlqTE4GrgCnE5HO3LVIezbvDYCpbprfxB6T38Qk1DFQvznSBSFfBS8ENqjVb/QtW3rytAx8lP93gz3onQYw==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"3", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("content_element_type_id", "text_editor", "version_id", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content_element_type_id", 1], ["text_editor", "None"], ["version_id", 3], ["kind", 1], ["created_at", "2015-11-18 14:12:21.634634"], ["updated_at", "2015-11-18 14:12:21.634634"]]
[1m[35m (0.6ms)[0m commit 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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (19.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (57.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (76.9ms)
Completed 200 OK in 101ms (Views: 94.5ms | ActiveRecord: 1.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 09:14:06 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.8ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (53.5ms)
Completed 200 OK in 120ms (Views: 111.7ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 09:14:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 09:14:09 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 09:14:09 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 09:14:09 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 09:14:09 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 09:14:09 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 09:14:09 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 09:14:09 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 09:14:09 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 09:14:09 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 09:14:09 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 09:14:09 -0500
[1m[36mPulitzer::ContentElement Load (1.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" DESC LIMIT 1[0m
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 09:14:59 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (18.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.7ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (25.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (28.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (116.9ms)
Completed 200 OK in 403ms (Views: 221.4ms | ActiveRecord: 3.4ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 09:15:00 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 09:15:00 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 09:15:00 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 09:15:00 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 09:15:00 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 09:15:00 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 09:15:00 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 09:15:00 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 09:15:00 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 09:15:00 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 09:15:00 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 09:15:00 -0500
Started GET "/pulitzer/content_elements/new?version_id=3&authenticity_token=QTEJC2KcyupYCOJd5syg3iT00nbfOCpbVwkSQPDgqJIl%2F4NuW3h4lUhQYyeQrD114ZILKSxye3u1AiuaE5U6vA%3D%3D" for ::1 at 2015-11-18 09:15:05 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"3", "authenticity_token"=>"QTEJC2KcyupYCOJd5syg3iT00nbfOCpbVwkSQPDgqJIl/4NuW3h4lUhQYyeQrD114ZILKSxye3u1AiuaE5U6vA=="}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (11.9ms)
Completed 200 OK in 30ms (Views: 27.3ms | ActiveRecord: 0.6ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-18 09:15:08 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"l/FcfHscywBwYztP+LJGxlO4a7RrPPcl/5HE6RKF0sTzP9YZQvh5f2A7ujWO0tttlt6y65h2pgUdmv0z8fBA6g==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"3", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("content_element_type_id", "text_editor", "version_id", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content_element_type_id", 1], ["text_editor", "None"], ["version_id", 3], ["kind", 1], ["created_at", "2015-11-18 14:15:08.473804"], ["updated_at", "2015-11-18 14:15:08.473804"]]
[1m[36m (1478.0ms)[0m [1mcommit 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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (16.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (50.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (70.3ms)
Completed 200 OK in 1573ms (Views: 89.1ms | ActiveRecord: 1478.6ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 09:16:02 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (19.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.4ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (22.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (24.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (122.4ms)
Completed 200 OK in 400ms (Views: 224.9ms | ActiveRecord: 3.0ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 09:16:04 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 09:16:04 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 09:16:04 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 09:16:04 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 09:16:04 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 09:16:04 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 09:16:04 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 09:16:04 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 09:16:04 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 09:16:04 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 09:16:04 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 09:16:04 -0500
Started GET "/pulitzer/content_elements/new?version_id=3&authenticity_token=xqWDzfFoTJwFz3zkmjqB4Vp64L953juoWyeUEoI72nKiawmoyIz%2B4xWX%2FZ7sWhxKnxw54IqUaoi5LK3IYU5IXA%3D%3D" for ::1 at 2015-11-18 09:16:11 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"3", "authenticity_token"=>"xqWDzfFoTJwFz3zkmjqB4Vp64L953juoWyeUEoI72nKiawmoyIz+4xWX/Z7sWhxKnxw54IqUaoi5LK3IYU5IXA=="}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (13.1ms)
Completed 200 OK in 34ms (Views: 29.6ms | ActiveRecord: 0.9ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-18 09:16:18 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"gnDgx/4kCQ1WPIrfdE08ktuBeq5Qbu9VWPMJuSFQEB/mvmqix8C7ckZkC6UCLaE5Huej8aMkvnW6+DBjwiWCMQ==", "content_element"=>{"content_element_type_id"=>"2", "height"=>"100", "width"=>"100", "version_id"=>"3", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.2ms)[0m [1mSELECT MAX("pulitzer_content_elements"."sort_order") FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ?[0m [["version_id", 3], ["kind", 1]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("content_element_type_id", "version_id", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["content_element_type_id", 2], ["version_id", 3], ["kind", 1], ["created_at", "2015-11-18 14:16:18.346692"], ["updated_at", "2015-11-18 14:16:18.346692"]]
[1m[36m (784.5ms)[0m [1mcommit 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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (43.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (78.1ms)
Completed 200 OK in 894ms (Views: 102.7ms | ActiveRecord: 785.3ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" DESC LIMIT 1
Started GET "/pulitzer/content_elements/new?version_id=3&authenticity_token=xqWDzfFoTJwFz3zkmjqB4Vp64L953juoWyeUEoI72nKiawmoyIz%2B4xWX%2FZ7sWhxKnxw54IqUaoi5LK3IYU5IXA%3D%3D" for ::1 at 2015-11-18 09:17:37 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"3", "authenticity_token"=>"xqWDzfFoTJwFz3zkmjqB4Vp64L953juoWyeUEoI72nKiawmoyIz+4xWX/Z7sWhxKnxw54IqUaoi5LK3IYU5IXA=="}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (37.7ms)
Completed 200 OK in 133ms (Views: 63.6ms | ActiveRecord: 1.4ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-18 09:17:40 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"zl+rFWO/ge6a8pSZ8CNC26r5sQ31AVrNRxHShfEg86qqkSFwWlszkYqqFeOGQ99wb59oUgZLC+2lGutfElVhhA==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"3", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (1.0ms)[0m SELECT MAX("pulitzer_content_elements"."sort_order") FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? [["version_id", 3], ["kind", 1]]
[1m[36m (0.7ms)[0m [1mSELECT MAX("pulitzer_content_elements"."sort_order") FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ?[0m [["version_id", 3], ["kind", 1]]
[1m[35m (0.7ms)[0m SELECT MAX("pulitzer_content_elements"."sort_order") FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? [["version_id", 3], ["kind", 1]]
[1m[36m (0.2ms)[0m [1mSELECT MAX("pulitzer_content_elements"."sort_order") FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ?[0m [["version_id", 3], ["kind", 1]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("content_element_type_id", "text_editor", "version_id", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content_element_type_id", 1], ["text_editor", "None"], ["version_id", 3], ["kind", 1], ["created_at", "2015-11-18 14:18:08.673919"], ["updated_at", "2015-11-18 14:18:08.673919"]]
[1m[36m (240.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (15.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (50.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (67.5ms)
Completed 200 OK in 28906ms (Views: 84.6ms | ActiveRecord: 241.0ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" DESC LIMIT 1
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" DESC LIMIT 1[0m
Started GET "/pulitzer/content_elements/new?version_id=3&authenticity_token=xqWDzfFoTJwFz3zkmjqB4Vp64L953juoWyeUEoI72nKiawmoyIz%2B4xWX%2FZ7sWhxKnxw54IqUaoi5LK3IYU5IXA%3D%3D" for ::1 at 2015-11-18 09:19:36 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"3", "authenticity_token"=>"xqWDzfFoTJwFz3zkmjqB4Vp64L953juoWyeUEoI72nKiawmoyIz+4xWX/Z7sWhxKnxw54IqUaoi5LK3IYU5IXA=="}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (45.2ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 09:19:50 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 0]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (17.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.8ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (21.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (24.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (136.7ms)
Completed 200 OK in 426ms (Views: 247.4ms | ActiveRecord: 3.0ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 09:19:51 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 09:19:51 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 09:19:51 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 09:19:51 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 09:19:51 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 09:19:51 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 09:19:51 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 09:19:51 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 09:19:51 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 09:19:51 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 09:19:51 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 09:19:51 -0500
Started GET "/pulitzer/content_elements/new?version_id=3&authenticity_token=qbxdLGYUbTNvyK1YmmznKB8J5eHkvbxEICir1039o5LNctdJX%2FDfTH%2BQLCLsDHqD2m88vhf37WTCI5INrogxvA%3D%3D" for ::1 at 2015-11-18 09:19:54 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"3", "authenticity_token"=>"qbxdLGYUbTNvyK1YmmznKB8J5eHkvbxEICir1039o5LNctdJX/DfTH+QLCLsDHqD2m88vhf37WTCI5INrogxvA=="}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (17.3ms)
Completed 200 OK in 41ms (Views: 36.6ms | ActiveRecord: 0.8ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-18 09:19:56 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"V4GlogBkREWPsG5Pv/RvHmV8DQg7NVf1fhSUHaw2giEzTy/HOYD2Op/o7zXJlPK1oBrUV8h/BtWcH63HT0MQDw==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"3", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.2ms)[0m [1mSELECT MAX("pulitzer_content_elements"."sort_order") FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ?[0m [["version_id", 3], ["kind", 1]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("content_element_type_id", "text_editor", "version_id", "kind", "sort_order", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["content_element_type_id", 1], ["text_editor", "None"], ["version_id", 3], ["kind", 1], ["sort_order", 1], ["created_at", "2015-11-18 14:19:56.971855"], ["updated_at", "2015-11-18 14:19:56.971855"]]
[1m[36m (263.6ms)[0m [1mcommit 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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (18.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (56.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (74.8ms)
Completed 200 OK in 368ms (Views: 95.4ms | ActiveRecord: 264.4ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" DESC LIMIT 1
Started GET "/pulitzer/content_elements/new?version_id=3&authenticity_token=qbxdLGYUbTNvyK1YmmznKB8J5eHkvbxEICir1039o5LNctdJX%2FDfTH%2BQLCLsDHqD2m88vhf37WTCI5INrogxvA%3D%3D" for ::1 at 2015-11-18 09:20:05 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"3", "authenticity_token"=>"qbxdLGYUbTNvyK1YmmznKB8J5eHkvbxEICir1039o5LNctdJX/DfTH+QLCLsDHqD2m88vhf37WTCI5INrogxvA=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (6.1ms)
Completed 200 OK in 24ms (Views: 20.8ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-18 09:20:11 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Byp9QIhDo3YecKEwq+9GErwn4+h9wsX+nPLBiNpDXkBj5PclsacRCQ4oIErdj9u5eUE6t46IlN5++fhSOTbMbg==", "content_element"=>{"content_element_type_id"=>"3", "version_id"=>"3", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mSELECT MAX("pulitzer_content_elements"."sort_order") FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ?[0m [["version_id", 3], ["kind", 1]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("content_element_type_id", "version_id", "kind", "sort_order", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content_element_type_id", 3], ["version_id", 3], ["kind", 1], ["sort_order", 2], ["created_at", "2015-11-18 14:20:11.015691"], ["updated_at", "2015-11-18 14:20:11.015691"]]
[1m[36mPulitzer::ContentElement Load (30.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" DESC LIMIT 1[0m
[1m[36m (1688.7ms)[0m [1mcommit 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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (35.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (58.4ms)
Completed 200 OK in 1778ms (Views: 82.5ms | ActiveRecord: 1689.6ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 09:22:10 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (29.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (34.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (37.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (94.9ms)
Completed 200 OK in 166ms (Views: 157.2ms | ActiveRecord: 1.0ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 09:22:11 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 09:22:11 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 09:22:11 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 09:22:11 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 09:22:11 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 09:22:11 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 09:22:11 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 09:22:11 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 09:22:11 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 09:22:11 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 09:22:11 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 09:22:11 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 09:22:16 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.5ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (61.3ms)
Completed 200 OK in 148ms (Views: 141.5ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 09:22:16 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 09:22:16 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 09:22:16 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 09:22:16 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 09:22:16 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 09:22:16 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 09:22:16 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 09:22:16 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 09:22:16 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 09:22:16 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 09:22:16 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 09:22:16 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=FCWrEFyEkdZfm1e4NuaOlA6%2FV2QYMfMwxX%2B%2Bz2RY1EZw6yF1ZWAjqU%2FD1sJAhhM%2Fy9mOO%2Bt7ohAndIcVhy1GaA%3D%3D" for ::1 at 2015-11-18 09:23:20 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"FCWrEFyEkdZfm1e4NuaOlA6/V2QYMfMwxX++z2RY1EZw6yF1ZWAjqU/D1sJAhhM/y9mOO+t7ohAndIcVhy1GaA=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (5.3ms)
Completed 200 OK in 23ms (Views: 20.6ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-18 09:23:22 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"lqaYIE0z3+CiFEWUtb27h9896K7cMxzSxZB9o7Cp193yaBJFdNdtn7JMxO7D3SYsGlsx8S95TfInm0R5U9xF8w==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"1", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mSELECT MAX("pulitzer_content_elements"."sort_order") FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ?[0m [["version_id", 1], ["kind", 1]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_content_elements" ("content_element_type_id", "text_editor", "version_id", "kind", "sort_order", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["content_element_type_id", 1], ["text_editor", "None"], ["version_id", 1], ["kind", 1], ["sort_order", 1], ["created_at", "2015-11-18 14:23:22.344674"], ["updated_at", "2015-11-18 14:23:22.344674"]]
[1m[36m (224.3ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (17.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (54.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (71.0ms)
Completed 200 OK in 320ms (Views: 90.8ms | ActiveRecord: 224.9ms)
Started PATCH "/pulitzer/content_elements/18" for ::1 at 2015-11-18 09:23:27 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"KnHJj/VKyb/UDPIrFZv8gG3x5wFJfuXqWg98wVpsBHVOv0PqzK57wMRUc1Fj+2ErqJc+Xro0tMq4BEUbuRmWWw==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"18"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 18]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "asdf"], ["body", "asdf"], ["updated_at", "2015-11-18 14:23:27.439131"], ["id", 18]]
[1m[35m (371.5ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.3ms)
Completed 200 OK in 401ms (Views: 23.0ms | ActiveRecord: 372.5ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 09:23:28 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.5ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (65.6ms)
Completed 200 OK in 140ms (Views: 134.3ms | ActiveRecord: 1.1ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 09:23:31 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 09:23:31 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 09:23:31 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 09:23:31 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 09:23:31 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 09:23:31 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 09:23:31 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 09:23:31 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 09:23:31 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 09:23:31 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 09:23:31 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 09:23:31 -0500
Started GET "/pulitzer/content_elements/6?authenticity_token=%2FdLuWg5wKEA%2BvMrZKxGV%2BGkWg8yvsHJ4vI7FSWYp%2BHKZHGQ%2FN5SaPy7kS6NdcQhTrHBak1z6I1hehfyThVxqXA%3D%3D" for ::1 at 2015-11-18 09:23:34 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"/dLuWg5wKEA+vMrZKxGV+GkWg8yvsHJ4vI7FSWYp+HKZHGQ/N5SaPy7kS6NdcQhTrHBak1z6I1hehfyThVxqXA==", "id"=>"6"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 6]]
[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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Post Load (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/3?authenticity_token=%2FdLuWg5wKEA%2BvMrZKxGV%2BGkWg8yvsHJ4vI7FSWYp%2BHKZHGQ%2FN5SaPy7kS6NdcQhTrHBak1z6I1hehfyThVxqXA%3D%3D" for ::1 at 2015-11-18 09:23:34 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"/dLuWg5wKEA+vMrZKxGV+GkWg8yvsHJ4vI7FSWYp+HKZHGQ/N5SaPy7kS6NdcQhTrHBak1z6I1hehfyThVxqXA==", "id"=>"3"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 3]]
[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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/2?authenticity_token=%2FdLuWg5wKEA%2BvMrZKxGV%2BGkWg8yvsHJ4vI7FSWYp%2BHKZHGQ%2FN5SaPy7kS6NdcQhTrHBak1z6I1hehfyThVxqXA%3D%3D" for ::1 at 2015-11-18 09:23:36 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"/dLuWg5wKEA+vMrZKxGV+GkWg8yvsHJ4vI7FSWYp+HKZHGQ/N5SaPy7kS6NdcQhTrHBak1z6I1hehfyThVxqXA==", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[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", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/1?authenticity_token=%2FdLuWg5wKEA%2BvMrZKxGV%2BGkWg8yvsHJ4vI7FSWYp%2BHKZHGQ%2FN5SaPy7kS6NdcQhTrHBak1z6I1hehfyThVxqXA%3D%3D" for ::1 at 2015-11-18 09:23:36 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"/dLuWg5wKEA+vMrZKxGV+GkWg8yvsHJ4vI7FSWYp+HKZHGQ/N5SaPy7kS6NdcQhTrHBak1z6I1hehfyThVxqXA==", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Completed 200 OK in 20ms (Views: 18.5ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=%2FdLuWg5wKEA%2BvMrZKxGV%2BGkWg8yvsHJ4vI7FSWYp%2BHKZHGQ%2FN5SaPy7kS6NdcQhTrHBak1z6I1hehfyThVxqXA%3D%3D" for ::1 at 2015-11-18 09:23:44 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"/dLuWg5wKEA+vMrZKxGV+GkWg8yvsHJ4vI7FSWYp+HKZHGQ/N5SaPy7kS6NdcQhTrHBak1z6I1hehfyThVxqXA=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (3.6ms)
Completed 200 OK in 20ms (Views: 17.7ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-18 09:23:47 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6DJ655Gg3C/SgZC2GhlmAxsV0mR3pO7npQYLzYm3XxeM/PCCqERuUMLZEcxsefuo3nMLO4Tuv8dHDTIXasLNOQ==", "content_element"=>{"content_element_type_id"=>"2", "height"=>"100", "width"=>"100", "version_id"=>"1", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m SELECT MAX("pulitzer_content_elements"."sort_order") FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? [["version_id", 1], ["kind", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("content_element_type_id", "version_id", "kind", "sort_order", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content_element_type_id", 2], ["version_id", 1], ["kind", 1], ["sort_order", 2], ["created_at", "2015-11-18 14:23:47.536439"], ["updated_at", "2015-11-18 14:23:47.536439"]]
[1m[35m (1193.7ms)[0m commit 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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (32.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (48.0ms)
Completed 200 OK in 1267ms (Views: 66.8ms | ActiveRecord: 1194.3ms)
Started PATCH "/pulitzer/content_elements/19" for ::1 at 2015-11-18 09:23:57 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"oqsSdA0C/nhS2HIV2q6U/Jdid9QAV5lFPgHyUB2u70LGZZgRNOZMB0KA82+szglXUgSui/MdyGXcCsuK/tt9bA==", "content_element"=>{"title"=>"", "image"=>#, @original_filename="pic05.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"pic05.jpeg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"19"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 19]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 19]]
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "image" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", ""], ["image", "pic05.jpeg"], ["updated_at", "2015-11-18 14:23:57.744597"], ["id", 19]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (6.7ms)
Completed 200 OK in 121ms (Views: 23.4ms | ActiveRecord: 1.5ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 09:32:13 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (23.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (41.7ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (157.5ms)
Completed 200 OK in 458ms (Views: 266.7ms | ActiveRecord: 3.2ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 09:32:13 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 09:32:13 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 09:32:13 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 09:32:13 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 09:32:13 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 09:32:13 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 09:32:13 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 09:32:13 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 09:32:13 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 09:32:13 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 09:32:13 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 09:32:13 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 09:53:54 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (22.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (40.3ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (141.3ms)
Completed 200 OK in 409ms (Views: 231.8ms | ActiveRecord: 3.0ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 09:53:55 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 09:53:55 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 09:53:55 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 09:53:55 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 09:53:55 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 09:53:55 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 09:53:55 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 09:53:55 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 09:53:55 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 09:53:55 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 09:53:55 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 09:53:55 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 09:55:16 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (80.0ms)
Completed 200 OK in 165ms (Views: 158.4ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 09:55:16 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 09:55:16 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 09:55:16 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 09:55:16 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 09:55:16 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 09:55:16 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 09:55:16 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 09:55:16 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 09:55:16 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 09:55:16 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 09:55:16 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 09:55:16 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 09:55:17 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.0ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (88.3ms)
Completed 200 OK in 156ms (Views: 144.9ms | ActiveRecord: 1.1ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 09:55:17 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 09:55:17 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 09:55:17 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 09:55:17 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 09:55:17 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 09:55:17 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 09:55:17 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 09:55:18 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 09:55:18 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 09:55:18 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 09:55:18 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 09:55:18 -0500
Started GET "/pulitzer/posts/jobs/content_elements/18/edit?authenticity_token=%2FG63CFJ%2BEQ2%2BXszWegodrVLTNYSprhQfp1aduoUP%2BwKYoD1ta5qjcq4GTawMaoAGl7Xs21rkRT9FXaRgZnppLA%3D%3D" for ::1 at 2015-11-18 09:56:04 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"/G63CFJ+EQ2+XszWegodrVLTNYSprhQfp1aduoUP+wKYoD1ta5qjcq4GTawMaoAGl7Xs21rkRT9FXaRgZnppLA==", "post_id"=>"jobs", "id"=>"18"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 18]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (19.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (62.0ms)
Completed 200 OK in 83ms (Views: 81.1ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/18?authenticity_token=%2FG63CFJ%2BEQ2%2BXszWegodrVLTNYSprhQfp1aduoUP%2BwKYoD1ta5qjcq4GTawMaoAGl7Xs21rkRT9FXaRgZnppLA%3D%3D" for ::1 at 2015-11-18 10:02:37 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"/G63CFJ+EQ2+XszWegodrVLTNYSprhQfp1aduoUP+wKYoD1ta5qjcq4GTawMaoAGl7Xs21rkRT9FXaRgZnppLA==", "id"=>"18"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (53.2ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 10:03:18 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (56.0ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 10:03:27 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (22.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (40.1ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (140.6ms)
Completed 200 OK in 418ms (Views: 237.9ms | ActiveRecord: 3.3ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 10:03:28 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 10:03:28 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 10:03:28 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 10:03:28 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 10:03:28 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 10:03:28 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 10:03:28 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 10:03:28 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 10:03:28 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 10:03:28 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 10:03:28 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 10:03:28 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=%2B054OgkTgcnfhi9nB2FnN5ON5ekVz45anB2pc2Z5gvyfgPJfMPczts%2Ferh1xAfqcVus8tuaF33p%2BFpCphQwQ0g%3D%3D" for ::1 at 2015-11-18 10:03:29 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"+054OgkTgcnfhi9nB2FnN5ON5ekVz45anB2pc2Z5gvyfgPJfMPczts/erh1xAfqcVus8tuaF33p+FpCphQwQ0g=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (11.0ms)
Completed 200 OK in 28ms (Views: 25.8ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 10:05:14 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (56.9ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 10:05:56 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (24.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (33.3ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (14.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (17.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (136.7ms)
Completed 200 OK in 402ms (Views: 232.1ms | ActiveRecord: 2.8ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 10:05:57 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 10:05:57 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 10:05:57 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 10:05:57 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 10:05:57 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 10:05:57 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 10:05:57 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 10:05:57 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 10:05:57 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 10:05:57 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 10:05:57 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 10:05:57 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 10:06:10 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 10:06:10 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 10:06:10 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 10:06:10 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 10:06:11 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.2ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (83.7ms)
Completed 200 OK in 167ms (Views: 160.8ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 10:06:12 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 10:06:12 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 10:06:12 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 10:06:12 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 10:06:12 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 10:06:12 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 10:06:12 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 10:06:12 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 10:06:12 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 10:06:12 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 10:06:12 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 10:06:12 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 10:09:55 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (55.3ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 10:13:34 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (22.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (41.4ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (142.7ms)
Completed 200 OK in 421ms (Views: 251.6ms | ActiveRecord: 2.7ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 10:13:35 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 10:13:35 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 10:13:35 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 10:13:35 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 10:13:35 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 10:13:35 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 10:13:35 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 10:13:35 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 10:13:35 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 10:13:35 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 10:13:35 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 10:13:35 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=wyos4bLPVSlg4HZ4176a4utU0jRaYeXMaI%2F7tgeeYZOn5KaEiyvnVnC49wKh3gdJLjILa6krtOyKhMJs5OvzvQ%3D%3D" for ::1 at 2015-11-18 10:49:13 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"wyos4bLPVSlg4HZ4176a4utU0jRaYeXMaI/7tgeeYZOn5KaEiyvnVnC49wKh3gdJLjILa6krtOyKhMJs5OvzvQ=="}
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.7ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (16.8ms)
Completed 200 OK in 37ms (Views: 33.0ms | ActiveRecord: 1.3ms)
Started GET "/pulitzer/posts?post_type_id=1" for ::1 at 2015-11-18 10:49:31 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 1
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (16.8ms)
Completed 200 OK in 112ms (Views: 110.1ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 10:49:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 10:49:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 10:49:33 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 10:49:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 10:49:33 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 10:49:33 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 10:49:33 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 10:49:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 10:49:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 10:49:33 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 10:49:33 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 10:49:33 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-18 10:49:34 -0500
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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.2ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (34.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (37.4ms)
[1m[35mPulitzer::Post Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (51.2ms)
Completed 200 OK in 494ms (Views: 491.9ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 10:49:35 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 10:49:35 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 10:49:35 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 10:49:35 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 10:49:35 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 10:49:35 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 10:49:35 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 10:49:35 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 10:49:35 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 10:49:35 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 10:49:35 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 10:49:35 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 10:49:40 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.6ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.2ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.6ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.4ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (671.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (677.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (822.8ms)
Completed 200 OK in 900ms (Views: 886.0ms | ActiveRecord: 2.6ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 10:49:41 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 10:49:41 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 10:49:41 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 10:49:41 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 10:49:41 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 10:49:41 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 10:49:41 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 10:49:41 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 10:49:41 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 10:49:41 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 10:49:41 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 10:49:41 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 10:50:08 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 10:50:08 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 10:50:08 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 10:50:08 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 10:50:10 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 0]]
[1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.4ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (138.3ms)
Completed 200 OK in 212ms (Views: 201.7ms | ActiveRecord: 1.9ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 10:50:10 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 10:50:10 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 10:50:10 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 10:50:10 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 10:50:10 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 10:50:10 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 10:50:10 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 10:50:10 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 10:50:11 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 10:50:11 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 10:50:11 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 10:50:11 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 10:54:26 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 10:54:26 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 10:54:26 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 10:54:26 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 10:54:29 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (58.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 10:54:52 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.5ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (26.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (29.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (193.1ms)
Completed 200 OK in 538ms (Views: 330.7ms | ActiveRecord: 3.2ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 10:54:53 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 10:54:53 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 10:54:53 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 10:54:53 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 10:54:53 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 10:54:53 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 10:54:53 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 10:54:53 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 10:54:53 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 10:54:53 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 10:54:53 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 10:54:53 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 10:55:31 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 10:55:31 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 10:55:31 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 10:55:31 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 10:56:06 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 0]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.0ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (130.9ms)
Completed 200 OK in 225ms (Views: 215.3ms | ActiveRecord: 1.4ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 10:56:07 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 10:56:07 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 10:56:07 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 10:56:07 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 10:56:07 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 10:56:07 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 10:56:07 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 10:56:07 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 10:56:07 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 10:56:07 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 10:56:07 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 10:56:07 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 10:59:04 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.1ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (139.5ms)
Completed 200 OK in 238ms (Views: 230.7ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 10:59:08 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 10:59:08 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 10:59:08 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 10:59:08 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 10:59:08 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 10:59:08 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 10:59:08 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 10:59:08 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 10:59:08 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 10:59:08 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 10:59:08 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 10:59:08 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 11:00:43 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.9ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (13.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (17.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (13.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (17.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (167.0ms)
Completed 200 OK in 323ms (Views: 314.5ms | ActiveRecord: 1.6ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 11:00:44 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 11:00:44 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 11:00:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 11:00:44 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 11:00:44 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 11:00:44 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 11:00:44 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 11:00:44 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 11:00:44 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 11:00:44 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 11:00:44 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 11:00:44 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 11:02:31 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.3ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.6ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (12.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (18.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (66.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (73.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (33.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (45.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (14.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (19.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (25.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (29.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (290.5ms)
Completed 200 OK in 401ms (Views: 392.9ms | ActiveRecord: 1.9ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 11:02:34 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 11:02:34 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 11:02:34 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 11:02:34 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 11:02:34 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 11:02:34 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 11:02:34 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 11:02:34 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 11:02:34 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 11:02:34 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 11:02:34 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 11:02:34 -0500
Started GET "/pulitzer/content_elements/13?authenticity_token=90vjds3n%2FUwJ%2FM9oGInLa74xqF2DvfxwlyxM%2Fr%2F%2FivuThWkT9ANPMxmkThJu6VbAe1dxAnD3rVB1J3UkXIoY1Q%3D%3D" for ::1 at 2015-11-18 11:02:48 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"90vjds3n/UwJ/M9oGInLa74xqF2DvfxwlyxM/r//ivuThWkT9ANPMxmkThJu6VbAe1dxAnD3rVB1J3UkXIoY1Q==", "id"=>"13"}
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 13]]
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (23.5ms)
Completed 200 OK in 52ms (Views: 48.7ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/content_elements/12?authenticity_token=90vjds3n%2FUwJ%2FM9oGInLa74xqF2DvfxwlyxM%2Fr%2F%2FivuThWkT9ANPMxmkThJu6VbAe1dxAnD3rVB1J3UkXIoY1Q%3D%3D" for ::1 at 2015-11-18 11:02:48 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"90vjds3n/UwJ/M9oGInLa74xqF2DvfxwlyxM/r//ivuThWkT9ANPMxmkThJu6VbAe1dxAnD3rVB1J3UkXIoY1Q==", "id"=>"12"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 12]]
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (19.5ms)
Completed 200 OK in 39ms (Views: 37.6ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/15?authenticity_token=90vjds3n%2FUwJ%2FM9oGInLa74xqF2DvfxwlyxM%2Fr%2F%2FivuThWkT9ANPMxmkThJu6VbAe1dxAnD3rVB1J3UkXIoY1Q%3D%3D" for ::1 at 2015-11-18 11:02:49 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"90vjds3n/UwJ/M9oGInLa74xqF2DvfxwlyxM/r//ivuThWkT9ANPMxmkThJu6VbAe1dxAnD3rVB1J3UkXIoY1Q==", "id"=>"15"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 15]]
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (20.0ms)
Completed 200 OK in 39ms (Views: 37.9ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/content_elements/14?authenticity_token=90vjds3n%2FUwJ%2FM9oGInLa74xqF2DvfxwlyxM%2Fr%2F%2FivuThWkT9ANPMxmkThJu6VbAe1dxAnD3rVB1J3UkXIoY1Q%3D%3D" for ::1 at 2015-11-18 11:02:50 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"90vjds3n/UwJ/M9oGInLa74xqF2DvfxwlyxM/r//ivuThWkT9ANPMxmkThJu6VbAe1dxAnD3rVB1J3UkXIoY1Q==", "id"=>"14"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 14]]
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (19.5ms)
Completed 200 OK in 37ms (Views: 35.7ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/content_elements/16?authenticity_token=90vjds3n%2FUwJ%2FM9oGInLa74xqF2DvfxwlyxM%2Fr%2F%2FivuThWkT9ANPMxmkThJu6VbAe1dxAnD3rVB1J3UkXIoY1Q%3D%3D" for ::1 at 2015-11-18 11:02:52 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"90vjds3n/UwJ/M9oGInLa74xqF2DvfxwlyxM/r//ivuThWkT9ANPMxmkThJu6VbAe1dxAnD3rVB1J3UkXIoY1Q==", "id"=>"16"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 16]]
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (19.6ms)
Completed 200 OK in 39ms (Views: 37.9ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/content_elements/17?authenticity_token=90vjds3n%2FUwJ%2FM9oGInLa74xqF2DvfxwlyxM%2Fr%2F%2FivuThWkT9ANPMxmkThJu6VbAe1dxAnD3rVB1J3UkXIoY1Q%3D%3D" for ::1 at 2015-11-18 11:02:52 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"90vjds3n/UwJ/M9oGInLa74xqF2DvfxwlyxM/r//ivuThWkT9ANPMxmkThJu6VbAe1dxAnD3rVB1J3UkXIoY1Q==", "id"=>"17"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 17]]
[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", 3]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (20.6ms)
Completed 200 OK in 39ms (Views: 37.2ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 11:03:20 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.9ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (113.7ms)
Completed 200 OK in 173ms (Views: 166.3ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 11:03:20 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 11:03:20 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 11:03:20 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 11:03:20 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 11:03:20 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 11:03:20 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 11:03:20 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 11:03:20 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 11:03:20 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 11:03:20 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 11:03:20 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 11:03:20 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 11:04:18 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 0]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.3ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (12.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (16.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (15.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (21.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (46.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (204.0ms)
Completed 200 OK in 311ms (Views: 302.4ms | ActiveRecord: 1.5ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 11:04:19 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 11:04:19 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 11:04:19 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 11:04:19 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 11:04:19 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 11:04:19 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 11:04:19 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 11:04:19 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 11:04:19 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 11:04:20 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 11:04:20 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 11:04:20 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 11:05:16 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.4ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (15.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (16.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (24.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (20.8ms)
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (204.1ms)
Completed 200 OK in 314ms (Views: 306.7ms | ActiveRecord: 1.4ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 11:05:17 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 11:05:17 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 11:05:17 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 11:05:17 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 11:05:17 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 11:05:17 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 11:05:17 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 11:05:17 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 11:05:17 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 11:05:17 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 11:05:17 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 11:05:17 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 11:06:59 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.6ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (114.7ms)
Completed 200 OK in 182ms (Views: 175.7ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 11:06:59 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 11:06:59 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 11:06:59 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 11:06:59 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 11:06:59 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 11:07:00 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 11:07:00 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 11:07:00 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 11:07:00 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 11:07:00 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 11:07:00 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 11:07:00 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 11:07:16 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.1ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (15.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (12.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (17.1ms)
[1m[36mCACHE (1.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (13.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (18.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (162.2ms)
Completed 200 OK in 243ms (Views: 236.1ms | ActiveRecord: 2.4ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 11:07:16 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 11:07:16 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 11:07:16 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 11:07:16 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 11:07:16 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 11:07:16 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 11:07:16 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 11:07:17 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 11:07:17 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 11:07:17 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 11:07:17 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 11:07:17 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 11:07:34 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.7ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (121.5ms)
Completed 200 OK in 208ms (Views: 201.6ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 11:07:34 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 11:07:34 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 11:07:34 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 11:07:34 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 11:07:34 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 11:07:34 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 11:07:34 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 11:07:34 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 11:07:34 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 11:07:34 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 11:07:34 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 11:07:34 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 11:09:00 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.8ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (119.5ms)
Completed 200 OK in 187ms (Views: 180.6ms | ActiveRecord: 1.3ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 13:53:55 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.6ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (101.4ms)
Completed 200 OK in 167ms (Views: 161.2ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 13:53:55 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 13:53:55 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 13:53:55 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 13:53:55 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 13:53:55 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 13:53:55 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 14:01:32 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.4ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.6ms)
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (121.6ms)
Completed 200 OK in 197ms (Views: 187.4ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 14:01:33 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 14:01:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 14:01:33 -0500
Started GET "/assets/hooch-4b456540bca62471c84495039720d37c.js?body=1" for ::1 at 2015-11-18 14:01:33 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 14:01:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 14:01:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 14:01:33 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 14:01:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 14:01:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 14:01:33 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 14:01:33 -0500
Started GET "/assets/application-0ac8fe0db84e3d633dc3120ca2b2580a.js?body=1" for ::1 at 2015-11-18 14:01:33 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 14:02:32 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.2ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (8.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (33.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (35.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.0ms)
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (168.5ms)
Completed 200 OK in 858ms (Views: 315.0ms | ActiveRecord: 2.8ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 14:02:34 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 14:02:34 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 14:02:34 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 14:02:34 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 14:02:34 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 14:02:34 -0500
Started GET "/assets/hooch-695a9acf3f5d6254c18080c750fd990a.js?body=1" for ::1 at 2015-11-18 14:02:34 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 14:02:34 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 14:02:34 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 14:02:34 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 14:02:34 -0500
Started GET "/assets/application-cfaa7ae356b7e1f38ebf7a2aec44c4b7.js?body=1" for ::1 at 2015-11-18 14:02:34 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 14:02:56 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.7ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (110.5ms)
Completed 200 OK in 201ms (Views: 191.8ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 14:02:57 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 14:02:57 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 14:02:57 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 14:02:57 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 14:02:57 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 14:02:57 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 14:02:57 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 14:02:57 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 14:02:57 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 14:02:57 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 14:02:58 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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[35mCACHE (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.8ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 1]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.8ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (120.8ms)
Completed 200 OK in 221ms (Views: 210.8ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 14:02:58 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 14:02:58 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 14:02:58 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 14:02:58 -0500
Started GET "/assets/hooch-695a9acf3f5d6254c18080c750fd990a.js?body=1" for ::1 at 2015-11-18 14:02:58 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 14:02:58 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 14:02:58 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 14:02:58 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 14:02:58 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 14:02:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 14:02:58 -0500
Started GET "/assets/application-cfaa7ae356b7e1f38ebf7a2aec44c4b7.js?body=1" for ::1 at 2015-11-18 14:02:58 -0500
Started GET "/pulitzer/content_elements/12?authenticity_token=op4gMRzwRYCweDSzfqNk1NUQNzn%2FueFCxNd12gYYV0PGUKpUJRT3%2F6AgtckIw%2Fl%2FEHbuZgzzsGIm3EwA5W3FbQ%3D%3D" for ::1 at 2015-11-18 14:03:03 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"op4gMRzwRYCweDSzfqNk1NUQNzn/ueFCxNd12gYYV0PGUKpUJRT3/6AgtckIw/l/EHbuZgzzsGIm3EwA5W3FbQ==", "id"=>"12"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 12]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.2ms)
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (19.0ms)
Completed 200 OK in 36ms (Views: 33.8ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/content_elements/13?authenticity_token=op4gMRzwRYCweDSzfqNk1NUQNzn%2FueFCxNd12gYYV0PGUKpUJRT3%2F6AgtckIw%2Fl%2FEHbuZgzzsGIm3EwA5W3FbQ%3D%3D" for ::1 at 2015-11-18 14:03:05 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"op4gMRzwRYCweDSzfqNk1NUQNzn/ueFCxNd12gYYV0PGUKpUJRT3/6AgtckIw/l/EHbuZgzzsGIm3EwA5W3FbQ==", "id"=>"13"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 13]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (23.8ms)
Completed 200 OK in 40ms (Views: 38.4ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/14?authenticity_token=op4gMRzwRYCweDSzfqNk1NUQNzn%2FueFCxNd12gYYV0PGUKpUJRT3%2F6AgtckIw%2Fl%2FEHbuZgzzsGIm3EwA5W3FbQ%3D%3D" for ::1 at 2015-11-18 14:03:15 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"op4gMRzwRYCweDSzfqNk1NUQNzn/ueFCxNd12gYYV0PGUKpUJRT3/6AgtckIw/l/EHbuZgzzsGIm3EwA5W3FbQ==", "id"=>"14"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 14]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[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[36mPulitzer::Version Load (0.5ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (18.9ms)
Completed 200 OK in 37ms (Views: 34.8ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/content_elements/15?authenticity_token=op4gMRzwRYCweDSzfqNk1NUQNzn%2FueFCxNd12gYYV0PGUKpUJRT3%2F6AgtckIw%2Fl%2FEHbuZgzzsGIm3EwA5W3FbQ%3D%3D" for ::1 at 2015-11-18 14:03:16 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"op4gMRzwRYCweDSzfqNk1NUQNzn/ueFCxNd12gYYV0PGUKpUJRT3/6AgtckIw/l/EHbuZgzzsGIm3EwA5W3FbQ==", "id"=>"15"}
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 15]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (16.6ms)
Completed 200 OK in 33ms (Views: 31.0ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/content_elements/16?authenticity_token=op4gMRzwRYCweDSzfqNk1NUQNzn%2FueFCxNd12gYYV0PGUKpUJRT3%2F6AgtckIw%2Fl%2FEHbuZgzzsGIm3EwA5W3FbQ%3D%3D" for ::1 at 2015-11-18 14:03:17 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"op4gMRzwRYCweDSzfqNk1NUQNzn/ueFCxNd12gYYV0PGUKpUJRT3/6AgtckIw/l/EHbuZgzzsGIm3EwA5W3FbQ==", "id"=>"16"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 16]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (24.9ms)
Completed 200 OK in 42ms (Views: 40.8ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/content_elements/17?authenticity_token=op4gMRzwRYCweDSzfqNk1NUQNzn%2FueFCxNd12gYYV0PGUKpUJRT3%2F6AgtckIw%2Fl%2FEHbuZgzzsGIm3EwA5W3FbQ%3D%3D" for ::1 at 2015-11-18 14:03:19 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"op4gMRzwRYCweDSzfqNk1NUQNzn/ueFCxNd12gYYV0PGUKpUJRT3/6AgtckIw/l/EHbuZgzzsGIm3EwA5W3FbQ==", "id"=>"17"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 17]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
[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", 3]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (27.6ms)
Completed 200 OK in 47ms (Views: 45.9ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 14:03:32 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (101.2ms)
Completed 200 OK in 157ms (Views: 151.2ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 14:03:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 14:03:33 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 14:03:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 14:03:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 14:03:33 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 14:03:33 -0500
Started GET "/assets/hooch-695a9acf3f5d6254c18080c750fd990a.js?body=1" for ::1 at 2015-11-18 14:03:33 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 14:03:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 14:03:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 14:03:33 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 14:03:33 -0500
Started GET "/assets/application-cfaa7ae356b7e1f38ebf7a2aec44c4b7.js?body=1" for ::1 at 2015-11-18 14:03:34 -0500
[1m[36m (184.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
[1m[35m (0.2ms)[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 (20150716214842)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[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", "20150716214842"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerContentElementTypes (20150716214843)
[1m[36m (0.0ms)[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.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214843"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPosts (20150716214844)
[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", "20150716214844"]]
[1m[35m (0.5ms)[0m commit transaction
Migrating to CreatePulitzerContentElements (20150716214845)
[1m[36m (0.1ms)[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, "image" varchar, "post_id" integer, "post_type_content_element_type_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", "20150716214845"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerTags (20150716214846)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[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", "20150716214846"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to CreatePulitzerPostTags (20150716214847)
[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", "20150716214847"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to CreatePulitzerPostTypeContentElementTypes (20150716214848)
[1m[36m (0.1ms)[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" varchar, "height" integer DEFAULT 100, "width" integer DEFAULT 100, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150716214848"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to AddPluralAndTemplateToPulitzerPostTypes (20150716214849)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (1.2ms)[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.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214849"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Migrating to AddPulitzerContentElementTypes (20150716214850)
[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-11-18 19:04:27.163913"], ["updated_at", "2015-11-18 19:04:27.163913"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", "2015-11-18 19:04:27.165909"], ["updated_at", "2015-11-18 19:04:27.165909"]]
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Video"], ["created_at", "2015-11-18 19:04:27.166802"], ["updated_at", "2015-11-18 19:04:27.166802"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150716214850"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Migrating to AddSlugToPulitzerPosts (20150724152813)
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_posts" ADD "slug" varchar[0m
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_pulitzer_posts_on_slug" ON "pulitzer_posts" ("slug")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150724152813"]]
[1m[35m (0.9ms)[0m commit transaction
Migrating to CreateSearchLocations (20150901153531)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "search_locations" ("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", "20150901153531"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangeLabelTypeFromPulitzerPostTags (20150902213853)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "apulitzer_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[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.5ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.3ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150902213853"]]
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
Migrating to AddTextEditorToPulitzerPostTypeContentElementTypes (20151026204453)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "pulitzer_post_type_content_element_types" ADD "text_editor" varchar[0m
[1m[35mSQL (0.1ms)[0m UPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = 'None' WHERE "pulitzer_post_type_content_element_types"."id" IN (SELECT "pulitzer_post_type_content_element_types"."id" FROM "pulitzer_post_type_content_element_types" ORDER BY "pulitzer_post_type_content_element_types"."id" ASC)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151026204453"]]
[1m[35m (0.6ms)[0m commit transaction
Migrating to CreatePulitzerVersions (20151029221443)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "pulitzer_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer DEFAULT 0, "post_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", "20151029221443"]]
[1m[35m (0.7ms)[0m commit transaction
Migrating to ChangePostElementsToVersions (20151029221444)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_content_elements"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_content_elements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar, "title" varchar, "body" text, "image" varchar, "version_id" integer, "post_type_content_element_type_id" integer, "content_element_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "apulitzer_content_elements"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_content_elements"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.0ms)[0m [1mSELECT * FROM "pulitzer_post_tags"[0m
[1m[35m (0.3ms)[0m DROP TABLE "pulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mCREATE TABLE "pulitzer_post_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version_id" integer, "label_id" integer, "label_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_tags"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_tags"[0m
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" ASC LIMIT 1000
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151029221444"]]
[1m[35m (1.1ms)[0m commit transaction
Migrating to AddPostTypeContentElementAttributesToContentElements (20151113220908)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m ALTER TABLE "pulitzer_content_elements" ADD "text_editor" varchar
[1m[36m (0.2ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "height" integer DEFAULT 100[0m
[1m[35m (0.2ms)[0m ALTER TABLE "pulitzer_content_elements" ADD "width" integer DEFAULT 100
[1m[36m (0.1ms)[0m [1mALTER TABLE "pulitzer_content_elements" ADD "sort_order" integer[0m
Scoped order and limit are ignored, it's forced to be batch order and batch size
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1000
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151113220908"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to ChangeTemplateToPulitzerPostTypes (20151116162913)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "apulitzer_post_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "plural" boolean, "template" boolean)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "pulitzer_post_types"[0m
[1m[35m (0.2ms)[0m DROP TABLE "pulitzer_post_types"
[1m[36m (0.1ms)[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, "plural" boolean) [0m
[1m[35m (0.0ms)[0m SELECT * FROM "apulitzer_post_types"
[1m[36m (0.1ms)[0m [1mDROP TABLE "apulitzer_post_types"[0m
[1m[35m (0.2ms)[0m ALTER TABLE "pulitzer_post_types" ADD "kind" integer DEFAULT 0
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151116162913"]]
[1m[35m (0.8ms)[0m commit transaction
Migrating to AddKindToPulitzerContentElements (20151118032759)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m ALTER TABLE "pulitzer_content_elements" ADD "kind" integer DEFAULT 0
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151118032759"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_pulitzer_posts_on_slug' AND type='index'
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-18 14:05:04 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
Completed 404 Not Found in 20ms (ActiveRecord: 0.5ms)
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:23:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:5:in `index'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.4ms)
Started GET "/pulitzer/" for ::1 at 2015-11-18 14:05:14 -0500
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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (3.7ms)
Completed 200 OK in 142ms (Views: 136.4ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/" for ::1 at 2015-11-18 14:05:14 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (1.1ms)
Completed 200 OK in 65ms (Views: 65.0ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/post_types/new?authenticity_token=DBXB9j2RWsxs3H3e4Qv5r09PHXlqwz6GX0II0AlpTUpo20uTBHXos3yE%2FKSXa2QEiinEJpmJb6a9STEK6hzfZA%3D%3D" for ::1 at 2015-11-18 14:05:21 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"DBXB9j2RWsxs3H3e4Qv5r09PHXlqwz6GX0II0AlpTUpo20uTBHXos3yE/KSXa2QEiinEJpmJb6a9STEK6hzfZA=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (16.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (53.4ms)
Completed 200 OK in 499ms (Views: 494.8ms | ActiveRecord: 0.1ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-18 14:05:29 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZYDrc48p8bsHuHsPNkt2mAiFb0eqyCIJ+6pi3QK5qoMBTmEWts1DxBfg+nVAK+szzeO2GFmCcykZoVsH4cw4rQ==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "jobs"], ["plural", "f"], ["kind", 1], ["created_at", "2015-11-18 19:05:29.128816"], ["updated_at", "2015-11-18 19:05:29.128816"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[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]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "jobs"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "jobs"], ["post_type_id", 1], ["slug", "jobs"], ["created_at", "2015-11-18 19:05:29.591041"], ["updated_at", "2015-11-18 19:05:29.591041"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 1], ["created_at", "2015-11-18 19:05:29.601408"], ["updated_at", "2015-11-18 19:05:29.601408"]]
[1m[36m (0.8ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (21.8ms)
Completed 200 OK in 522ms (Views: 38.4ms | ActiveRecord: 3.5ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 14:05:30 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (28.6ms)
Completed 200 OK in 112ms (Views: 82.8ms | ActiveRecord: 1.3ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=xC4H1vIpooY7CYqyAm5YpuglznWQr5b63WqaYkmujHig4I2zy80Q%2BStRC8h0DsUNLUMXKmPlx9o%2FYaO4qtseVg%3D%3D" for ::1 at 2015-11-18 14:05:33 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"xC4H1vIpooY7CYqyAm5YpuglznWQr5b63WqaYkmujHig4I2zy80Q+StRC8h0DsUNLUMXKmPlx9o/YaO4qtseVg=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (18.0ms)
Completed 200 OK in 271ms (Views: 258.2ms | ActiveRecord: 1.0ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-18 14:05:34 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Sug3f8wumRjHYdlWiv/3DQDnU+awt3dAaRJ5aY6mwdouJr0a9corZ9c5WCz8n2qmxYGKuUP9JmCLGUCzbdNT9A==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"1", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.2ms)[0m [1mSELECT MAX("pulitzer_content_elements"."sort_order") FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ?[0m [["version_id", 1], ["kind", 1]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("content_element_type_id", "text_editor", "version_id", "kind", "sort_order", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["content_element_type_id", 1], ["text_editor", "None"], ["version_id", 1], ["kind", 1], ["sort_order", 1], ["created_at", "2015-11-18 19:05:34.771370"], ["updated_at", "2015-11-18 19:05:34.771370"]]
[1m[36m (167.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (18.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (56.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (78.8ms)
Completed 200 OK in 274ms (Views: 100.2ms | ActiveRecord: 168.4ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-11-18 14:05:38 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"5r7Hk8u13FudfGEdj/mG5XC4Dz3pFC6IriQywb7W0jOCcE328lFuJI0k4Gf5mRtOtd7WYhpef6hMLwsbXaNAHQ==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"1"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "asdf"], ["body", "asdf"], ["updated_at", "2015-11-18 19:05:38.382776"], ["id", 1]]
[1m[35m (2164.1ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.5ms)
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (23.7ms)
Completed 200 OK in 2211ms (Views: 42.0ms | ActiveRecord: 2165.1ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=xC4H1vIpooY7CYqyAm5YpuglznWQr5b63WqaYkmujHig4I2zy80Q%2BStRC8h0DsUNLUMXKmPlx9o%2FYaO4qtseVg%3D%3D" for ::1 at 2015-11-18 14:05:43 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"xC4H1vIpooY7CYqyAm5YpuglznWQr5b63WqaYkmujHig4I2zy80Q+StRC8h0DsUNLUMXKmPlx9o/YaO4qtseVg=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (4.9ms)
Completed 200 OK in 27ms (Views: 24.5ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-18 14:05:48 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"R0qH2LeUrxB/sjjaxIzxMb09DZf8anTgaqe9jvywE98jhA29jnAdb2/quaCy7GyaeFvUyA8gJcCIrIRUH8WB8Q==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"1", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m SELECT MAX("pulitzer_content_elements"."sort_order") FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? [["version_id", 1], ["kind", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("content_element_type_id", "text_editor", "version_id", "kind", "sort_order", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["content_element_type_id", 1], ["text_editor", "None"], ["version_id", 1], ["kind", 1], ["sort_order", 2], ["created_at", "2015-11-18 19:05:48.253499"], ["updated_at", "2015-11-18 19:05:48.253499"]]
[1m[35m (394.7ms)[0m commit 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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (14.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (47.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (62.8ms)
Completed 200 OK in 481ms (Views: 81.1ms | ActiveRecord: 395.3ms)
Started PATCH "/pulitzer/content_elements/2" for ::1 at 2015-11-18 14:05:51 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kob6XRwvsmySSN96E051dz3PUB5bb8GLH3uM4f/pHRj2SHA4JcsAE4IQXgBlLujc+KmJQaglkKv9cLU7HJyPNg==", "content_element"=>{"title"=>"qewr", "body"=>"qwer"}, "commit"=>"Update", "id"=>"2"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 2]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "qewr"], ["body", "qwer"], ["updated_at", "2015-11-18 19:05:51.689293"], ["id", 2]]
[1m[36m (701.7ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (19.0ms)
Completed 200 OK in 742ms (Views: 36.0ms | ActiveRecord: 702.4ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 14:11:08 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.7ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.4ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.4ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.3ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[36mPulitzer::ContentElement Load (0.4ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 1]]
[1m[35mPulitzer::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (20.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (91.8ms)
Completed 200 OK in 823ms (Views: 214.4ms | ActiveRecord: 4.5ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 14:11:09 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 14:11:09 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 14:11:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 14:11:09 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 14:11:09 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 14:11:09 -0500
Started GET "/assets/hooch-695a9acf3f5d6254c18080c750fd990a.js?body=1" for ::1 at 2015-11-18 14:11:09 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 14:11:09 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 14:11:09 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 14:11:09 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 14:11:09 -0500
Started GET "/assets/application-cfaa7ae356b7e1f38ebf7a2aec44c4b7.js?body=1" for ::1 at 2015-11-18 14:11:10 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 14:12:44 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (33.9ms)
Completed 200 OK in 123ms (Views: 116.3ms | ActiveRecord: 0.8ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 14:12:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 14:12:44 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 14:12:44 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 14:12:44 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 14:12:44 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 14:12:44 -0500
Started GET "/assets/hooch-695a9acf3f5d6254c18080c750fd990a.js?body=1" for ::1 at 2015-11-18 14:12:44 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 14:12:44 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 14:12:44 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 14:12:44 -0500
Started GET "/assets/application-cfaa7ae356b7e1f38ebf7a2aec44c4b7.js?body=1" for ::1 at 2015-11-18 14:12:44 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 14:12:44 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 14:13:04 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 14:13:04 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 14:13:04 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 14:13:04 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 14:40:23 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.8ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.4ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.4ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.4ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mPulitzer::ContentElement Load (0.5ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 1]]
[1m[35mPulitzer::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (9.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (88.6ms)
Completed 200 OK in 1269ms (Views: 237.2ms | ActiveRecord: 4.7ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 14:40:25 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 14:40:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 14:40:25 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 14:40:25 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 14:40:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 14:40:25 -0500
Started GET "/assets/hooch-dea5808ead5a9d520684c0c9ac0829b5.js?body=1" for ::1 at 2015-11-18 14:40:25 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 14:40:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 14:40:25 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 14:40:25 -0500
Started GET "/assets/application-7c6d19e3d2be853ae7e03b896340ef8e.js?body=1" for ::1 at 2015-11-18 14:40:25 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 14:40:25 -0500
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 14:40:31 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["2", "1"]}
Can't verify CSRF token authenticity
Completed 422 Unprocessable Entity in 1ms (ActiveRecord: 0.0ms)
ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):
actionpack (4.2.5) lib/action_controller/metal/request_forgery_protection.rb:181:in `handle_unverified_request'
actionpack (4.2.5) lib/action_controller/metal/request_forgery_protection.rb:209:in `handle_unverified_request'
actionpack (4.2.5) lib/action_controller/metal/request_forgery_protection.rb:204:in `verify_authenticity_token'
activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `each'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (56.7ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 14:40:37 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 14:40:37 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 14:40:37 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 14:40:37 -0500
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 14:40:46 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["1", "2"]}
Can't verify CSRF token authenticity
Completed 422 Unprocessable Entity in 0ms (ActiveRecord: 0.0ms)
ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):
actionpack (4.2.5) lib/action_controller/metal/request_forgery_protection.rb:181:in `handle_unverified_request'
actionpack (4.2.5) lib/action_controller/metal/request_forgery_protection.rb:209:in `handle_unverified_request'
actionpack (4.2.5) lib/action_controller/metal/request_forgery_protection.rb:204:in `verify_authenticity_token'
activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `each'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (47.3ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 14:46:41 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[1m[36mCACHE (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (40.6ms)
Completed 200 OK in 108ms (Views: 98.8ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 14:46:41 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 14:46:41 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 14:46:41 -0500
Started GET "/assets/hooch-dea5808ead5a9d520684c0c9ac0829b5.js?body=1" for ::1 at 2015-11-18 14:46:41 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 14:46:41 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 14:46:41 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 14:46:41 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 14:46:41 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 14:46:41 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 14:46:41 -0500
Started GET "/assets/application-7c6d19e3d2be853ae7e03b896340ef8e.js?body=1" for ::1 at 2015-11-18 14:46:41 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 14:46:41 -0500
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 14:46:47 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["2", "1"]}
Can't verify CSRF token authenticity
Completed 422 Unprocessable Entity in 0ms (ActiveRecord: 0.0ms)
ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):
actionpack (4.2.5) lib/action_controller/metal/request_forgery_protection.rb:181:in `handle_unverified_request'
actionpack (4.2.5) lib/action_controller/metal/request_forgery_protection.rb:209:in `handle_unverified_request'
actionpack (4.2.5) lib/action_controller/metal/request_forgery_protection.rb:204:in `verify_authenticity_token'
activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `each'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (40.1ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 14:47:25 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (9.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (84.7ms)
Completed 200 OK in 351ms (Views: 176.3ms | ActiveRecord: 2.8ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 14:47:26 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 14:47:26 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 14:47:27 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 14:47:27 -0500
Started GET "/assets/hooch-dea5808ead5a9d520684c0c9ac0829b5.js?body=1" for ::1 at 2015-11-18 14:47:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 14:47:27 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 14:47:27 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 14:47:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 14:47:27 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 14:47:27 -0500
Started GET "/assets/application-7c6d19e3d2be853ae7e03b896340ef8e.js?body=1" for ::1 at 2015-11-18 14:47:27 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 14:47:27 -0500
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 14:47:32 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["2", "1"]}
Can't verify CSRF token authenticity
Completed 422 Unprocessable Entity in 1ms (ActiveRecord: 0.0ms)
ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):
actionpack (4.2.5) lib/action_controller/metal/request_forgery_protection.rb:181:in `handle_unverified_request'
actionpack (4.2.5) lib/action_controller/metal/request_forgery_protection.rb:209:in `handle_unverified_request'
actionpack (4.2.5) lib/action_controller/metal/request_forgery_protection.rb:204:in `verify_authenticity_token'
activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `each'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (44.8ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 14:48:18 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (40.4ms)
Completed 200 OK in 112ms (Views: 103.2ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 14:48:18 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 14:48:18 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 14:48:18 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 14:48:18 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 14:48:18 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 14:48:18 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 14:48:18 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 14:48:18 -0500
Started GET "/assets/hooch-dea5808ead5a9d520684c0c9ac0829b5.js?body=1" for ::1 at 2015-11-18 14:48:18 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 14:48:18 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 14:48:18 -0500
Started GET "/assets/application-7c6d19e3d2be853ae7e03b896340ef8e.js?body=1" for ::1 at 2015-11-18 14:48:18 -0500
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 14:48:22 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["2", "1"]}
Can't verify CSRF token authenticity
Completed 422 Unprocessable Entity in 0ms (ActiveRecord: 0.0ms)
ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):
actionpack (4.2.5) lib/action_controller/metal/request_forgery_protection.rb:181:in `handle_unverified_request'
actionpack (4.2.5) lib/action_controller/metal/request_forgery_protection.rb:209:in `handle_unverified_request'
actionpack (4.2.5) lib/action_controller/metal/request_forgery_protection.rb:204:in `verify_authenticity_token'
activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `each'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (44.5ms)
Started GET "/pulitzer/posts/jobs/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=%2FdwxxVivGFHutGTiRvH4fx0o2Y5ay45ME39e0%2F0vqw2ZErugYUuqLv7s5ZgwkWXU2E4A0amB32zxdGcJHlo5Iw%3D%3D" for ::1 at 2015-11-18 14:51:25 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"/dwxxVivGFHutGTiRvH4fx0o2Y5ay45ME39e0/0vqw2ZErugYUuqLv7s5ZgwkWXU2E4A0amB32zxdGcJHlo5Iw==", "post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Tag Load (0.4ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (27.9ms)
Completed 200 OK in 57ms (Views: 47.4ms | ActiveRecord: 1.1ms)
Started POST "/pulitzer/posts/jobs/post_tags" for ::1 at 2015-11-18 14:51:31 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YzZas7iqE9bXfgtAg54bDgZQrSXXmCD+mlaw0Cq+PqdQlMP9wYaMEsFeVd0buXH/X+b62QUMaMYYmMZo99q1A==", "post_tag"=>{"label_id"=>"test", "version_id"=>"1", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1[0m [["name", "test"]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "test"], ["created_at", "2015-11-18 19:51:31.443685"], ["updated_at", "2015-11-18 19:51:31.443685"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label_id", 1], ["version_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-18 19:51:31.450919"], ["updated_at", "2015-11-18 19:51:31.450919"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.7ms)
Completed 200 OK in 44ms (Views: 24.2ms | ActiveRecord: 3.8ms)
Started GET "/pulitzer/posts/jobs/post_tags/new?tag_model=SearchLocation&authenticity_token=%2FdwxxVivGFHutGTiRvH4fx0o2Y5ay45ME39e0%2F0vqw2ZErugYUuqLv7s5ZgwkWXU2E4A0amB32zxdGcJHlo5Iw%3D%3D" for ::1 at 2015-11-18 14:51:33 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"SearchLocation", "authenticity_token"=>"/dwxxVivGFHutGTiRvH4fx0o2Y5ay45ME39e0/0vqw2ZErugYUuqLv7s5ZgwkWXU2E4A0amB32zxdGcJHlo5Iw==", "post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mSearchLocation Load (0.6ms)[0m SELECT "search_locations".* FROM "search_locations"
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (40.6ms)
Completed 200 OK in 59ms (Views: 54.9ms | ActiveRecord: 0.9ms)
Started GET "/pulitzer/posts/jobs/post_tags/new?tag_model=Pulitzer%3A%3ATag&authenticity_token=%2FdwxxVivGFHutGTiRvH4fx0o2Y5ay45ME39e0%2F0vqw2ZErugYUuqLv7s5ZgwkWXU2E4A0amB32zxdGcJHlo5Iw%3D%3D" for ::1 at 2015-11-18 14:51:38 -0500
Processing by Pulitzer::PostTagsController#new as */*
Parameters: {"tag_model"=>"Pulitzer::Tag", "authenticity_token"=>"/dwxxVivGFHutGTiRvH4fx0o2Y5ay45ME39e0/0vqw2ZErugYUuqLv7s5ZgwkWXU2E4A0amB32zxdGcJHlo5Iw==", "post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags"
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_new.html.erb (3.8ms)
Completed 200 OK in 23ms (Views: 20.7ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/posts/jobs/post_tags" for ::1 at 2015-11-18 14:51:42 -0500
Processing by Pulitzer::PostTagsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"y+9axjMJw2DdooO39lk20jTZo8qDb3t6PplN+YfJzRavIdCjCu1xH836As2AOat58b96lXAlKlrcknQjZLxfOA==", "post_tag"=>{"label_id"=>"weird", "version_id"=>"1", "label_type"=>"Pulitzer::Tag"}, "commit"=>"Create", "post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."name" = ? ORDER BY "pulitzer_tags"."id" ASC LIMIT 1[0m [["name", "weird"]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "weird"], ["created_at", "2015-11-18 19:51:42.076037"], ["updated_at", "2015-11-18 19:51:42.076037"]]
[1m[35m (3.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_post_tags" ("label_id", "version_id", "label_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["label_id", 2], ["version_id", 1], ["label_type", "Pulitzer::Tag"], ["created_at", "2015-11-18 19:51:42.083156"], ["updated_at", "2015-11-18 19:51:42.083156"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.9ms)
Completed 200 OK in 45ms (Views: 33.3ms | ActiveRecord: 5.6ms)
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 14:52:02 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["1", "2"]}
Can't verify CSRF token authenticity
Completed 422 Unprocessable Entity in 0ms (ActiveRecord: 0.0ms)
ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):
actionpack (4.2.5) lib/action_controller/metal/request_forgery_protection.rb:181:in `handle_unverified_request'
actionpack (4.2.5) lib/action_controller/metal/request_forgery_protection.rb:209:in `handle_unverified_request'
actionpack (4.2.5) lib/action_controller/metal/request_forgery_protection.rb:204:in `verify_authenticity_token'
activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:164:in `block in halting'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `each'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (46.0ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:17:14 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.7ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.5ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.4ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.4ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.4ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (21.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (23.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[36mPulitzer::ContentElement Load (0.5ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 1]]
[1m[35mPulitzer::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (9.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (107.0ms)
Completed 200 OK in 1313ms (Views: 252.9ms | ActiveRecord: 5.6ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:17:15 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:17:15 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:17:15 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:17:15 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:17:15 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:17:15 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:17:15 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:17:15 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:17:15 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:17:15 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:17:15 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:17:15 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:20:30 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (10.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.6ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.5ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (50.4ms)
Completed 200 OK in 142ms (Views: 130.4ms | ActiveRecord: 1.6ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:20:31 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:20:31 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:20:31 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:20:31 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:20:31 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:20:31 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:20:31 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:20:31 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:20:31 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:20:31 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:20:31 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:20:31 -0500
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 15:20:47 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["2", "1"], "authenticity_token"=>"rNuZcfF92RkNNEICVcjPGCD4CoCBsBti7XEjRY3fc2LIFRMUyJlrZh1sw3gjqFKz5Z7T33L6SkIPehqfbqrhTA=="}
[1m[35mPulitzer::ContentElement Load (4.5ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" IN (2, 1) ORDER BY "pulitzer_content_elements"."id" ASC
[1m[36mPulitzer::ContentElement Load (0.4ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" IN (2, 1) ORDER BY "pulitzer_content_elements"."id" ASC[0m
Completed 500 Internal Server Error in 115066ms (ActiveRecord: 0.4ms)
NoMethodError (undefined method `index' for nil:NilClass):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:41:in `block in update_all'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:40:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:40:in `update_all'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (55.4ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:22:43 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (38.3ms)
Completed 200 OK in 122ms (Views: 109.9ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:22:43 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:22:43 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:22:43 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:22:43 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:22:43 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:22:43 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:22:43 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:22:43 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:22:43 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:22:43 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:22:43 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:22:43 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:29:11 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (54.9ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:29:36 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.7ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.4ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.4ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.4ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.5ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (22.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (24.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[36mPulitzer::ContentElement Load (0.5ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" ASC[0m [["version_id", 1], ["kind", 1]]
[1m[35mPulitzer::ContentElementType Load (0.3ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (112.6ms)
Completed 200 OK in 478ms (Views: 247.0ms | ActiveRecord: 5.6ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:29:37 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:29:37 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:29:37 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:29:37 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:29:37 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:29:37 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:29:37 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:29:37 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:29:37 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:29:37 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:29:37 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:29:37 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:30:44 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (42.6ms)
Completed 200 OK in 158ms (Views: 149.1ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:30:44 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:30:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:30:44 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:30:44 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:30:44 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:30:44 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:30:44 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:30:44 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:30:44 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:30:45 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:30:45 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:30:45 -0500
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 15:30:51 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["2", "1"], "authenticity_token"=>"ids+zj8cMIrEeEt8BFmM2u0qzC57emosmYIV+BrJD7/tFbSrBviC9dQgygZyORFxKEwVcYgwOwx7iSwi+bydkQ=="}
[1m[35mPulitzer::ContentElement Load (0.4ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" IN (2, 1) ORDER BY "pulitzer_content_elements"."id" ASC
Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.4ms)
NoMethodError (undefined method `index' for nil:NilClass):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:40:in `block in update_all'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:39:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:39:in `update_all'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (47.5ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:30:52 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (44.5ms)
Completed 200 OK in 117ms (Views: 106.6ms | ActiveRecord: 1.3ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:30:52 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:30:52 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:30:52 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:30:52 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:30:52 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:30:52 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:30:52 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:30:52 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:30:52 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:30:52 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:30:52 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:30:52 -0500
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 15:30:57 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["2", "1"], "authenticity_token"=>"mNnp5R30YgSWdwQKunW+6gvQXG6UtZR7I1jLDKynUf38F2OAJBDQe4YvhXDMFSNBzraFMWf/xVvBU/LWT9LD0w=="}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" IN (2, 1) ORDER BY "pulitzer_content_elements"."id" ASC
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms)
NoMethodError (undefined method `index' for nil:NilClass):
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:40:in `block in update_all'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:39:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:39:in `update_all'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (45.5ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:31:29 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.8ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.4ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (20.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (23.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" ASC[0m [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (17.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (111.1ms)
Completed 200 OK in 402ms (Views: 208.6ms | ActiveRecord: 4.7ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:31:30 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:31:30 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:31:30 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:31:30 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:31:30 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:31:30 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:31:30 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:31:30 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:31:30 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:31:30 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:31:30 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:31:30 -0500
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 15:31:37 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["2", "1"], "authenticity_token"=>"y/CvEL40iihU9FC0ICLw4Z9F/gsYCtiPAnIL+xppeimvPiV1h9A4V0Ss0c5WQm1KWiMnVOtAia/geTIh+RzoBw=="}
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" IN (2, 1) ORDER BY "pulitzer_content_elements"."id" ASC[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "sort_order" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["sort_order", 0], ["updated_at", "2015-11-18 20:31:38.245564"], ["id", 2]]
[1m[35m (0.8ms)[0m commit transaction
Rendered text template (0.0ms)
Completed 200 OK in 15ms (Views: 3.7ms | ActiveRecord: 1.8ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:32:12 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (11.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (15.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.3ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.9ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (64.2ms)
Completed 200 OK in 163ms (Views: 151.2ms | ActiveRecord: 1.7ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:32:13 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:32:13 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:32:13 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:32:13 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:32:13 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:32:13 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:32:13 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:32:13 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:32:13 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:32:13 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:32:13 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:32:13 -0500
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 15:32:20 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["2", "1"], "authenticity_token"=>"a7O+xOTJEta7ZzBNZIfiISeE9kGTTsOIkqwF/rxJefIPfTSh3S2gqas/sTcS53+K4uIvHmAEkqhwpzwkXzzr3A=="}
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" IN (2, 1) ORDER BY "pulitzer_content_elements"."id" ASC
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m commit transaction
Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:32:23 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (41.1ms)
Completed 200 OK in 139ms (Views: 130.1ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:32:23 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:32:23 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:32:23 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:32:23 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:32:23 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:32:23 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:32:23 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:32:23 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:32:23 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:32:23 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:32:23 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:32:23 -0500
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 15:32:27 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["2", "1"], "authenticity_token"=>"XhrBwdHk7zYEg3MtkHSmIZBwHD7UVH7iC3E4SnAW1+c61Euk6ABdSRTb8lfmFDuKVRbFYSceL8LpegGQk2NFyQ=="}
[1m[35mPulitzer::ContentElement Load (0.4ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" IN (2, 1) ORDER BY "pulitzer_content_elements"."id" ASC
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m commit transaction
Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:32:35 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (45.7ms)
Completed 200 OK in 112ms (Views: 103.8ms | ActiveRecord: 1.1ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:32:35 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:32:35 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:32:35 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:32:35 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:32:35 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:32:35 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:32:35 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:32:35 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:32:35 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:32:35 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:32:35 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:32:35 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:33:01 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (20.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (23.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC[0m [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (9.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (107.0ms)
Completed 200 OK in 518ms (Views: 258.7ms | ActiveRecord: 3.4ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:33:02 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:33:02 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:33:02 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:33:02 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:33:02 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:33:02 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:33:02 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:33:02 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:33:02 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:33:02 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:33:02 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:33:02 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:33:53 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (41.3ms)
Completed 200 OK in 163ms (Views: 154.6ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:33:53 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:33:53 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:33:53 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:33:53 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:33:53 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:33:53 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:33:53 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:33:53 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:33:53 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:33:53 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:33:53 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:33:53 -0500
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 15:33:59 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["2", "1"], "authenticity_token"=>"MqZPU1TZc1sGAv5Qt8xoUzqRDC4bUjZAzVrbFoCH8YdWaMU2bT3BJBZafyrBrPX4//fVcegYZ2AvUeLMY/JjqQ=="}
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" IN (2, 1) ORDER BY "pulitzer_content_elements"."id" ASC
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m commit transaction
Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 1.8ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:34:01 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (38.1ms)
Completed 200 OK in 124ms (Views: 111.5ms | ActiveRecord: 1.2ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:34:02 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:34:02 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:34:02 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:34:02 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:34:02 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:34:02 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:34:02 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:34:02 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:34:02 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:34:02 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:34:02 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:34:02 -0500
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 15:34:11 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["2", "1"], "authenticity_token"=>"KdDQjtVj/DXDlBQi7D7QcUEURmD1V3WxL8YsjZ47mSFNHlrr7IdOStPMlViaXk3ahHKfPwYdJJHNzRVXfU4LDw=="}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" IN (2, 1) ORDER BY "pulitzer_content_elements"."id" ASC
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m commit transaction
Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:34:13 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.2ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (42.9ms)
Completed 200 OK in 127ms (Views: 116.7ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:34:13 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:34:13 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:34:13 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:34:13 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:34:13 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:34:13 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:34:13 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:34:13 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:34:13 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:34:13 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:34:13 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:34:13 -0500
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC[0m [["version_id", 1], ["kind", 1]]
[1m[35m (0.2ms)[0m SELECT "pulitzer_content_elements"."title", "pulitzer_content_elements"."sort_order" FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC [["version_id", 1], ["kind", 1]]
[1m[36m (0.1ms)[0m [1mSELECT "pulitzer_content_elements"."title", "pulitzer_content_elements"."sort_order" FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC[0m [["version_id", 1], ["kind", 1]]
[1m[35m (0.4ms)[0m SELECT "pulitzer_content_elements"."title", "pulitzer_content_elements"."sort_order" FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC [["version_id", 1], ["kind", 1]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.3ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" ASC[0m [["version_id", 1], ["kind", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_content_elements"."title", "pulitzer_content_elements"."sort_order" FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" ASC[0m [["version_id", 1], ["kind", 1]]
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:37:25 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (54.5ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:37:35 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Completed 500 Internal Server Error in 96ms (ActiveRecord: 1.8ms)
ArgumentError (The method .unscope() must contain arguments.):
activerecord (4.2.5) lib/active_record/relation/query_methods.rb:1162:in `check_if_method_has_arguments!'
activerecord (4.2.5) lib/active_record/relation/query_methods.rb:389:in `unscope'
activerecord (4.2.5) lib/active_record/querying.rb:10:in `unscope'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/content_element.rb:15:in `block in '
activerecord (4.2.5) lib/active_record/scoping/named.rb:155:in `call'
activerecord (4.2.5) lib/active_record/scoping/named.rb:155:in `block (2 levels) in scope'
activerecord (4.2.5) lib/active_record/relation.rb:302:in `scoping'
activerecord (4.2.5) lib/active_record/scoping/named.rb:155:in `block in scope'
activerecord (4.2.5) lib/active_record/relation/delegation.rb:94:in `public_send'
activerecord (4.2.5) lib/active_record/relation/delegation.rb:94:in `block in method_missing'
activerecord (4.2.5) lib/active_record/associations/collection_proxy.rb:874:in `block in scoping'
activerecord (4.2.5) lib/active_record/relation.rb:302:in `scoping'
activerecord (4.2.5) lib/active_record/associations/collection_proxy.rb:874:in `scoping'
activerecord (4.2.5) lib/active_record/relation/delegation.rb:94:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:17:in `free_form_content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:7:in `index'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.3ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:37:51 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (57.1ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:37:57 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Completed 500 Internal Server Error in 74ms (ActiveRecord: 1.2ms)
ArgumentError (Called unscope() with invalid unscoping argument ':id'. Valid arguments are :where, :select, :group, :order, :lock, :limit, :offset, :joins, :includes, :from, :readonly, :having.):
activerecord (4.2.5) lib/active_record/relation/query_methods.rb:889:in `symbol_unscoping'
activerecord (4.2.5) lib/active_record/relation/query_methods.rb:400:in `block in unscope!'
activerecord (4.2.5) lib/active_record/relation/query_methods.rb:397:in `each'
activerecord (4.2.5) lib/active_record/relation/query_methods.rb:397:in `unscope!'
activerecord (4.2.5) lib/active_record/relation/query_methods.rb:390:in `unscope'
activerecord (4.2.5) lib/active_record/querying.rb:10:in `unscope'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/content_element.rb:15:in `block in '
activerecord (4.2.5) lib/active_record/scoping/named.rb:155:in `call'
activerecord (4.2.5) lib/active_record/scoping/named.rb:155:in `block (2 levels) in scope'
activerecord (4.2.5) lib/active_record/relation.rb:302:in `scoping'
activerecord (4.2.5) lib/active_record/scoping/named.rb:155:in `block in scope'
activerecord (4.2.5) lib/active_record/relation/delegation.rb:94:in `public_send'
activerecord (4.2.5) lib/active_record/relation/delegation.rb:94:in `block in method_missing'
activerecord (4.2.5) lib/active_record/associations/collection_proxy.rb:874:in `block in scoping'
activerecord (4.2.5) lib/active_record/relation.rb:302:in `scoping'
activerecord (4.2.5) lib/active_record/associations/collection_proxy.rb:874:in `scoping'
activerecord (4.2.5) lib/active_record/relation/delegation.rb:94:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:17:in `free_form_content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:7:in `index'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (59.8ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:37:59 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
ArgumentError (Called unscope() with invalid unscoping argument ':id'. Valid arguments are :where, :select, :group, :order, :lock, :limit, :offset, :joins, :includes, :from, :readonly, :having.):
activerecord (4.2.5) lib/active_record/relation/query_methods.rb:889:in `symbol_unscoping'
activerecord (4.2.5) lib/active_record/relation/query_methods.rb:400:in `block in unscope!'
activerecord (4.2.5) lib/active_record/relation/query_methods.rb:397:in `each'
activerecord (4.2.5) lib/active_record/relation/query_methods.rb:397:in `unscope!'
activerecord (4.2.5) lib/active_record/relation/query_methods.rb:390:in `unscope'
activerecord (4.2.5) lib/active_record/querying.rb:10:in `unscope'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/content_element.rb:15:in `block in '
activerecord (4.2.5) lib/active_record/scoping/named.rb:155:in `call'
activerecord (4.2.5) lib/active_record/scoping/named.rb:155:in `block (2 levels) in scope'
activerecord (4.2.5) lib/active_record/relation.rb:302:in `scoping'
activerecord (4.2.5) lib/active_record/scoping/named.rb:155:in `block in scope'
activerecord (4.2.5) lib/active_record/relation/delegation.rb:70:in `block in free_form'
activerecord (4.2.5) lib/active_record/associations/collection_proxy.rb:874:in `block in scoping'
activerecord (4.2.5) lib/active_record/relation.rb:302:in `scoping'
activerecord (4.2.5) lib/active_record/associations/collection_proxy.rb:874:in `scoping'
activerecord (4.2.5) lib/active_record/relation/delegation.rb:70:in `free_form'
/Users/gomayonqui/Sites/work/pulitzer/app/models/pulitzer/version.rb:17:in `free_form_content_elements'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:7:in `index'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.7ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:40:29 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (22.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (25.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[36mPulitzer::ContentElement Load (8.7ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" ASC[0m [["version_id", 1], ["kind", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (12.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (114.8ms)
Completed 200 OK in 465ms (Views: 237.8ms | ActiveRecord: 12.5ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:40:30 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:40:30 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:40:30 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:40:30 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:40:30 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:40:30 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:40:30 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:40:30 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:40:30 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:40:30 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:40:30 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:40:30 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:40:44 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (45.4ms)
Completed 200 OK in 144ms (Views: 134.6ms | ActiveRecord: 1.3ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:40:45 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:40:45 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:40:45 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:40:45 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:40:45 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:40:45 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:40:45 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:40:45 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:40:45 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:40:45 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:40:45 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:40:45 -0500
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 15:40:51 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["2", "1"], "authenticity_token"=>"rKv5h9x2ytk/OoT9BkjUzpLqcVw4MB0iHcuM4oxQNMvIZXPi5ZJ4pi9iBYdwKEllV4yoA8t6TAL/wLU4byWm5Q=="}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" IN (2, 1) ORDER BY "pulitzer_content_elements"."id" ASC
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m commit transaction
Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 1.5ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:40:53 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.3ms)
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (38.7ms)
Completed 200 OK in 139ms (Views: 131.8ms | ActiveRecord: 1.1ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:40:53 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:40:53 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:40:53 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:40:53 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:40:53 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:40:53 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:40:53 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:40:53 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:40:53 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:40:53 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:40:53 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:40:53 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:42:05 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.4ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (22.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (24.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC[0m [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (111.4ms)
Completed 200 OK in 684ms (Views: 248.3ms | ActiveRecord: 3.7ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:42:06 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:42:06 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:42:06 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:42:06 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:42:06 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:42:06 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:42:06 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:42:06 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:42:06 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:42:06 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:42:06 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:42:06 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:42:10 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (43.7ms)
Completed 200 OK in 139ms (Views: 130.5ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:42:10 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:42:10 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:42:10 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:42:10 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:42:10 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:42:10 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:42:10 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:42:10 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:42:10 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:42:10 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:42:10 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:42:11 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:42:19 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC[0m [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (38.8ms)
Completed 200 OK in 123ms (Views: 113.4ms | ActiveRecord: 1.2ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:42:19 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:42:19 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:42:19 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:42:19 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:42:19 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:42:19 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:42:19 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:42:19 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:42:19 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:42:19 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:42:19 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:42:19 -0500
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 15:42:22 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["2", "1"], "authenticity_token"=>"32bkA0gQpiYJHSIZGwXq72XFm2742EJsozs4PaNcIVG7qG5mcfQUWRlFo2NtZXdEoKNCMQuSE0xBMAHnQCmzfw=="}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" IN (2, 1) ORDER BY "pulitzer_content_elements"."id" ASC[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
[1m[35m (0.2ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:42:23 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC[0m [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (37.4ms)
Completed 200 OK in 123ms (Views: 114.7ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:42:23 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:42:23 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:42:23 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:42:23 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:42:23 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:42:23 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:42:23 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:42:23 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:42:23 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:42:23 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:42:23 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:42:23 -0500
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 15:42:27 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["2", "1"], "authenticity_token"=>"MMVsFxgCNWnzoUu2R6+wX3ml5tAP5Hztx7r6H+zEeiZUC+ZyIeaHFuP5yswxzy30vMM/j/yuLc0lscPFD7HoCA=="}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" IN (2, 1) ORDER BY "pulitzer_content_elements"."id" ASC[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:42:28 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC[0m [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (38.6ms)
Completed 200 OK in 124ms (Views: 115.9ms | ActiveRecord: 1.0ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:42:28 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:42:28 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:42:28 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:42:28 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:42:28 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:42:28 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:42:28 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:42:28 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:42:28 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:42:28 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:42:28 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:42:28 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:42:29 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (38.8ms)
Completed 200 OK in 126ms (Views: 118.0ms | ActiveRecord: 1.1ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:42:30 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:42:30 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:42:30 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:42:30 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:42:30 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:42:30 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:42:30 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:42:30 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:42:30 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:42:30 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:42:30 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:42:30 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:43:23 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.6ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.7ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.9ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.5ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.4ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (24.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (27.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (11.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (13.5ms)
[1m[36mPulitzer::ContentElement Load (0.4ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC[0m [["version_id", 1], ["kind", 1]]
[1m[35mPulitzer::ContentElementType Load (0.6ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (117.6ms)
Completed 200 OK in 962ms (Views: 246.8ms | ActiveRecord: 7.0ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:43:24 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:43:24 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:43:24 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:43:24 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:43:24 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:43:25 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:43:25 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:43:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:43:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:43:25 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:43:25 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:43:25 -0500
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 15:43:34 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["2", "1"], "authenticity_token"=>"yMsm4zI2ZFjDWfiie+bd/Kr/ncB9kFEU+4/Cu3h6tVOsBayGC9LWJ9MBedgNhkBXb5lEn47aADQZhPthmw8nfQ=="}
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" IN (2, 1) ORDER BY "pulitzer_content_elements"."id" ASC[0m
[1m[35m (0.2ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
[1m[35m (0.2ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
Rendered text template (0.0ms)
Completed 200 OK in 29777ms (Views: 2.1ms | ActiveRecord: 0.8ms)
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 15:44:12 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["1", "2"], "authenticity_token"=>"yMsm4zI2ZFjDWfiie+bd/Kr/ncB9kFEU+4/Cu3h6tVOsBayGC9LWJ9MBedgNhkBXb5lEn47aADQZhPthmw8nfQ=="}
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" IN (1, 2) ORDER BY "pulitzer_content_elements"."id" ASC
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "sort_order" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["sort_order", 0], ["updated_at", "2015-11-18 20:45:04.677260"], ["id", 1]]
[1m[36m (210.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (6.9ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35m (1.3ms)[0m SELECT "pulitzer_content_elements"."sort_order" FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "sort_order" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["sort_order", 1], ["updated_at", "2015-11-18 20:45:34.457424"], ["id", 2]]
[1m[36m (813.3ms)[0m [1mcommit transaction[0m
Rendered text template (0.0ms)
Completed 200 OK in 83130ms (Views: 0.4ms | ActiveRecord: 1025.6ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:45:55 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.3ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (30.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (32.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC[0m [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (9.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (114.9ms)
Completed 200 OK in 402ms (Views: 211.3ms | ActiveRecord: 3.7ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:45:55 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:45:55 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:45:55 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:45:55 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:45:55 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:45:55 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:45:55 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:45:55 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:45:55 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:45:55 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:45:55 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:45:55 -0500
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 15:46:01 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["2", "1"], "authenticity_token"=>"niJB98TdrvHYLx392CUzyAfFZ98mMc9r+ggHx8JSw0D67MuS/Tkcjsh3nIeuRa5jwqO+gNV7nksYAz4dISdRbg=="}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" IN (2, 1) ORDER BY "pulitzer_content_elements"."id" ASC[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "sort_order" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["sort_order", 1], ["updated_at", "2015-11-18 20:46:01.824715"], ["id", 1]]
[1m[35m (1663.5ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_content_elements" SET "sort_order" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["sort_order", 0], ["updated_at", "2015-11-18 20:46:03.493048"], ["id", 2]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.6ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1]]
[1m[35m (1.0ms)[0m SELECT "pulitzer_content_elements"."title", "pulitzer_content_elements"."sort_order" FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC[0m [["version_id", 1], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC [["version_id", 1], ["kind", 1]]
Rendered text template (0.0ms)
Completed 200 OK in 205465ms (Views: 3.4ms | ActiveRecord: 1665.5ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=niJB98TdrvHYLx392CUzyAfFZ98mMc9r%2BggHx8JSw0D67MuS%2FTkcjsh3nIeuRa5jwqO%2BgNV7nksYAz4dISdRbg%3D%3D" for ::1 at 2015-11-18 15:49:27 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"niJB98TdrvHYLx392CUzyAfFZ98mMc9r+ggHx8JSw0D67MuS/Tkcjsh3nIeuRa5jwqO+gNV7nksYAz4dISdRbg=="}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (22.3ms)
Completed 200 OK in 346ms (Views: 342.6ms | ActiveRecord: 0.7ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-18 15:49:31 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"N9xPuw6WPbyl4nbqHBjriSgSgFnPDbrzvw3U/AEQChxTEsXeN3KPw7W695BqeHYi7XRZBjxH69NdBu0m4mWYMg==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"1", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.2ms)[0m [1mSELECT MAX("pulitzer_content_elements"."sort_order") FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ?[0m [["version_id", 1], ["kind", 1]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("content_element_type_id", "text_editor", "version_id", "kind", "sort_order", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["content_element_type_id", 1], ["text_editor", "None"], ["version_id", 1], ["kind", 1], ["sort_order", 2], ["created_at", "2015-11-18 20:49:31.999793"], ["updated_at", "2015-11-18 20:49:31.999793"]]
[1m[36m (113.5ms)[0m [1mcommit 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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (33.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (79.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (100.0ms)
Completed 200 OK in 239ms (Views: 117.6ms | ActiveRecord: 114.7ms)
Started PATCH "/pulitzer/content_elements/3" for ::1 at 2015-11-18 15:49:35 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"c/uppjojcuMyHPEpZaw5YkMTC/Sz49d+9PO9AOqYZbMXNSPDA8fAnCJEcFMTzKTJhnXSq0Cphl4W+ITaCe33nQ==", "content_element"=>{"title"=>"zcxv", "body"=>"zxcv"}, "commit"=>"Update", "id"=>"3"}
[1m[36mPulitzer::ContentElement Load (0.4ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "zcxv"], ["body", "zxcv"], ["updated_at", "2015-11-18 20:49:35.614985"], ["id", 3]]
[1m[35m (2356.3ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.5ms)
[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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (23.3ms)
Completed 200 OK in 2404ms (Views: 41.7ms | ActiveRecord: 2357.8ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:49:44 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC[0m [["version_id", 1], ["kind", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (391.1ms)
Completed 200 OK in 454ms (Views: 447.3ms | ActiveRecord: 1.5ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:49:45 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:49:45 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:49:45 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:49:45 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:49:45 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:49:45 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:49:45 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:49:45 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:49:45 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:49:45 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:49:45 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:49:45 -0500
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 15:49:54 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["3", "1", "2"], "authenticity_token"=>"nNDALcwyAxNEf+7QtUsra1HofQd+JKsfD0DtEWP97Hn4HkpI9daxbFQnb6rDK7bAlI6kWI1u+j/tS9TLgIh+Vw=="}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" IN (3, 1, 2) ORDER BY "pulitzer_content_elements"."id" ASC
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "sort_order" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["sort_order", 2], ["updated_at", "2015-11-18 20:49:54.953528"], ["id", 2]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_content_elements" SET "sort_order" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["sort_order", 0], ["updated_at", "2015-11-18 20:49:54.956250"], ["id", 3]]
[1m[35m (0.6ms)[0m commit transaction
Rendered text template (0.0ms)
Completed 200 OK in 11391ms (Views: 0.9ms | ActiveRecord: 2.4ms)
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 15:50:06 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["3", "2", "1"], "authenticity_token"=>"nNDALcwyAxNEf+7QtUsra1HofQd+JKsfD0DtEWP97Hn4HkpI9daxbFQnb6rDK7bAlI6kWI1u+j/tS9TLgIh+Vw=="}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" IN (3, 2, 1) ORDER BY "pulitzer_content_elements"."id" ASC[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "sort_order" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["sort_order", 2], ["updated_at", "2015-11-18 20:50:06.354082"], ["id", 1]]
[1m[35m (528.5ms)[0m commit transaction
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "sort_order" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["sort_order", 1], ["updated_at", "2015-11-18 20:50:06.885656"], ["id", 2]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
Rendered text template (0.0ms)
Completed 200 OK in 1029ms (Views: 0.5ms | ActiveRecord: 530.5ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:50:07 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC[0m [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (46.5ms)
Completed 200 OK in 118ms (Views: 104.3ms | ActiveRecord: 2.2ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:50:07 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:50:07 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:50:07 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:50:07 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:50:07 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:50:07 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:50:07 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:50:07 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:50:07 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:50:07 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:50:07 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:50:07 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:50:11 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC[0m [["version_id", 1], ["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (46.6ms)
Completed 200 OK in 124ms (Views: 117.2ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:50:11 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:50:11 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:50:11 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:50:11 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:50:11 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:50:11 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:50:11 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:50:11 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:50:11 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:50:11 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:50:11 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:50:11 -0500
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? [["post_id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_content_elements"."title", order_sort FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC[0m [["version_id", 1], ["kind", 1]]
[1m[35m (0.2ms)[0m SELECT name, order_sort FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC [["version_id", 1], ["kind", 1]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC[0m [["version_id", 1], ["kind", 1]]
[1m[35m (0.3ms)[0m SELECT "pulitzer_content_elements"."title", "pulitzer_content_elements"."sort_order" FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC [["version_id", 1], ["kind", 1]]
[1m[36m (0.2ms)[0m [1mSELECT "pulitzer_content_elements"."title", "pulitzer_content_elements"."sort_order" FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" DESC[0m [["version_id", 1], ["kind", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1]]
[1m[35m (0.2ms)[0m SELECT "pulitzer_content_elements"."title", "pulitzer_content_elements"."sort_order" FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1]]
[1m[35m (0.1ms)[0m SELECT "pulitzer_content_elements"."title", "pulitzer_content_elements"."sort_order" FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC, "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1]]
[1m[36m (0.3ms)[0m [1mSELECT "pulitzer_content_elements"."title", "pulitzer_content_elements"."sort_order" FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["version_id", 1], ["kind", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" ORDER BY "pulitzer_posts"."id" DESC LIMIT 1
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1]]
[1m[35m (0.1ms)[0m SELECT "pulitzer_content_elements"."title", "pulitzer_content_elements"."sort_order" FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["kind", 1]]
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:56:01 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.1ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:56:10 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (18.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (20.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.2ms)
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (9.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (110.6ms)
Completed 200 OK in 426ms (Views: 209.2ms | ActiveRecord: 4.1ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:56:11 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:56:11 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:56:11 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:56:11 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:56:11 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:56:11 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:56:11 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:56:11 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:56:11 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:56:11 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:56:11 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:56:11 -0500
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 15:56:16 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["3", "1", "2"], "authenticity_token"=>"ZfICjuGEq+xdVNl+Mp1je1qsj554Pj7ztGktg5tANSoBPIjr2GAZk00MWARE/f7Qn8pWwYt0b9NWYhRZeDWnBA=="}
[1m[35mPulitzer::ContentElement Load (0.4ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" IN (3, 1, 2) ORDER BY "pulitzer_content_elements"."id" ASC
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m UPDATE "pulitzer_content_elements" SET "sort_order" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["sort_order", 1], ["updated_at", "2015-11-18 20:56:16.024472"], ["id", 1]]
[1m[36m (244.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_content_elements" SET "sort_order" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["sort_order", 2], ["updated_at", "2015-11-18 20:56:16.273088"], ["id", 2]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m commit transaction
Rendered text template (0.0ms)
Completed 200 OK in 5512ms (Views: 4.4ms | ActiveRecord: 246.0ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:56:21 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.1ms)
[1m[35mCACHE (0.4ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (57.0ms)
Completed 200 OK in 138ms (Views: 127.6ms | ActiveRecord: 1.9ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:56:21 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:56:21 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:56:21 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:56:21 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:56:21 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:56:21 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:56:21 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:56:21 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:56:21 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:56:21 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:56:21 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:56:21 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:56:55 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.6ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (19.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (21.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.2ms)
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (113.1ms)
Completed 200 OK in 419ms (Views: 215.0ms | ActiveRecord: 4.2ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:56:56 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:56:56 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:56:56 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:56:56 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:56:56 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:56:56 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:56:56 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:56:56 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:56:56 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:56:56 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:56:56 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:56:56 -0500
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 15:57:05 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["1", "3", "2"], "authenticity_token"=>"B899tnvuCe2w+V/1GdzSLHH5CX3/ZtX5hi4ua1J7f4pjAffTQgq7kqCh3o9vvE+HtJ/QIgwshNlkJRexsQ7tpA=="}
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" IN (1, 3, 2) ORDER BY "pulitzer_content_elements"."id" ASC
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "sort_order" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["sort_order", 0], ["updated_at", "2015-11-18 20:57:05.444024"], ["id", 1]]
[1m[36m (282.4ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_content_elements" SET "sort_order" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["sort_order", 1], ["updated_at", "2015-11-18 20:57:05.730871"], ["id", 3]]
[1m[35m (0.7ms)[0m commit transaction
Rendered text template (0.0ms)
Completed 200 OK in 296ms (Views: 1.4ms | ActiveRecord: 284.1ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:57:09 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (8.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (53.1ms)
Completed 200 OK in 139ms (Views: 132.2ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:57:09 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:57:09 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:57:09 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:57:09 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:57:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:57:09 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:57:09 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:57:09 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:57:09 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:57:09 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:57:09 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:57:09 -0500
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 15:57:15 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["2", "1", "3"], "authenticity_token"=>"FTIF7pu0eO9aO9oD9M9wOzcgcri9v8C2IGgCWh012RNx/I+LolDKkEpjW3mCr+2Q8kar5071kZbCYzuA/kBLPQ=="}
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" IN (2, 1, 3) ORDER BY "pulitzer_content_elements"."id" ASC[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_content_elements" SET "sort_order" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["sort_order", 1], ["updated_at", "2015-11-18 20:57:15.969680"], ["id", 1]]
[1m[35m (1125.1ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_content_elements" SET "sort_order" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["sort_order", 0], ["updated_at", "2015-11-18 20:57:17.097315"], ["id", 2]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "sort_order" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["sort_order", 2], ["updated_at", "2015-11-18 20:57:17.100464"], ["id", 3]]
[1m[35m (0.6ms)[0m commit transaction
Rendered text template (0.0ms)
Completed 200 OK in 1138ms (Views: 0.4ms | ActiveRecord: 1127.8ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 15:57:18 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.0ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["kind", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (50.3ms)
Completed 200 OK in 134ms (Views: 126.0ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 15:57:18 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 15:57:18 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 15:57:18 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 15:57:18 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 15:57:18 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 15:57:18 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 15:57:18 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 15:57:18 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 15:57:18 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 15:57:18 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 15:57:18 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 15:57:18 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 16:08:53 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (54.1ms)
Started GET "/pulitzer/posts/explore/content_elements" for ::1 at 2015-11-18 16:56:38 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"explore"}
[1m[35mPulitzer::Post Load (0.4ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "explore"]]
Completed 404 Not Found in 21ms (ActiveRecord: 0.7ms)
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:23:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:5:in `index'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (70.2ms)
Started GET "/pulitzer/" for ::1 at 2015-11-18 16:56:47 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[36mPulitzer::PostType Load (0.5ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types"[0m
[1m[35mPulitzer::Post Load (0.4ms)[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]]
[1m[36mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (27.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (30.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (51.0ms)
Completed 200 OK in 198ms (Views: 188.9ms | ActiveRecord: 2.0ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 16:56:48 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 16:56:48 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 16:56:48 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 16:56:48 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 16:56:48 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 16:56:48 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 16:56:48 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 16:56:48 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 16:56:48 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 16:56:48 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 16:56:48 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 16:56:48 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 16:56:55 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (53.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.4ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.4ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (20.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (22.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mPulitzer::ContentElement Load (0.4ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["kind", 1]]
[1m[35mPulitzer::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (87.4ms)
Completed 200 OK in 1034ms (Views: 140.8ms | ActiveRecord: 56.9ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 16:56:56 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 16:56:56 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 16:56:56 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 16:56:56 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 16:56:56 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 16:56:56 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 16:56:56 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 16:56:56 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 16:56:56 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 16:56:56 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 16:56:56 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 16:56:56 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-18 16:57:01 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (7.9ms)
Completed 200 OK in 63ms (Views: 62.3ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-11-18 16:57:01 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (7.3ms)
Completed 200 OK in 64ms (Views: 63.1ms | ActiveRecord: 0.3ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 16:57:01 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 16:57:01 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 16:57:01 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 16:57:01 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 16:57:01 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 16:57:01 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 16:57:01 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 16:57:01 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 16:57:01 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 16:57:01 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 16:57:01 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 16:57:01 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=D%2Fsvrm3Gg2TH22s1KRgtDfLT61LR56okhZajjp30HFdrNaXLVCIxG9eD6k9feLCmN7UyDSKt%2BwRnnZpUfoGOeQ%3D%3D" for ::1 at 2015-11-18 16:57:03 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"D/svrm3Gg2TH22s1KRgtDfLT61LR56okhZajjp30HFdrNaXLVCIxG9eD6k9feLCmN7UyDSKt+wRnnZpUfoGOeQ==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (17.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (63.7ms)
Completed 200 OK in 673ms (Views: 672.1ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types/1?authenticity_token=D%2Fsvrm3Gg2TH22s1KRgtDfLT61LR56okhZajjp30HFdrNaXLVCIxG9eD6k9feLCmN7UyDSKt%2BwRnnZpUfoGOeQ%3D%3D" for ::1 at 2015-11-18 16:57:05 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"D/svrm3Gg2TH22s1KRgtDfLT61LR56okhZajjp30HFdrNaXLVCIxG9eD6k9feLCmN7UyDSKt+wRnnZpUfoGOeQ==", "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[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.7ms)
Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types/1/edit?authenticity_token=D%2Fsvrm3Gg2TH22s1KRgtDfLT61LR56okhZajjp30HFdrNaXLVCIxG9eD6k9feLCmN7UyDSKt%2BwRnnZpUfoGOeQ%3D%3D" for ::1 at 2015-11-18 16:57:07 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"D/svrm3Gg2TH22s1KRgtDfLT61LR56okhZajjp30HFdrNaXLVCIxG9eD6k9feLCmN7UyDSKt+wRnnZpUfoGOeQ==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (35.2ms)
Completed 200 OK in 51ms (Views: 50.5ms | ActiveRecord: 0.1ms)
Started PATCH "/pulitzer/post_types/1" for ::1 at 2015-11-18 16:57:11 -0500
Processing by Pulitzer::PostTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"w7XV1HuPERBBbQBT1z2sASn9VAIeNBwT+HgvVo5/oeKne1+xQmujb1E1gSmhXTGq7JuNXe1+TTMacxaMbQozzA==", "post_type"=>{"name"=>"jobs", "plural"=>"0", "kind"=>"hybrid"}, "commit"=>"Update", "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[36mSQL (0.5ms)[0m [1mUPDATE "pulitzer_post_types" SET "kind" = ?, "updated_at" = ? WHERE "pulitzer_post_types"."id" = ?[0m [["kind", 2], ["updated_at", "2015-11-18 21:57:11.819791"], ["id", 1]]
[1m[35m (1127.6ms)[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", 1]]
[1m[35mCACHE (0.0ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.3ms)
Completed 200 OK in 1176ms (Views: 38.7ms | ActiveRecord: 1128.7ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=D%2Fsvrm3Gg2TH22s1KRgtDfLT61LR56okhZajjp30HFdrNaXLVCIxG9eD6k9feLCmN7UyDSKt%2BwRnnZpUfoGOeQ%3D%3D" for ::1 at 2015-11-18 16:57:15 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"D/svrm3Gg2TH22s1KRgtDfLT61LR56okhZajjp30HFdrNaXLVCIxG9eD6k9feLCmN7UyDSKt+wRnnZpUfoGOeQ=="}
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (8.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (31.6ms)
Completed 200 OK in 60ms (Views: 50.7ms | ActiveRecord: 0.7ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-18 16:57:17 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"NPEgPgQWz+r9EJkelobA2fbfScMz30+3qteKpATAt8VQP6pbPfJ9le1IGGTg5l1yM7mQnMCVHpdI3LN+57Ul6w==", "post_type_content_element_type"=>{"label"=>"asdf", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Content element"}
[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.7ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "asdf"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-11-18 21:57:17.025397"], ["updated_at", "2015-11-18 21:57:17.025397"]]
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[35mSQL (0.5ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 1], ["label", "asdf"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 1], ["created_at", "2015-11-18 21:57:17.038647"], ["updated_at", "2015-11-18 21:57:17.038647"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (18.4ms)
Completed 200 OK in 65ms (Views: 44.3ms | ActiveRecord: 3.4ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 16:57:17 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (16.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (532.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (579.5ms)
Completed 200 OK in 639ms (Views: 631.6ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 16:57:18 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 16:57:18 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 16:57:18 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 16:57:18 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 16:57:18 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 16:57:18 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 16:57:18 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 16:57:18 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 16:57:18 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 16:57:18 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 16:57:18 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 16:57:18 -0500
Started GET "/pulitzer/content_elements/4?authenticity_token=nN%2Fp8WCaTEnpxw%2F%2B2XAp4YNdDpGqwzvw%2FtuIBQx05FD4EWOUWX7%2BNvmfjoSvELRKRjvXzlmJatAc0LHf7wF2fg%3D%3D" for ::1 at 2015-11-18 16:57:21 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"nN/p8WCaTEnpxw/+2XAp4YNdDpGqwzvw/tuIBQx05FD4EWOUWX7+NvmfjoSvELRKRjvXzlmJatAc0LHf7wF2fg==", "id"=>"4"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 4]]
[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[36mPulitzer::Version Load (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Completed 200 OK in 19ms (Views: 17.5ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 16:57:29 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["2", "3", "1"], "authenticity_token"=>"nN/p8WCaTEnpxw/+2XAp4YNdDpGqwzvw/tuIBQx05FD4EWOUWX7+NvmfjoSvELRKRjvXzlmJatAc0LHf7wF2fg=="}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" IN (2, 3, 1) ORDER BY "pulitzer_content_elements"."id" ASC[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "sort_order" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["sort_order", 2], ["updated_at", "2015-11-18 21:57:29.059445"], ["id", 1]]
[1m[35m (2579.9ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "sort_order" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["sort_order", 1], ["updated_at", "2015-11-18 21:57:31.644650"], ["id", 3]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
Rendered text template (0.0ms)
Completed 200 OK in 2591ms (Views: 1.6ms | ActiveRecord: 2581.8ms)
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-18 16:57:32 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["3", "2", "1"], "authenticity_token"=>"nN/p8WCaTEnpxw/+2XAp4YNdDpGqwzvw/tuIBQx05FD4EWOUWX7+NvmfjoSvELRKRjvXzlmJatAc0LHf7wF2fg=="}
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" IN (3, 2, 1) ORDER BY "pulitzer_content_elements"."id" ASC
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "sort_order" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["sort_order", 1], ["updated_at", "2015-11-18 21:57:32.661882"], ["id", 2]]
[1m[36m (1086.8ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "sort_order" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["sort_order", 0], ["updated_at", "2015-11-18 21:57:33.751417"], ["id", 3]]
[1m[35m (0.7ms)[0m commit transaction
Rendered text template (0.0ms)
Completed 200 OK in 1096ms (Views: 0.5ms | ActiveRecord: 1088.8ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-18 16:57:34 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (55.5ms)
Completed 200 OK in 117ms (Views: 109.0ms | ActiveRecord: 1.5ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-18 16:57:34 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-18 16:57:34 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-18 16:57:34 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-18 16:57:34 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-18 16:57:34 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-18 16:57:34 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-18 16:57:34 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-18 16:57:34 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-18 16:57:34 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-18 16:57:34 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-18 16:57:34 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-18 16:57:34 -0500
Started GET "/pulitzer/content_elements/4?authenticity_token=3rSAkC%2B2VxFw2efQicwica%2BrCVUNU7XIlcfRSIOXwtq6egr1FlLlbmCBZqr%2FrL%2Faas3QCv4Z5Oh3zOiSYOJQ9A%3D%3D" for ::1 at 2015-11-18 16:58:45 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"3rSAkC+2VxFw2efQicwica+rCVUNU7XIlcfRSIOXwtq6egr1FlLlbmCBZqr/rL/aas3QCv4Z5Oh3zOiSYOJQ9A==", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
Completed 200 OK in 19ms (Views: 17.7ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-19 08:53:58 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (1.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (10.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (15.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (15.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (20.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (96.3ms)
Completed 200 OK in 233ms (Views: 178.2ms | ActiveRecord: 2.7ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-19 08:53:58 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-19 08:53:58 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-19 08:53:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-19 08:53:58 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-19 08:53:58 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-19 08:53:58 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-19 08:53:58 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-19 08:53:58 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-19 08:53:58 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-19 08:53:58 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-19 08:53:58 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-19 08:53:58 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-19 08:54:09 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (13.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (16.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (20.6ms)
Completed 200 OK in 76ms (Views: 75.0ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-19 08:54:09 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-19 08:54:09 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-19 08:54:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-19 08:54:09 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-19 08:54:10 -0500
Started GET "/assets/thin_man-e2ccab74fffe9539dc8f8895dd6dc360.js?body=1" for ::1 at 2015-11-19 08:54:10 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-19 08:54:10 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-19 08:54:10 -0500
Started GET "/assets/application-cade73d4e87fff0f4cc2c443f16f8ea0.js?body=1" for ::1 at 2015-11-19 08:54:10 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-19 08:54:10 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-19 08:54:10 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-19 08:54:10 -0500
Started GET "/pulitzer/" for ::1 at 2015-11-19 21:43:46 -0500
[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.5ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::Post Load (0.6ms)[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", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.5ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (10.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (92.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (97.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (119.3ms)
Completed 200 OK in 337ms (Views: 322.4ms | ActiveRecord: 3.2ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-19 21:43:47 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-19 21:43:47 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-19 21:43:47 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-19 21:43:47 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-19 21:43:47 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-19 21:43:47 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-19 21:43:47 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-19 21:43:47 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-19 21:43:47 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-19 21:43:47 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-19 21:43:47 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-19 21:43:47 -0500
Started GET "/pulitzer/" for ::1 at 2015-11-19 21:44:13 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (10.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (12.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (15.1ms)
Completed 200 OK in 82ms (Views: 80.9ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-19 21:44:13 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-19 21:44:13 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-19 21:44:13 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-19 21:44:13 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-19 21:44:13 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-19 21:44:13 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-19 21:44:13 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-19 21:44:13 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-19 21:44:13 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-19 21:44:13 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-19 21:44:13 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-19 21:44:13 -0500
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=dPm4P60ZOkJtk8Q9OTSxuuHLhPW1zqpYa6cOsQA7bmEQNzJalP2IPX3LRUdPVCwRJK1dqkaE%2B3iJrDdr4078Tw%3D%3D" for ::1 at 2015-11-19 21:44:16 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"dPm4P60ZOkJtk8Q9OTSxuuHLhPW1zqpYa6cOsQA7bmEQNzJalP2IPX3LRUdPVCwRJK1dqkaE+3iJrDdr4078Tw=="}
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (25.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (45.4ms)
Completed 200 OK in 77ms (Views: 67.4ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-19 21:44:21 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.5ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.4ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.4ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.4ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (19.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (21.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[36mPulitzer::ContentElement Load (0.4ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (15.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.2ms)
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (99.9ms)
Completed 200 OK in 386ms (Views: 157.5ms | ActiveRecord: 4.3ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-19 21:44:23 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-19 21:44:23 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-19 21:44:23 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-19 21:44:23 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-19 21:44:23 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-19 21:44:23 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-19 21:44:23 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-19 21:44:23 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-19 21:44:23 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-19 21:44:23 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-19 21:44:23 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-19 21:44:23 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-19 21:45:07 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.0ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1578.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (1580.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1642.2ms)
Completed 200 OK in 1702ms (Views: 1696.2ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-19 21:45:09 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-19 21:45:09 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-19 21:45:09 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-19 21:45:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-19 21:45:09 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-19 21:45:09 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-19 21:45:09 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-19 21:45:09 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-19 21:45:09 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-19 21:45:09 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-19 21:45:09 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-19 21:45:09 -0500
Started GET "/pulitzer/content_elements/4?authenticity_token=CkxeaEU1yDHMIQ3LcIZrtNFbVYAF3syp2A7Zlr5YpeVugtQNfNF6Ttx5jLEG5vYfFD2M3%2FaUnYk6BeBMXS03yw%3D%3D" for ::1 at 2015-11-19 21:45:12 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"CkxeaEU1yDHMIQ3LcIZrtNFbVYAF3syp2A7Zlr5YpeVugtQNfNF6Ttx5jLEG5vYfFD2M3/aUnYk6BeBMXS03yw==", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Completed 200 OK in 19ms (Views: 17.7ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/jobs/content_elements/4/edit?authenticity_token=CkxeaEU1yDHMIQ3LcIZrtNFbVYAF3syp2A7Zlr5YpeVugtQNfNF6Ttx5jLEG5vYfFD2M3%2FaUnYk6BeBMXS03yw%3D%3D" for ::1 at 2015-11-19 21:45:25 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"CkxeaEU1yDHMIQ3LcIZrtNFbVYAF3syp2A7Zlr5YpeVugtQNfNF6Ttx5jLEG5vYfFD2M3/aUnYk6BeBMXS03yw==", "post_id"=>"jobs", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (16.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (53.2ms)
Completed 200 OK in 69ms (Views: 68.1ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/4" for ::1 at 2015-11-19 21:45:29 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"8S7YYLJJ6p2czLesd5WYPdHRJqydoVOI/D2YPq3pDlqV4FIFi61Y4oyUNtYB9QWWFLf/827rAqgeNqHkTpycdA==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "asdf"], ["body", "asdf"], ["updated_at", "2015-11-20 02:45:29.518473"], ["id", 4]]
[1m[36m (0.6ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Completed 200 OK in 28ms (Views: 21.6ms | ActiveRecord: 1.4ms)
Started GET "/pulitzer/posts/jobs/content_elements/4/edit?authenticity_token=CkxeaEU1yDHMIQ3LcIZrtNFbVYAF3syp2A7Zlr5YpeVugtQNfNF6Ttx5jLEG5vYfFD2M3%2FaUnYk6BeBMXS03yw%3D%3D" for ::1 at 2015-11-19 21:45:33 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"CkxeaEU1yDHMIQ3LcIZrtNFbVYAF3syp2A7Zlr5YpeVugtQNfNF6Ttx5jLEG5vYfFD2M3/aUnYk6BeBMXS03yw==", "post_id"=>"jobs", "id"=>"4"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 4]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (20.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (58.2ms)
Completed 200 OK in 75ms (Views: 73.5ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/content_elements/4?authenticity_token=CkxeaEU1yDHMIQ3LcIZrtNFbVYAF3syp2A7Zlr5YpeVugtQNfNF6Ttx5jLEG5vYfFD2M3%2FaUnYk6BeBMXS03yw%3D%3D" for ::1 at 2015-11-19 21:46:33 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"CkxeaEU1yDHMIQ3LcIZrtNFbVYAF3syp2A7Zlr5YpeVugtQNfNF6Ttx5jLEG5vYfFD2M3/aUnYk6BeBMXS03yw==", "id"=>"4"}
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 4]]
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Completed 200 OK in 21ms (Views: 19.2ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts/jobs/content_elements/4/edit?authenticity_token=CkxeaEU1yDHMIQ3LcIZrtNFbVYAF3syp2A7Zlr5YpeVugtQNfNF6Ttx5jLEG5vYfFD2M3%2FaUnYk6BeBMXS03yw%3D%3D" for ::1 at 2015-11-19 21:46:34 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"CkxeaEU1yDHMIQ3LcIZrtNFbVYAF3syp2A7Zlr5YpeVugtQNfNF6Ttx5jLEG5vYfFD2M3/aUnYk6BeBMXS03yw==", "post_id"=>"jobs", "id"=>"4"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 4]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (14.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (50.9ms)
Completed 200 OK in 67ms (Views: 65.4ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/content_elements/4?authenticity_token=CkxeaEU1yDHMIQ3LcIZrtNFbVYAF3syp2A7Zlr5YpeVugtQNfNF6Ttx5jLEG5vYfFD2M3%2FaUnYk6BeBMXS03yw%3D%3D" for ::1 at 2015-11-19 21:46:37 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"CkxeaEU1yDHMIQ3LcIZrtNFbVYAF3syp2A7Zlr5YpeVugtQNfNF6Ttx5jLEG5vYfFD2M3/aUnYk6BeBMXS03yw==", "id"=>"4"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 4]]
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Completed 200 OK in 19ms (Views: 17.4ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-19 21:46:59 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (48.1ms)
Completed 200 OK in 120ms (Views: 113.8ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-19 21:47:00 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-19 21:47:00 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-19 21:47:00 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-19 21:47:00 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-19 21:47:00 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-19 21:47:00 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-19 21:47:00 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-19 21:47:00 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-19 21:47:00 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-19 21:47:00 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-19 21:47:00 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-19 21:47:00 -0500
Started GET "/pulitzer/posts/jobs/content_elements/4/edit?authenticity_token=l3ZIiEoUazJVBObdndfVsOShC9lR924dysbwG%2FyC7dnzuMLtc%2FDZTUVcZ6frt0gbIcfShqK9Pz0ozcnBH%2Fd%2F9w%3D%3D" for ::1 at 2015-11-19 21:47:05 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"l3ZIiEoUazJVBObdndfVsOShC9lR924dysbwG/yC7dnzuMLtc/DZTUVcZ6frt0gbIcfShqK9Pz0ozcnBH/d/9w==", "post_id"=>"jobs", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (14.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (46.3ms)
Completed 200 OK in 63ms (Views: 61.9ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/4" for ::1 at 2015-11-19 21:47:08 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"YdBC9TWQgN5C4suZnsPbzad12mOalj/bq2mOLyv+y9wFHsiQDHQyoVK6SuPoo0ZmYhMDPGncbvtJYrf1yItZ8g==", "content_element"=>{"title"=>"asdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.0ms)
Completed 200 OK in 31ms (Views: 26.4ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-19 21:47:18 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.8ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (61.2ms)
Completed 200 OK in 131ms (Views: 121.8ms | ActiveRecord: 1.8ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-19 21:47:19 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-19 21:47:19 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-19 21:47:19 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-19 21:47:19 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-19 21:47:19 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-19 21:47:19 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-19 21:47:19 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-19 21:47:19 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-19 21:47:19 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-19 21:47:19 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-19 21:47:19 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-19 21:47:19 -0500
Started GET "/pulitzer/posts/jobs/content_elements/4/edit?authenticity_token=bH%2BSTeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS%2BW6zcIsRgo3VnSdSiS7BSn%2BfgBcWuuzeHEe0lrY6ATzON5GQ%3D%3D" for ::1 at 2015-11-19 21:47:21 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"bH+STeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS+W6zcIsRgo3VnSdSiS7BSn+fgBcWuuzeHEe0lrY6ATzON5GQ==", "post_id"=>"jobs", "id"=>"4"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 4]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (14.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (51.9ms)
Completed 200 OK in 68ms (Views: 66.8ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/content_elements/4?authenticity_token=bH%2BSTeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS%2BW6zcIsRgo3VnSdSiS7BSn%2BfgBcWuuzeHEe0lrY6ATzON5GQ%3D%3D" for ::1 at 2015-11-19 21:47:22 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"bH+STeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS+W6zcIsRgo3VnSdSiS7BSn+fgBcWuuzeHEe0lrY6ATzON5GQ==", "id"=>"4"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 4]]
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Completed 200 OK in 21ms (Views: 19.4ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/jobs/content_elements/4/edit?authenticity_token=bH%2BSTeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS%2BW6zcIsRgo3VnSdSiS7BSn%2BfgBcWuuzeHEe0lrY6ATzON5GQ%3D%3D" for ::1 at 2015-11-19 21:47:24 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"bH+STeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS+W6zcIsRgo3VnSdSiS7BSn+fgBcWuuzeHEe0lrY6ATzON5GQ==", "post_id"=>"jobs", "id"=>"4"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 4]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (14.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (48.2ms)
Completed 200 OK in 64ms (Views: 62.9ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/content_elements/4?authenticity_token=bH%2BSTeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS%2BW6zcIsRgo3VnSdSiS7BSn%2BfgBcWuuzeHEe0lrY6ATzON5GQ%3D%3D" for ::1 at 2015-11-19 21:47:25 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"bH+STeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS+W6zcIsRgo3VnSdSiS7BSn+fgBcWuuzeHEe0lrY6ATzON5GQ==", "id"=>"4"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 4]]
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.2ms)
Completed 200 OK in 28ms (Views: 25.7ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/jobs/content_elements/4/edit?authenticity_token=bH%2BSTeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS%2BW6zcIsRgo3VnSdSiS7BSn%2BfgBcWuuzeHEe0lrY6ATzON5GQ%3D%3D" for ::1 at 2015-11-19 21:47:28 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"bH+STeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS+W6zcIsRgo3VnSdSiS7BSn+fgBcWuuzeHEe0lrY6ATzON5GQ==", "post_id"=>"jobs", "id"=>"4"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 4]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (14.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (46.9ms)
Completed 200 OK in 63ms (Views: 61.7ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/4" for ::1 at 2015-11-19 21:47:30 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"OQyj241DUeG84JqUfQ12iUFKzZiYMrwVIrRzbEt/+7Rdwim+tKfjnqy4G+4LbesihCwUx2t47TXAv0q2qAppmg==", "content_element"=>{"title"=>"asdfasff", "body"=>"asdf"}, "commit"=>"Update", "id"=>"4"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 4]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "asdfasff"], ["updated_at", "2015-11-20 02:47:30.209626"], ["id", 4]]
[1m[35m (3053.6ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.6ms)
Completed 200 OK in 3085ms (Views: 26.6ms | ActiveRecord: 3054.5ms)
Started PATCH "/pulitzer/content_elements/4" for ::1 at 2015-11-19 21:47:33 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"OQyj241DUeG84JqUfQ12iUFKzZiYMrwVIrRzbEt/+7Rdwim+tKfjnqy4G+4LbesihCwUx2t47TXAv0q2qAppmg==", "content_element"=>{"title"=>"asdfasff", "body"=>"asdf"}, "commit"=>"Update", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.2ms)
Completed 200 OK in 28ms (Views: 22.9ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts/jobs/content_elements/4/edit?authenticity_token=bH%2BSTeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS%2BW6zcIsRgo3VnSdSiS7BSn%2BfgBcWuuzeHEe0lrY6ATzON5GQ%3D%3D" for ::1 at 2015-11-19 21:47:40 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"bH+STeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS+W6zcIsRgo3VnSdSiS7BSn+fgBcWuuzeHEe0lrY6ATzON5GQ==", "post_id"=>"jobs", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (14.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (51.1ms)
Completed 200 OK in 68ms (Views: 67.2ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/content_elements/4?authenticity_token=bH%2BSTeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS%2BW6zcIsRgo3VnSdSiS7BSn%2BfgBcWuuzeHEe0lrY6ATzON5GQ%3D%3D" for ::1 at 2015-11-19 21:47:41 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"bH+STeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS+W6zcIsRgo3VnSdSiS7BSn+fgBcWuuzeHEe0lrY6ATzON5GQ==", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.3ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-19 21:47:50 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-19 21:47:50 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-19 21:47:50 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-19 21:47:50 -0500
Started GET "/pulitzer/posts/jobs/content_elements/4/edit?authenticity_token=bH%2BSTeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS%2BW6zcIsRgo3VnSdSiS7BSn%2BfgBcWuuzeHEe0lrY6ATzON5GQ%3D%3D" for ::1 at 2015-11-19 21:47:59 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"bH+STeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS+W6zcIsRgo3VnSdSiS7BSn+fgBcWuuzeHEe0lrY6ATzON5GQ==", "post_id"=>"jobs", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (15.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (50.4ms)
Completed 200 OK in 66ms (Views: 65.1ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/content_elements/4?authenticity_token=bH%2BSTeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS%2BW6zcIsRgo3VnSdSiS7BSn%2BfgBcWuuzeHEe0lrY6ATzON5GQ%3D%3D" for ::1 at 2015-11-19 21:48:00 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"bH+STeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS+W6zcIsRgo3VnSdSiS7BSn+fgBcWuuzeHEe0lrY6ATzON5GQ==", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/jobs/content_elements/3/edit?authenticity_token=bH%2BSTeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS%2BW6zcIsRgo3VnSdSiS7BSn%2BfgBcWuuzeHEe0lrY6ATzON5GQ%3D%3D" for ::1 at 2015-11-19 21:48:10 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"bH+STeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS+W6zcIsRgo3VnSdSiS7BSn+fgBcWuuzeHEe0lrY6ATzON5GQ==", "post_id"=>"jobs", "id"=>"3"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 3]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (14.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (51.8ms)
Completed 200 OK in 68ms (Views: 66.8ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/content_elements/3?authenticity_token=bH%2BSTeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS%2BW6zcIsRgo3VnSdSiS7BSn%2BfgBcWuuzeHEe0lrY6ATzON5GQ%3D%3D" for ::1 at 2015-11-19 21:48:11 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"bH+STeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS+W6zcIsRgo3VnSdSiS7BSn+fgBcWuuzeHEe0lrY6ATzON5GQ==", "id"=>"3"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (18.8ms)
Completed 200 OK in 34ms (Views: 32.8ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/jobs/content_elements/4/edit?authenticity_token=bH%2BSTeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS%2BW6zcIsRgo3VnSdSiS7BSn%2BfgBcWuuzeHEe0lrY6ATzON5GQ%3D%3D" for ::1 at 2015-11-19 21:48:14 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"bH+STeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS+W6zcIsRgo3VnSdSiS7BSn+fgBcWuuzeHEe0lrY6ATzON5GQ==", "post_id"=>"jobs", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (17.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (52.0ms)
Completed 200 OK in 69ms (Views: 67.1ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/content_elements/4?authenticity_token=bH%2BSTeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS%2BW6zcIsRgo3VnSdSiS7BSn%2BfgBcWuuzeHEe0lrY6ATzON5GQ%3D%3D" for ::1 at 2015-11-19 21:48:15 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"bH+STeS9YAo4ym1u0ZllqrQNd5ISjippiWiZyS+W6zcIsRgo3VnSdSiS7BSn+fgBcWuuzeHEe0lrY6ATzON5GQ==", "id"=>"4"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 4]]
[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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Completed 200 OK in 20ms (Views: 18.5ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-19 21:51:45 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (63.5ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-19 21:51:59 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.2ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (21.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (24.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (117.7ms)
Completed 200 OK in 1683ms (Views: 238.5ms | ActiveRecord: 3.5ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-19 21:52:01 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-19 21:52:01 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-19 21:52:01 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-19 21:52:01 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-19 21:52:01 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-19 21:52:01 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-19 21:52:01 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-19 21:52:01 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-19 21:52:01 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-19 21:52:01 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-19 21:52:01 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-19 21:52:01 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-19 21:52:02 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["version_id", 1], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (49.2ms)
Completed 200 OK in 147ms (Views: 140.2ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-19 21:52:02 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-19 21:52:02 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-19 21:52:02 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-19 21:52:02 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-19 21:52:02 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-19 21:52:02 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-19 21:52:02 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-19 21:52:02 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-19 21:52:02 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-19 21:52:02 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-19 21:52:02 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-19 21:52:02 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-19 21:52:13 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (29.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (32.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (37.8ms)
Completed 200 OK in 132ms (Views: 130.5ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-19 21:52:14 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-19 21:52:14 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-19 21:52:14 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-19 21:52:14 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-19 21:52:14 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-19 21:52:14 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-19 21:52:14 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-19 21:52:14 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-19 21:52:14 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-19 21:52:14 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-19 21:52:14 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-19 21:52:14 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=1QR2dcYBNsjwI1JeAnmkSFUq8%2FEi%2BGTgaIy3ODoL%2FFuxyvwQ%2F%2BWEt%2BB70yR0GTnjkEwqrtGyNcCKh47i2X5udQ%3D%3D" for ::1 at 2015-11-19 21:52:15 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"1QR2dcYBNsjwI1JeAnmkSFUq8/Ei+GTgaIy3ODoL/FuxyvwQ/+WEt+B70yR0GTnjkEwqrtGyNcCKh47i2X5udQ=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (15.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (56.9ms)
Completed 200 OK in 1361ms (Views: 1360.0ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-11-19 21:52:21 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Pta5Vl1C3VoVM8O3VBLv5juKimTdeX6ze34Ia+iv2F5aGDMzZKZvJQVrQs0icnJN/uxTOy4zL5OZdTGxC9pKcA==", "post_type"=>{"name"=>"test", "plural"=>"0", "kind"=>"hybrid"}, "commit"=>"Create"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "test"], ["plural", "f"], ["kind", 2], ["created_at", "2015-11-20 02:52:21.600553"], ["updated_at", "2015-11-20 02:52:21.600553"]]
[1m[35m (0.6ms)[0m commit transaction
[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[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "test"]]
[1m[35mSQL (0.7ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "test"], ["post_type_id", 2], ["slug", "test"], ["created_at", "2015-11-20 02:52:21.624615"], ["updated_at", "2015-11-20 02:52:21.624615"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 2], ["created_at", "2015-11-20 02:52:21.628345"], ["updated_at", "2015-11-20 02:52:21.628345"]]
[1m[35m (0.8ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (22.3ms)
Completed 200 OK in 76ms (Views: 38.5ms | ActiveRecord: 3.9ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=2&authenticity_token=1QR2dcYBNsjwI1JeAnmkSFUq8%2FEi%2BGTgaIy3ODoL%2FFuxyvwQ%2F%2BWEt%2BB70yR0GTnjkEwqrtGyNcCKh47i2X5udQ%3D%3D" for ::1 at 2015-11-19 21:52:23 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"2", "authenticity_token"=>"1QR2dcYBNsjwI1JeAnmkSFUq8/Ei+GTgaIy3ODoL/FuxyvwQ/+WEt+B70yR0GTnjkEwqrtGyNcCKh47i2X5udQ=="}
[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[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (7.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (27.4ms)
Completed 200 OK in 52ms (Views: 49.3ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-11-19 21:52:27 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"dKFI9xOxbAF7ZOPKijbrSCdoCPkcCan+JACXKNd+PCoQb8KSKlXefms8YrD8Vnbj4g7Rpu9D+N7GC67yNAuuBA==", "post_type_content_element_type"=>{"label"=>"plz", "content_element_type_id"=>"1", "post_type_id"=>"2", "text_editor"=>"None"}, "commit"=>"Create"}
[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[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "plz"], ["content_element_type_id", 1], ["post_type_id", 2], ["text_editor", "None"], ["created_at", "2015-11-20 02:52:27.045582"], ["updated_at", "2015-11-20 02:52:27.045582"]]
[1m[35m (627.5ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 2], ["label", "plz"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 2], ["created_at", "2015-11-20 02:52:27.686798"], ["updated_at", "2015-11-20 02:52:27.686798"]]
[1m[35m (1.2ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (18.8ms)
Completed 200 OK in 685ms (Views: 36.6ms | ActiveRecord: 630.0ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-19 21:52:29 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "test"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (1152.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (1154.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["version_id", 2], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1177.1ms)
Completed 200 OK in 1241ms (Views: 1233.9ms | ActiveRecord: 0.8ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-19 21:52:30 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-19 21:52:30 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-19 21:52:30 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-19 21:52:30 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-19 21:52:30 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-19 21:52:30 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-19 21:52:30 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-19 21:52:30 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-19 21:52:30 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-19 21:52:30 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-19 21:52:30 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-19 21:52:30 -0500
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-19 21:52:56 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (22.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (39.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (112.8ms)
Completed 200 OK in 433ms (Views: 211.7ms | ActiveRecord: 3.0ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-19 21:52:56 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-19 21:52:56 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-19 21:52:56 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-19 21:52:56 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-19 21:52:56 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-19 21:52:56 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-19 21:52:56 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-19 21:52:56 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-19 21:52:56 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-19 21:52:56 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-19 21:52:56 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-19 21:52:56 -0500
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-19 21:53:12 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (200.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (202.0ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (27.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (43.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (294.2ms)
Completed 200 OK in 561ms (Views: 387.1ms | ActiveRecord: 2.7ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-19 21:53:13 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-19 21:53:13 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-19 21:53:13 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-19 21:53:13 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-19 21:53:13 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-19 21:53:13 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-19 21:53:13 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-19 21:53:13 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-19 21:53:13 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-19 21:53:13 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-19 21:53:13 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-19 21:53:13 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-19 21:53:17 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (26.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (29.4ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (9.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (11.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (46.5ms)
Completed 200 OK in 120ms (Views: 118.0ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-19 21:53:18 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-19 21:53:18 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-19 21:53:18 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-19 21:53:18 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-19 21:53:18 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-19 21:53:18 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-19 21:53:18 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-19 21:53:18 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-19 21:53:18 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-19 21:53:18 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-19 21:53:18 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-19 21:53:18 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-19 21:53:19 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.4ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (65.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (67.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.6ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["version_id", 1], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (117.2ms)
Completed 200 OK in 188ms (Views: 180.0ms | ActiveRecord: 1.9ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-19 21:53:20 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-19 21:53:20 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-19 21:53:20 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-19 21:53:20 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-19 21:53:20 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-19 21:53:20 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-19 21:53:20 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-19 21:53:20 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-19 21:53:20 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-19 21:53:20 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-19 21:53:20 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-19 21:53:20 -0500
Started GET "/pulitzer/" for ::1 at 2015-11-19 21:59:24 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.5ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (21.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (25.4ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (22.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (26.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (63.8ms)
Completed 200 OK in 195ms (Views: 192.5ms | ActiveRecord: 1.3ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-19 21:59:25 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-19 21:59:25 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-19 21:59:25 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-19 21:59:25 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-19 21:59:25 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-19 21:59:25 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-19 21:59:25 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-19 21:59:25 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-19 21:59:25 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-19 21:59:25 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-19 21:59:25 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-19 21:59:25 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-19 21:59:28 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.4ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["version_id", 1], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (68.7ms)
Completed 200 OK in 490ms (Views: 475.8ms | ActiveRecord: 1.4ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-19 21:59:29 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-19 21:59:29 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-19 21:59:29 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-19 21:59:29 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-19 21:59:29 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-19 21:59:29 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-19 21:59:29 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-19 21:59:29 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-19 21:59:29 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-19 21:59:29 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-19 21:59:29 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-19 21:59:29 -0500
Started PATCH "/pulitzer/content_elements/update_all" for ::1 at 2015-11-19 21:59:34 -0500
Processing by Pulitzer::ContentElementsController#update_all as */*
Parameters: {"content_element"=>["1", "3", "2"], "authenticity_token"=>"q8aFjxIu1DB6IiV7liCKP8CgTPgiU1Z33Or4OTjiNCXPCA/qK8pmT2p6pAHgQBeUBcaVp9EZB1c+4cHj25emCw=="}
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" IN (1, 3, 2) ORDER BY "pulitzer_content_elements"."id" ASC
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m UPDATE "pulitzer_content_elements" SET "sort_order" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["sort_order", 0], ["updated_at", "2015-11-20 02:59:34.414608"], ["id", 1]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "sort_order" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["sort_order", 2], ["updated_at", "2015-11-20 02:59:34.419418"], ["id", 2]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_content_elements" SET "sort_order" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["sort_order", 1], ["updated_at", "2015-11-20 02:59:34.422192"], ["id", 3]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Rendered text template (0.0ms)
Completed 200 OK in 16ms (Views: 2.4ms | ActiveRecord: 3.4ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-11-19 21:59:36 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.4ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (44.1ms)
Completed 200 OK in 137ms (Views: 115.9ms | ActiveRecord: 1.3ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-19 21:59:36 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-19 21:59:36 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-19 21:59:36 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-19 21:59:36 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-19 21:59:36 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-19 21:59:36 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-19 21:59:36 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-19 21:59:36 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-19 21:59:36 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-19 21:59:36 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-19 21:59:36 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-19 21:59:36 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-19 21:59:41 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[36mPulitzer::PostType Load (0.4ms)[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.2ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (24.2ms)
Completed 200 OK in 78ms (Views: 77.0ms | ActiveRecord: 0.8ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-19 21:59:41 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-19 21:59:41 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-19 21:59:41 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-19 21:59:41 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-19 21:59:41 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-19 21:59:41 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-19 21:59:41 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-19 21:59:41 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-19 21:59:41 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-19 21:59:41 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-19 21:59:41 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-19 21:59:41 -0500
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-19 21:59:42 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (872.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (875.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (906.6ms)
Completed 200 OK in 979ms (Views: 973.6ms | ActiveRecord: 1.1ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-19 21:59:43 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-19 21:59:43 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-19 21:59:43 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-19 21:59:43 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-19 21:59:43 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-19 21:59:43 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-19 21:59:43 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-19 21:59:43 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-19 21:59:43 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-19 21:59:43 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-19 21:59:44 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-19 21:59:44 -0500
Started GET "/pulitzer/content_elements/new?version_id=2&authenticity_token=GSwQeDNILQlerLYfWJFcUGNlyUFUGZgVOvxS5kjrOPN94podCqyfdk70N2Uu8cH7pgMQHqdTyTXY92s8q56q3Q%3D%3D" for ::1 at 2015-11-19 21:59:48 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"2", "authenticity_token"=>"GSwQeDNILQlerLYfWJFcUGNlyUFUGZgVOvxS5kjrOPN94podCqyfdk70N2Uu8cH7pgMQHqdTyTXY92s8q56q3Q=="}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (20.2ms)
Completed 200 OK in 1226ms (Views: 1223.4ms | ActiveRecord: 0.7ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-19 21:59:51 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"5mqyfvUMP/xu72GxyZ81xDWXOB1BkTJrIo3ddJsQm7qCpDgbzOiNg3634Mu//6hv8PHhQrLbY0vAhuSueGUJlA==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"2", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m SELECT MAX("pulitzer_content_elements"."sort_order") FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? [["version_id", 2], ["kind", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("content_element_type_id", "text_editor", "version_id", "kind", "sort_order", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["content_element_type_id", 1], ["text_editor", "None"], ["version_id", 2], ["kind", 1], ["sort_order", 1], ["created_at", "2015-11-20 02:59:51.517465"], ["updated_at", "2015-11-20 02:59:51.517465"]]
[1m[35m (0.9ms)[0m commit 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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (21.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (60.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (79.2ms)
Completed 200 OK in 111ms (Views: 102.2ms | ActiveRecord: 1.7ms)
Started PATCH "/pulitzer/content_elements/6" for ::1 at 2015-11-19 21:59:53 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"xN51H7SlR+fyiYxYfrMrmXTNAZE7uOmzjY+Eoz5lKlagEP96jUH1mOLRDSII07YysavYzsjyuJNvhL153RC4eA==", "content_element"=>{"title"=>"b", "body"=>"b"}, "commit"=>"Update", "id"=>"6"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 6]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "b"], ["body", "b"], ["updated_at", "2015-11-20 02:59:53.841281"], ["id", 6]]
[1m[36m (110.2ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (23.6ms)
Completed 200 OK in 160ms (Views: 44.7ms | ActiveRecord: 111.1ms)
Started GET "/pulitzer/content_elements/new?version_id=2&authenticity_token=GSwQeDNILQlerLYfWJFcUGNlyUFUGZgVOvxS5kjrOPN94podCqyfdk70N2Uu8cH7pgMQHqdTyTXY92s8q56q3Q%3D%3D" for ::1 at 2015-11-19 21:59:56 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"2", "authenticity_token"=>"GSwQeDNILQlerLYfWJFcUGNlyUFUGZgVOvxS5kjrOPN94podCqyfdk70N2Uu8cH7pgMQHqdTyTXY92s8q56q3Q=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (5.5ms)
Completed 200 OK in 24ms (Views: 21.9ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-11-19 21:59:57 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Flow6V1XBZ179tvNoEUxfnkKJEroUEt7JoYNyOlm1SVylLqMZLO34muuWrfWJazVvGz9FRsaGlvEjTQSChNHCw==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"2", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mSELECT MAX("pulitzer_content_elements"."sort_order") FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ?[0m [["version_id", 2], ["kind", 1]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("content_element_type_id", "text_editor", "version_id", "kind", "sort_order", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["content_element_type_id", 1], ["text_editor", "None"], ["version_id", 2], ["kind", 1], ["sort_order", 2], ["created_at", "2015-11-20 02:59:57.514493"], ["updated_at", "2015-11-20 02:59:57.514493"]]
[1m[36m (485.6ms)[0m [1mcommit 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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (16.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (51.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (69.9ms)
Completed 200 OK in 588ms (Views: 95.3ms | ActiveRecord: 486.3ms)
Started PATCH "/pulitzer/content_elements/7" for ::1 at 2015-11-19 21:59:59 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"P5xyjZMaTxruw0n/S4v14vDt5MVXwt5hjAIFrDVma0NbUvjoqv79Zf6byIU962hJNYs9mqSIj0FuCTx21hP5bQ==", "content_element"=>{"title"=>"d", "body"=>"d"}, "commit"=>"Update", "id"=>"7"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 7]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "d"], ["body", "d"], ["updated_at", "2015-11-20 02:59:59.934364"], ["id", 7]]
[1m[35m (6292.8ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
[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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (19.5ms)
Completed 200 OK in 6343ms (Views: 41.7ms | ActiveRecord: 6293.5ms)
Started PATCH "/pulitzer/content_elements/7" for ::1 at 2015-11-19 22:00:06 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"P5xyjZMaTxruw0n/S4v14vDt5MVXwt5hjAIFrDVma0NbUvjoqv79Zf6byIU962hJNYs9mqSIj0FuCTx21hP5bQ==", "content_element"=>{"title"=>"d", "body"=>"d"}, "commit"=>"Update", "id"=>"7"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 7]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (19.9ms)
Completed 200 OK in 45ms (Views: 41.1ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/" for ::1 at 2015-11-20 17:19:21 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.4ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::Post Load (0.5ms)[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", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (58.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (61.2ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (93.0ms)
Completed 200 OK in 246ms (Views: 235.8ms | ActiveRecord: 2.8ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-20 17:19:22 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-20 17:19:22 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-20 17:19:22 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-20 17:19:22 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-20 17:19:22 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-20 17:19:22 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-20 17:19:22 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-20 17:19:22 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-20 17:19:22 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-20 17:19:22 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-20 17:19:22 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-20 17:19:22 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-20 17:19:22 -0500
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Explore"], ["plural", "t"], ["kind", 2], ["created_at", "2015-11-20 22:19:34.927044"], ["updated_at", "2015-11-20 22:19:34.927044"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Started GET "/pulitzer/" for ::1 at 2015-11-20 17:19:38 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.3ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (28.4ms)
Completed 200 OK in 113ms (Views: 111.5ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-20 17:19:38 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-20 17:19:38 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-20 17:19:38 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-20 17:19:38 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-20 17:19:38 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-20 17:19:38 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-20 17:19:38 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-20 17:19:38 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-20 17:19:38 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-20 17:19:38 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-20 17:19:38 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-20 17:19:38 -0500
Started GET "/pulitzer/posts?post_type_id=3" for ::1 at 2015-11-20 17:19:41 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"3"}
[1m[36mPulitzer::PostType Load (0.2ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 3
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (1.8ms)
Completed 200 OK in 73ms (Views: 65.6ms | ActiveRecord: 0.3ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-20 17:19:42 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-20 17:19:42 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-20 17:19:42 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-20 17:19:42 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-20 17:19:42 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-20 17:19:42 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-20 17:19:42 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-20 17:19:42 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-20 17:19:42 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-20 17:19:42 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-20 17:19:42 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-20 17:19:42 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-20 17:19:43 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (28.9ms)
Completed 200 OK in 90ms (Views: 89.5ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-20 17:19:44 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-20 17:19:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-20 17:19:44 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-20 17:19:44 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-20 17:19:44 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-20 17:19:44 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-20 17:19:44 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-20 17:19:44 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-20 17:19:44 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-20 17:19:44 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-20 17:19:44 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-20 17:19:44 -0500
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (1736.0ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 title"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 3], ["created_at", "2015-11-20 22:20:09.558343"], ["updated_at", "2015-11-20 22:20:09.558343"]]
[1m[35m (1.2ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 2 title"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 3], ["created_at", "2015-11-20 22:20:11.299287"], ["updated_at", "2015-11-20 22:20:11.299287"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 2 content"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 3], ["created_at", "2015-11-20 22:20:11.302748"], ["updated_at", "2015-11-20 22:20:11.302748"]]
[1m[35m (0.6ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 2 video"], ["content_element_type_id", 3], ["text_editor", "None"], ["post_type_id", 3], ["created_at", "2015-11-20 22:20:11.306507"], ["updated_at", "2015-11-20 22:20:11.306507"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 3 title"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 3], ["created_at", "2015-11-20 22:20:11.309855"], ["updated_at", "2015-11-20 22:20:11.309855"]]
[1m[35m (0.6ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 3 content"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 3], ["created_at", "2015-11-20 22:20:11.313514"], ["updated_at", "2015-11-20 22:20:11.313514"]]
[1m[36m (2.3ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 3 map"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 3], ["created_at", "2015-11-20 22:20:11.319625"], ["updated_at", "2015-11-20 22:20:11.319625"]]
[1m[35m (1.0ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 4 title"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 3], ["created_at", "2015-11-20 22:20:11.324651"], ["updated_at", "2015-11-20 22:20:11.324651"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 4 content"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 3], ["created_at", "2015-11-20 22:20:11.329056"], ["updated_at", "2015-11-20 22:20:11.329056"]]
[1m[35m (2.2ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 5 title"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 3], ["created_at", "2015-11-20 22:20:11.338135"], ["updated_at", "2015-11-20 22:20:11.338135"]]
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 5 content"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 3], ["created_at", "2015-11-20 22:20:11.344108"], ["updated_at", "2015-11-20 22:20:11.344108"]]
[1m[35m (1.0ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 6 title"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 3], ["created_at", "2015-11-20 22:20:11.348949"], ["updated_at", "2015-11-20 22:20:11.348949"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 7 title"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 3], ["created_at", "2015-11-20 22:20:11.353865"], ["updated_at", "2015-11-20 22:20:11.353865"]]
[1m[35m (1.1ms)[0m commit transaction
Started GET "/pulitzer/post_types" for ::1 at 2015-11-20 17:20:13 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (10.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (12.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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 3]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (66.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (68.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (98.2ms)
Completed 200 OK in 168ms (Views: 166.7ms | ActiveRecord: 1.2ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-20 17:20:14 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-20 17:20:14 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-20 17:20:14 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-20 17:20:14 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-20 17:20:14 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-20 17:20:14 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-20 17:20:14 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-20 17:20:14 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-20 17:20:14 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-20 17:20:14 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-20 17:20:14 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-20 17:20:14 -0500
Started GET "/pulitzer/posts?post_type_id=3" for ::1 at 2015-11-20 17:20:17 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"3"}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 3[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (1.0ms)
Completed 200 OK in 66ms (Views: 65.3ms | ActiveRecord: 0.2ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-20 17:20:17 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-20 17:20:17 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-20 17:20:17 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-20 17:20:17 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-20 17:20:17 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-20 17:20:17 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-20 17:20:17 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-20 17:20:17 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-20 17:20:17 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-20 17:20:17 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-20 17:20:17 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-20 17:20:17 -0500
Started GET "/pulitzer/posts/new?post_type_id=3&authenticity_token=tB5gCQ4D5%2B2l7SE4WbEJd1Z1cWCfE1E%2BeIaRKTlidWPQ0OpsN%2BdVkrW1oEIv0ZTckxOoP2xZAB6ajajz2hfnTQ%3D%3D" for ::1 at 2015-11-20 17:20:18 -0500
Processing by Pulitzer::PostsController#new as */*
Parameters: {"post_type_id"=>"3", "authenticity_token"=>"tB5gCQ4D5+2l7SE4WbEJd1Z1cWCfE1E+eIaRKTlidWPQ0OpsN+dVkrW1oEIv0ZTckxOoP2xZAB6ajajz2hfnTQ=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_new.html.erb (26.0ms)
Completed 200 OK in 117ms (Views: 116.0ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/posts" for ::1 at 2015-11-20 17:20:20 -0500
Processing by Pulitzer::PostsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"KogyrBDinWhVVPsCVn8vnkMtV32hFMR1mV/6O8c5w1tORrjJKQYvF0UMenggH7I1hkuOIlJelVV7VMPhJExRdQ==", "post"=>{"title"=>"asdf", "post_type_id"=>"3"}, "commit"=>"Create Post"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "asdf"]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "asdf"], ["post_type_id", 3], ["slug", "asdf"], ["created_at", "2015-11-20 22:20:20.991667"], ["updated_at", "2015-11-20 22:20:20.991667"]]
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 3], ["created_at", "2015-11-20 22:20:21.005518"], ["updated_at", "2015-11-20 22:20:21.005518"]]
[1m[35m (0.8ms)[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", 3]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 3]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35m (0.0ms)[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[35mSQL (0.7ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 3], ["label", "Slide 1 title"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 3], ["created_at", "2015-11-20 22:20:21.079840"], ["updated_at", "2015-11-20 22:20:21.079840"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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 (1.2ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 3], ["label", "Slide 2 title"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 4], ["created_at", "2015-11-20 22:20:21.088228"], ["updated_at", "2015-11-20 22:20:21.088228"]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35m (0.0ms)[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 3], ["label", "Slide 2 content"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 5], ["created_at", "2015-11-20 22:20:21.099214"], ["updated_at", "2015-11-20 22:20:21.099214"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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", 3]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 3], ["label", "Slide 2 video"], ["text_editor", "None"], ["content_element_type_id", 3], ["post_type_content_element_type_id", 6], ["created_at", "2015-11-20 22:20:21.106535"], ["updated_at", "2015-11-20 22:20:21.106535"]]
[1m[35m (0.9ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 3], ["label", "Slide 3 title"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 7], ["created_at", "2015-11-20 22:20:21.113701"], ["updated_at", "2015-11-20 22:20:21.113701"]]
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 3], ["label", "Slide 3 content"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 8], ["created_at", "2015-11-20 22:20:21.123396"], ["updated_at", "2015-11-20 22:20:21.123396"]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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", 2]]
[1m[35mSQL (0.6ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 3], ["label", "Slide 3 map"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 9], ["created_at", "2015-11-20 22:20:21.132016"], ["updated_at", "2015-11-20 22:20:21.132016"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (8.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 3], ["label", "Slide 4 title"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 10], ["created_at", "2015-11-20 22:20:21.148315"], ["updated_at", "2015-11-20 22:20:21.148315"]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 3], ["label", "Slide 4 content"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 11], ["created_at", "2015-11-20 22:20:21.154740"], ["updated_at", "2015-11-20 22:20:21.154740"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 3], ["label", "Slide 5 title"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 12], ["created_at", "2015-11-20 22:20:21.160437"], ["updated_at", "2015-11-20 22:20:21.160437"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[35mSQL (1.1ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 3], ["label", "Slide 5 content"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 13], ["created_at", "2015-11-20 22:20:21.168664"], ["updated_at", "2015-11-20 22:20:21.168664"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 3], ["label", "Slide 6 title"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 14], ["created_at", "2015-11-20 22:20:21.178077"], ["updated_at", "2015-11-20 22:20:21.178077"]]
[1m[35m (0.9ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[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[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 3], ["label", "Slide 7 title"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 15], ["created_at", "2015-11-20 22:20:21.186185"], ["updated_at", "2015-11-20 22:20:21.186185"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (18.8ms)
Completed 200 OK in 477ms (Views: 39.7ms | ActiveRecord: 32.1ms)
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-20 17:20:22 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "asdf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[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]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.4ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 3], ["kind", 0]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (15.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (20.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.4ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 3], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1183.5ms)
Completed 200 OK in 1251ms (Views: 1242.5ms | ActiveRecord: 2.1ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-20 17:20:24 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-20 17:20:24 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-20 17:20:24 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-20 17:20:24 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-20 17:20:24 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-20 17:20:24 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-20 17:20:24 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-20 17:20:24 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-20 17:20:24 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-20 17:20:24 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-20 17:20:24 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-20 17:20:24 -0500
Started GET "/pulitzer/posts?post_type_id=3" for ::1 at 2015-11-20 17:20:31 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"3"}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 3[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (6.6ms)
Completed 200 OK in 60ms (Views: 58.8ms | ActiveRecord: 0.3ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-20 17:20:32 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-20 17:20:32 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-20 17:20:33 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-20 17:20:33 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-20 17:20:33 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-20 17:20:33 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-20 17:20:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-20 17:20:33 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-20 17:20:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-20 17:20:33 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-20 17:20:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-20 17:20:33 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-20 17:20:34 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.1ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 3]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (68.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (70.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (96.7ms)
Completed 200 OK in 164ms (Views: 162.8ms | ActiveRecord: 1.1ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-20 17:20:35 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-20 17:20:35 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-20 17:20:35 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-20 17:20:35 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-20 17:20:35 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-20 17:20:35 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-20 17:20:35 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-20 17:20:35 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-20 17:20:35 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-20 17:20:35 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-20 17:20:35 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-20 17:20:35 -0500
Started GET "/pulitzer/posts?post_type_id=3" for ::1 at 2015-11-20 17:20:37 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_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]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 3
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (4.6ms)
Completed 200 OK in 63ms (Views: 62.2ms | ActiveRecord: 0.2ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-20 17:20:37 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-20 17:20:37 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-20 17:20:37 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-20 17:20:37 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-20 17:20:37 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-20 17:20:37 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-20 17:20:37 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-20 17:20:37 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-20 17:20:37 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-20 17:20:37 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-20 17:20:37 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-20 17:20:37 -0500
Started GET "/pulitzer/posts/asdf/content_elements" for ::1 at 2015-11-20 17:20:38 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"asdf"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "asdf"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 3], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 3], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 3], ["kind", 0]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.3ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["version_id", 3], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 3], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (622.2ms)
Completed 200 OK in 1029ms (Views: 1021.5ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-20 17:20:39 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-20 17:20:39 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-20 17:20:39 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-20 17:20:39 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-20 17:20:39 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-20 17:20:39 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-20 17:20:39 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-20 17:20:39 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-20 17:20:39 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-20 17:20:39 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-20 17:20:39 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-20 17:20:39 -0500
Started GET "/pulitzer/posts?post_type_id=3" for ::1 at 2015-11-20 17:21:04 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_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]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 3
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (5.9ms)
Completed 200 OK in 72ms (Views: 70.9ms | ActiveRecord: 0.2ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-20 17:21:05 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-20 17:21:05 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-20 17:21:05 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-20 17:21:05 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-20 17:21:05 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-20 17:21:05 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-20 17:21:05 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-20 17:21:05 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-20 17:21:05 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-20 17:21:05 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-20 17:21:05 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-20 17:21:05 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-20 17:21:06 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.4ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 3]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (60.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (61.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (86.7ms)
Completed 200 OK in 149ms (Views: 147.3ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-20 17:21:06 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-20 17:21:06 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-20 17:21:06 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-20 17:21:06 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-20 17:21:06 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-20 17:21:06 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-20 17:21:06 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-20 17:21:06 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-20 17:21:06 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-20 17:21:06 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-20 17:21:06 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-20 17:21:06 -0500
Started DELETE "/pulitzer/post_types/3" for ::1 at 2015-11-20 17:21:09 -0500
Processing by Pulitzer::PostTypesController#destroy as */*
Parameters: {"authenticity_token"=>"0pQbsobz8xbPhKRrdkm5dirVcbwmO2bgrEISpk6YA3y2WpHXvxdBad/cJREAKSTd77Oo49VxN8BOSSt8re2RUg==", "id"=>"3"}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 3]]
[1m[36mSQL (0.5ms)[0m [1mDELETE FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ?[0m [["id", 3]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 3]]
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["id", 3]]
[1m[35mSQL (0.0ms)[0m DELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? [["id", 4]]
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["id", 5]]
[1m[35mSQL (0.0ms)[0m DELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? [["id", 6]]
[1m[36mSQL (0.0ms)[0m [1mDELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["id", 7]]
[1m[35mSQL (0.1ms)[0m DELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? [["id", 8]]
[1m[36mSQL (0.0ms)[0m [1mDELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["id", 9]]
[1m[35mSQL (0.0ms)[0m DELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? [["id", 10]]
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["id", 11]]
[1m[35mSQL (0.1ms)[0m DELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? [["id", 12]]
[1m[36mSQL (0.0ms)[0m [1mDELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["id", 13]]
[1m[35mSQL (0.0ms)[0m DELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? [["id", 14]]
[1m[36mSQL (0.0ms)[0m [1mDELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["id", 15]]
[1m[35mSQL (0.1ms)[0m DELETE FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? [["id", 3]]
[1m[36m (1340.6ms)[0m [1mcommit transaction[0m
Rendered text template (0.0ms)
Completed 200 OK in 1383ms (Views: 26.8ms | ActiveRecord: 1342.5ms)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (909.2ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "kind", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Explore"], ["plural", "t"], ["kind", 2], ["created_at", "2015-11-20 22:21:24.871725"], ["updated_at", "2015-11-20 22:21:24.871725"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 1 title"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:49.459337"], ["updated_at", "2015-11-20 22:21:49.459337"]]
[1m[35m (1447.3ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 2 title"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:50.910831"], ["updated_at", "2015-11-20 22:21:50.910831"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 2 content"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:50.914451"], ["updated_at", "2015-11-20 22:21:50.914451"]]
[1m[35m (0.6ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 2 video"], ["content_element_type_id", 3], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:50.918145"], ["updated_at", "2015-11-20 22:21:50.918145"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 3 title"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:50.923086"], ["updated_at", "2015-11-20 22:21:50.923086"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 3 content"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:50.926624"], ["updated_at", "2015-11-20 22:21:50.926624"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 3 map"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:50.929799"], ["updated_at", "2015-11-20 22:21:50.929799"]]
[1m[35m (0.7ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 4 title"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:50.933773"], ["updated_at", "2015-11-20 22:21:50.933773"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 4 content"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:50.937129"], ["updated_at", "2015-11-20 22:21:50.937129"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 4 row 1 title"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:50.940257"], ["updated_at", "2015-11-20 22:21:50.940257"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (1.5ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 4 row 1 image 1"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:50.944345"], ["updated_at", "2015-11-20 22:21:50.944345"]]
[1m[35m (0.9ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 4 row 1 content 1"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:50.949650"], ["updated_at", "2015-11-20 22:21:50.949650"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 4 row 1 link 1"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:50.954232"], ["updated_at", "2015-11-20 22:21:50.954232"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 4 row 1 image 2"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:50.957505"], ["updated_at", "2015-11-20 22:21:50.957505"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 4 row 1 content 2"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:50.960544"], ["updated_at", "2015-11-20 22:21:50.960544"]]
[1m[35m (1.2ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 4 row 1 link 2"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:50.965241"], ["updated_at", "2015-11-20 22:21:50.965241"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 4 row 1 image 3"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:50.969481"], ["updated_at", "2015-11-20 22:21:50.969481"]]
[1m[35m (0.6ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 4 row 1 content 3"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:50.973719"], ["updated_at", "2015-11-20 22:21:50.973719"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 4 row 1 link 3"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:50.978144"], ["updated_at", "2015-11-20 22:21:50.978144"]]
[1m[35m (1.2ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 4 row 2 title"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:50.982733"], ["updated_at", "2015-11-20 22:21:50.982733"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 4 row 2 image 1"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:50.986491"], ["updated_at", "2015-11-20 22:21:50.986491"]]
[1m[35m (1.1ms)[0m commit transaction
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 4 row 2 content 1"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:50.991548"], ["updated_at", "2015-11-20 22:21:50.991548"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 4 row 2 link 1"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:50.994825"], ["updated_at", "2015-11-20 22:21:50.994825"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 4 row 2 image 2"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:50.998193"], ["updated_at", "2015-11-20 22:21:50.998193"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 4 row 2 content 2"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.001342"], ["updated_at", "2015-11-20 22:21:51.001342"]]
[1m[35m (0.8ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 4 row 2 link 2"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.005444"], ["updated_at", "2015-11-20 22:21:51.005444"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 4 row 2 image 3"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.008646"], ["updated_at", "2015-11-20 22:21:51.008646"]]
[1m[35m (1.2ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 4 row 2 content 3"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.013527"], ["updated_at", "2015-11-20 22:21:51.013527"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 4 row 2 link 3"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.019024"], ["updated_at", "2015-11-20 22:21:51.019024"]]
[1m[35m (0.5ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 4 row 3 title"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.022709"], ["updated_at", "2015-11-20 22:21:51.022709"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 4 row 3 image 1"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.027411"], ["updated_at", "2015-11-20 22:21:51.027411"]]
[1m[35m (0.7ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 4 row 3 content 1"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.031675"], ["updated_at", "2015-11-20 22:21:51.031675"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 4 row 3 link 1"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.035621"], ["updated_at", "2015-11-20 22:21:51.035621"]]
[1m[35m (0.7ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 4 row 3 image 2"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.040592"], ["updated_at", "2015-11-20 22:21:51.040592"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 4 row 3 content 2"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.043804"], ["updated_at", "2015-11-20 22:21:51.043804"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 4 row 3 link 2"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.047061"], ["updated_at", "2015-11-20 22:21:51.047061"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 4 row 3 image 3"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.050471"], ["updated_at", "2015-11-20 22:21:51.050471"]]
[1m[35m (1.0ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 4 row 3 content 3"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.054455"], ["updated_at", "2015-11-20 22:21:51.054455"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 4 row 3 link 3"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.059005"], ["updated_at", "2015-11-20 22:21:51.059005"]]
[1m[35m (0.9ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 4 row 4 title"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.063502"], ["updated_at", "2015-11-20 22:21:51.063502"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 4 row 4 image 1"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.067828"], ["updated_at", "2015-11-20 22:21:51.067828"]]
[1m[35m (0.7ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 4 row 4 content 1"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.072426"], ["updated_at", "2015-11-20 22:21:51.072426"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 4 row 4 link 1"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.076717"], ["updated_at", "2015-11-20 22:21:51.076717"]]
[1m[35m (1.0ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 4 row 4 image 2"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.081110"], ["updated_at", "2015-11-20 22:21:51.081110"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 4 row 4 content 2"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.085513"], ["updated_at", "2015-11-20 22:21:51.085513"]]
[1m[35m (0.6ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 4 row 4 link 2"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.088947"], ["updated_at", "2015-11-20 22:21:51.088947"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 4 row 4 image 3"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.099949"], ["updated_at", "2015-11-20 22:21:51.099949"]]
[1m[35m (0.6ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 4 row 4 content 3"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.104253"], ["updated_at", "2015-11-20 22:21:51.104253"]]
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 4 row 4 link 3"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.110215"], ["updated_at", "2015-11-20 22:21:51.110215"]]
[1m[35m (1.1ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 5 title"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.116169"], ["updated_at", "2015-11-20 22:21:51.116169"]]
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 5 content"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.121935"], ["updated_at", "2015-11-20 22:21:51.121935"]]
[1m[35m (1.1ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 5 row 1 title"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.128062"], ["updated_at", "2015-11-20 22:21:51.128062"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 5 row 1 image 1"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.133320"], ["updated_at", "2015-11-20 22:21:51.133320"]]
[1m[35m (2.0ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 5 row 1 content 1"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.141000"], ["updated_at", "2015-11-20 22:21:51.141000"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 5 row 1 link 1"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.146889"], ["updated_at", "2015-11-20 22:21:51.146889"]]
[1m[35m (1.1ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 5 row 1 image 2"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.152160"], ["updated_at", "2015-11-20 22:21:51.152160"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 5 row 1 content 2"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.157750"], ["updated_at", "2015-11-20 22:21:51.157750"]]
[1m[35m (0.8ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 5 row 1 link 2"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.162588"], ["updated_at", "2015-11-20 22:21:51.162588"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 5 row 1 image 3"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.167650"], ["updated_at", "2015-11-20 22:21:51.167650"]]
[1m[35m (1.6ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 5 row 1 content 3"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.172921"], ["updated_at", "2015-11-20 22:21:51.172921"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 5 row 1 link 3"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.176332"], ["updated_at", "2015-11-20 22:21:51.176332"]]
[1m[35m (0.7ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 5 row 2 title"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.180889"], ["updated_at", "2015-11-20 22:21:51.180889"]]
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 5 row 2 image 1"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.186401"], ["updated_at", "2015-11-20 22:21:51.186401"]]
[1m[35m (0.9ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 5 row 2 content 1"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.190480"], ["updated_at", "2015-11-20 22:21:51.190480"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 5 row 2 link 1"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.194542"], ["updated_at", "2015-11-20 22:21:51.194542"]]
[1m[35m (1.6ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 5 row 2 image 2"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.199921"], ["updated_at", "2015-11-20 22:21:51.199921"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 5 row 2 content 2"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.205168"], ["updated_at", "2015-11-20 22:21:51.205168"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 5 row 2 link 2"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.210385"], ["updated_at", "2015-11-20 22:21:51.210385"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 5 row 2 image 3"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.214523"], ["updated_at", "2015-11-20 22:21:51.214523"]]
[1m[35m (0.8ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 5 row 2 content 3"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.218407"], ["updated_at", "2015-11-20 22:21:51.218407"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 5 row 2 link 3"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.223739"], ["updated_at", "2015-11-20 22:21:51.223739"]]
[1m[35m (0.6ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 5 row 3 title"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.227407"], ["updated_at", "2015-11-20 22:21:51.227407"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 5 row 3 image 1"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.231743"], ["updated_at", "2015-11-20 22:21:51.231743"]]
[1m[35m (0.6ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 5 row 3 content 1"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.235271"], ["updated_at", "2015-11-20 22:21:51.235271"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 5 row 3 link 1"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.239204"], ["updated_at", "2015-11-20 22:21:51.239204"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 5 row 3 image 2"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.242852"], ["updated_at", "2015-11-20 22:21:51.242852"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 5 row 3 content 2"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.247226"], ["updated_at", "2015-11-20 22:21:51.247226"]]
[1m[35m (0.8ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 5 row 3 link 2"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.252255"], ["updated_at", "2015-11-20 22:21:51.252255"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 5 row 3 image 3"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.256443"], ["updated_at", "2015-11-20 22:21:51.256443"]]
[1m[35m (0.6ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 5 row 3 content 3"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.274114"], ["updated_at", "2015-11-20 22:21:51.274114"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 5 row 3 link 3"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.277230"], ["updated_at", "2015-11-20 22:21:51.277230"]]
[1m[35m (0.6ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 5 row 4 title"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.280280"], ["updated_at", "2015-11-20 22:21:51.280280"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 5 row 4 image 1"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.283334"], ["updated_at", "2015-11-20 22:21:51.283334"]]
[1m[35m (1.2ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 5 row 4 content 1"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.287753"], ["updated_at", "2015-11-20 22:21:51.287753"]]
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 5 row 4 link 1"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.292421"], ["updated_at", "2015-11-20 22:21:51.292421"]]
[1m[35m (0.9ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 5 row 4 image 2"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.297749"], ["updated_at", "2015-11-20 22:21:51.297749"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 5 row 4 content 2"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.301468"], ["updated_at", "2015-11-20 22:21:51.301468"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 5 row 4 link 2"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.304779"], ["updated_at", "2015-11-20 22:21:51.304779"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 5 row 4 image 3"], ["content_element_type_id", 2], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.308792"], ["updated_at", "2015-11-20 22:21:51.308792"]]
[1m[35m (0.8ms)[0m commit transaction
[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", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 5 row 4 content 3"], ["content_element_type_id", 1], ["text_editor", "Simple editor"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.313650"], ["updated_at", "2015-11-20 22:21:51.313650"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 5 row 4 link 3"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.316978"], ["updated_at", "2015-11-20 22:21:51.316978"]]
[1m[35m (1.3ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.9ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Slide 6 title"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.323038"], ["updated_at", "2015-11-20 22:21:51.323038"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "text_editor", "post_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["label", "Slide 7 title"], ["content_element_type_id", 1], ["text_editor", "None"], ["post_type_id", 4], ["created_at", "2015-11-20 22:21:51.328379"], ["updated_at", "2015-11-20 22:21:51.328379"]]
[1m[35m (0.9ms)[0m commit transaction
Started GET "/pulitzer/post_types" for ::1 at 2015-11-20 17:21:54 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (8.3ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (8.3ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 4]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (447.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (448.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (471.2ms)
Completed 200 OK in 534ms (Views: 531.4ms | ActiveRecord: 2.3ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-20 17:21:54 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-20 17:21:54 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-20 17:21:54 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-20 17:21:54 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-20 17:21:54 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-20 17:21:54 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-20 17:21:54 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-20 17:21:54 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-20 17:21:54 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-20 17:21:54 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-20 17:21:54 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-20 17:21:54 -0500
Started GET "/pulitzer/posts?post_type_id=4" for ::1 at 2015-11-20 17:21:56 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_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", 4]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 4
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (1.1ms)
Completed 200 OK in 54ms (Views: 53.2ms | ActiveRecord: 0.2ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-20 17:21:56 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-20 17:21:56 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-20 17:21:56 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-20 17:21:56 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-20 17:21:56 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-20 17:21:56 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-20 17:21:56 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-20 17:21:56 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-20 17:21:56 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-20 17:21:56 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-20 17:21:56 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-20 17:21:56 -0500
Started GET "/pulitzer/posts/new?post_type_id=4" for ::1 at 2015-11-20 17:21:59 -0500
Processing by Pulitzer::PostsController#new as HTML
Parameters: {"post_type_id"=>"4"}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_new.html.erb (2.7ms)
Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
Started GET "/pulitzer/posts?post_type_id=4" for ::1 at 2015-11-20 17:22:02 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_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", 4]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 4
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (0.8ms)
Completed 200 OK in 67ms (Views: 65.6ms | ActiveRecord: 0.2ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-20 17:22:02 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-20 17:22:02 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-20 17:22:02 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-20 17:22:02 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-20 17:22:02 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-20 17:22:02 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-20 17:22:02 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-20 17:22:02 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-20 17:22:02 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-20 17:22:02 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-20 17:22:02 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-20 17:22:02 -0500
Started GET "/pulitzer/posts/new?post_type_id=4&authenticity_token=VAT%2BH%2B3IsfA4GYAGiP91a5iyjOo7FAzfSwJVVsXFtu4wynR61CwDjyhBAXz%2Bn%2BjAXdRVtcheXf%2BpCWyMJrAkwA%3D%3D" for ::1 at 2015-11-20 17:22:04 -0500
Processing by Pulitzer::PostsController#new as */*
Parameters: {"post_type_id"=>"4", "authenticity_token"=>"VAT+H+3IsfA4GYAGiP91a5iyjOo7FAzfSwJVVsXFtu4wynR61CwDjyhBAXz+n+jAXdRVtcheXf+pCWyMJrAkwA=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_new.html.erb (1.8ms)
Completed 200 OK in 20ms (Views: 19.1ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/posts" for ::1 at 2015-11-20 17:22:07 -0500
Processing by Pulitzer::PostsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"VdrhfzsJuVlWP55hmVvwO8fAL8pcXO0sY1hwtuA0T88xFGsaAu0LJkZnHxvvO22QAqb2la8WvAyBU0lsA0Hd4Q==", "post"=>{"title"=>"va", "post_type_id"=>"4"}, "commit"=>"Create Post"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "va"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "va"], ["post_type_id", 4], ["slug", "va"], ["created_at", "2015-11-20 22:22:07.191509"], ["updated_at", "2015-11-20 22:22:07.191509"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 4], ["created_at", "2015-11-20 22:22:07.193566"], ["updated_at", "2015-11-20 22:22:07.193566"]]
[1m[36m (403.4ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mPulitzer::PostTypeContentElementType Load (0.9ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 4]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 1 title"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 16], ["created_at", "2015-11-20 22:22:07.614232"], ["updated_at", "2015-11-20 22:22:07.614232"]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.5ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 2 title"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 17], ["created_at", "2015-11-20 22:22:07.622110"], ["updated_at", "2015-11-20 22:22:07.622110"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 2 content"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 18], ["created_at", "2015-11-20 22:22:07.629848"], ["updated_at", "2015-11-20 22:22:07.629848"]]
[1m[35m (0.5ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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", 3]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 2 video"], ["text_editor", "None"], ["content_element_type_id", 3], ["post_type_content_element_type_id", 19], ["created_at", "2015-11-20 22:22:07.636751"], ["updated_at", "2015-11-20 22:22:07.636751"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 3 title"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 20], ["created_at", "2015-11-20 22:22:07.643194"], ["updated_at", "2015-11-20 22:22:07.643194"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 3 content"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 21], ["created_at", "2015-11-20 22:22:07.649573"], ["updated_at", "2015-11-20 22:22:07.649573"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 3 map"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 22], ["created_at", "2015-11-20 22:22:07.657047"], ["updated_at", "2015-11-20 22:22:07.657047"]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35m (0.0ms)[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[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 4 title"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 23], ["created_at", "2015-11-20 22:22:07.662785"], ["updated_at", "2015-11-20 22:22:07.662785"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.6ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 4 content"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 24], ["created_at", "2015-11-20 22:22:07.668681"], ["updated_at", "2015-11-20 22:22:07.668681"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35m (0.0ms)[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 4 row 1 title"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 25], ["created_at", "2015-11-20 22:22:07.675436"], ["updated_at", "2015-11-20 22:22:07.675436"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 4 row 1 image 1"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 26], ["created_at", "2015-11-20 22:22:07.680999"], ["updated_at", "2015-11-20 22:22:07.680999"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 4 row 1 content 1"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 27], ["created_at", "2015-11-20 22:22:07.688107"], ["updated_at", "2015-11-20 22:22:07.688107"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 4 row 1 link 1"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 28], ["created_at", "2015-11-20 22:22:07.694172"], ["updated_at", "2015-11-20 22:22:07.694172"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35m (0.2ms)[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", 2]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 4 row 1 image 2"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 29], ["created_at", "2015-11-20 22:22:07.700075"], ["updated_at", "2015-11-20 22:22:07.700075"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 4 row 1 content 2"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 30], ["created_at", "2015-11-20 22:22:07.708655"], ["updated_at", "2015-11-20 22:22:07.708655"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 4 row 1 link 2"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 31], ["created_at", "2015-11-20 22:22:07.716055"], ["updated_at", "2015-11-20 22:22:07.716055"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 4 row 1 image 3"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 32], ["created_at", "2015-11-20 22:22:07.722813"], ["updated_at", "2015-11-20 22:22:07.722813"]]
[1m[35m (0.9ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 4 row 1 content 3"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 33], ["created_at", "2015-11-20 22:22:07.730572"], ["updated_at", "2015-11-20 22:22:07.730572"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 4 row 1 link 3"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 34], ["created_at", "2015-11-20 22:22:07.737332"], ["updated_at", "2015-11-20 22:22:07.737332"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35m (0.0ms)[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 4 row 2 title"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 35], ["created_at", "2015-11-20 22:22:07.743086"], ["updated_at", "2015-11-20 22:22:07.743086"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 4 row 2 image 1"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 36], ["created_at", "2015-11-20 22:22:07.750889"], ["updated_at", "2015-11-20 22:22:07.750889"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35m (0.0ms)[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[35mSQL (0.5ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 4 row 2 content 1"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 37], ["created_at", "2015-11-20 22:22:07.756695"], ["updated_at", "2015-11-20 22:22:07.756695"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 4 row 2 link 1"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 38], ["created_at", "2015-11-20 22:22:07.762771"], ["updated_at", "2015-11-20 22:22:07.762771"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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", 2]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 4 row 2 image 2"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 39], ["created_at", "2015-11-20 22:22:07.768900"], ["updated_at", "2015-11-20 22:22:07.768900"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 4 row 2 content 2"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 40], ["created_at", "2015-11-20 22:22:07.774792"], ["updated_at", "2015-11-20 22:22:07.774792"]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 4 row 2 link 2"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 41], ["created_at", "2015-11-20 22:22:07.781151"], ["updated_at", "2015-11-20 22:22:07.781151"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 4 row 2 image 3"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 42], ["created_at", "2015-11-20 22:22:07.788418"], ["updated_at", "2015-11-20 22:22:07.788418"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 4 row 2 content 3"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 43], ["created_at", "2015-11-20 22:22:07.794802"], ["updated_at", "2015-11-20 22:22:07.794802"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 4 row 2 link 3"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 44], ["created_at", "2015-11-20 22:22:07.801729"], ["updated_at", "2015-11-20 22:22:07.801729"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 4 row 3 title"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 45], ["created_at", "2015-11-20 22:22:07.810587"], ["updated_at", "2015-11-20 22:22:07.810587"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 4 row 3 image 1"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 46], ["created_at", "2015-11-20 22:22:07.818171"], ["updated_at", "2015-11-20 22:22:07.818171"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (1.9ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 4 row 3 content 1"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 47], ["created_at", "2015-11-20 22:22:07.830053"], ["updated_at", "2015-11-20 22:22:07.830053"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 4 row 3 link 1"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 48], ["created_at", "2015-11-20 22:22:07.839233"], ["updated_at", "2015-11-20 22:22:07.839233"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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", 2]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 4 row 3 image 2"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 49], ["created_at", "2015-11-20 22:22:07.845973"], ["updated_at", "2015-11-20 22:22:07.845973"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 4 row 3 content 2"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 50], ["created_at", "2015-11-20 22:22:07.852666"], ["updated_at", "2015-11-20 22:22:07.852666"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.7ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 4 row 3 link 2"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 51], ["created_at", "2015-11-20 22:22:07.859069"], ["updated_at", "2015-11-20 22:22:07.859069"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.9ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 4 row 3 image 3"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 52], ["created_at", "2015-11-20 22:22:07.883149"], ["updated_at", "2015-11-20 22:22:07.883149"]]
[1m[35m (1.3ms)[0m commit transaction
[1m[36mPulitzer::Version Load (1.6ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 4 row 3 content 3"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 53], ["created_at", "2015-11-20 22:22:07.904745"], ["updated_at", "2015-11-20 22:22:07.904745"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 4 row 3 link 3"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 54], ["created_at", "2015-11-20 22:22:07.913918"], ["updated_at", "2015-11-20 22:22:07.913918"]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 4 row 4 title"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 55], ["created_at", "2015-11-20 22:22:07.924406"], ["updated_at", "2015-11-20 22:22:07.924406"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 4 row 4 image 1"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 56], ["created_at", "2015-11-20 22:22:07.931644"], ["updated_at", "2015-11-20 22:22:07.931644"]]
[1m[35m (1.2ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 4 row 4 content 1"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 57], ["created_at", "2015-11-20 22:22:07.938882"], ["updated_at", "2015-11-20 22:22:07.938882"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 4 row 4 link 1"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 58], ["created_at", "2015-11-20 22:22:07.944495"], ["updated_at", "2015-11-20 22:22:07.944495"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35m (0.0ms)[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", 2]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 4 row 4 image 2"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 59], ["created_at", "2015-11-20 22:22:07.950569"], ["updated_at", "2015-11-20 22:22:07.950569"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 4 row 4 content 2"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 60], ["created_at", "2015-11-20 22:22:07.958711"], ["updated_at", "2015-11-20 22:22:07.958711"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 4 row 4 link 2"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 61], ["created_at", "2015-11-20 22:22:07.965422"], ["updated_at", "2015-11-20 22:22:07.965422"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 4 row 4 image 3"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 62], ["created_at", "2015-11-20 22:22:07.975854"], ["updated_at", "2015-11-20 22:22:07.975854"]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 4 row 4 content 3"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 63], ["created_at", "2015-11-20 22:22:07.983200"], ["updated_at", "2015-11-20 22:22:07.983200"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 4 row 4 link 3"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 64], ["created_at", "2015-11-20 22:22:07.991545"], ["updated_at", "2015-11-20 22:22:07.991545"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 5 title"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 65], ["created_at", "2015-11-20 22:22:07.997296"], ["updated_at", "2015-11-20 22:22:07.997296"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 5 content"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 66], ["created_at", "2015-11-20 22:22:08.005672"], ["updated_at", "2015-11-20 22:22:08.005672"]]
[1m[35m (1.3ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.7ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 5 row 1 title"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 67], ["created_at", "2015-11-20 22:22:08.013584"], ["updated_at", "2015-11-20 22:22:08.013584"]]
[1m[36m (9.1ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.6ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 5 row 1 image 1"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 68], ["created_at", "2015-11-20 22:22:08.028941"], ["updated_at", "2015-11-20 22:22:08.028941"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 5 row 1 content 1"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 69], ["created_at", "2015-11-20 22:22:08.035367"], ["updated_at", "2015-11-20 22:22:08.035367"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 5 row 1 link 1"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 70], ["created_at", "2015-11-20 22:22:08.041872"], ["updated_at", "2015-11-20 22:22:08.041872"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35m (0.0ms)[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", 2]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 5 row 1 image 2"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 71], ["created_at", "2015-11-20 22:22:08.048831"], ["updated_at", "2015-11-20 22:22:08.048831"]]
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 5 row 1 content 2"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 72], ["created_at", "2015-11-20 22:22:08.055994"], ["updated_at", "2015-11-20 22:22:08.055994"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35m (0.0ms)[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 5 row 1 link 2"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 73], ["created_at", "2015-11-20 22:22:08.062008"], ["updated_at", "2015-11-20 22:22:08.062008"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 5 row 1 image 3"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 74], ["created_at", "2015-11-20 22:22:08.067746"], ["updated_at", "2015-11-20 22:22:08.067746"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35m (0.0ms)[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[35mSQL (0.8ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 5 row 1 content 3"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 75], ["created_at", "2015-11-20 22:22:08.073007"], ["updated_at", "2015-11-20 22:22:08.073007"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 5 row 1 link 3"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 76], ["created_at", "2015-11-20 22:22:08.080248"], ["updated_at", "2015-11-20 22:22:08.080248"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35m (0.0ms)[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 5 row 2 title"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 77], ["created_at", "2015-11-20 22:22:08.086345"], ["updated_at", "2015-11-20 22:22:08.086345"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 5 row 2 image 1"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 78], ["created_at", "2015-11-20 22:22:08.093974"], ["updated_at", "2015-11-20 22:22:08.093974"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 5 row 2 content 1"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 79], ["created_at", "2015-11-20 22:22:08.100712"], ["updated_at", "2015-11-20 22:22:08.100712"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 5 row 2 link 1"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 80], ["created_at", "2015-11-20 22:22:08.109599"], ["updated_at", "2015-11-20 22:22:08.109599"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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", 2]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 5 row 2 image 2"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 81], ["created_at", "2015-11-20 22:22:08.116773"], ["updated_at", "2015-11-20 22:22:08.116773"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.4ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 5 row 2 content 2"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 82], ["created_at", "2015-11-20 22:22:08.128382"], ["updated_at", "2015-11-20 22:22:08.128382"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 5 row 2 link 2"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 83], ["created_at", "2015-11-20 22:22:08.136313"], ["updated_at", "2015-11-20 22:22:08.136313"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.4ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[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" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 5 row 2 image 3"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 84], ["created_at", "2015-11-20 22:22:08.144206"], ["updated_at", "2015-11-20 22:22:08.144206"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 5 row 2 content 3"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 85], ["created_at", "2015-11-20 22:22:08.151218"], ["updated_at", "2015-11-20 22:22:08.151218"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 5 row 2 link 3"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 86], ["created_at", "2015-11-20 22:22:08.157488"], ["updated_at", "2015-11-20 22:22:08.157488"]]
[1m[35m (1.0ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 5 row 3 title"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 87], ["created_at", "2015-11-20 22:22:08.164901"], ["updated_at", "2015-11-20 22:22:08.164901"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 5 row 3 image 1"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 88], ["created_at", "2015-11-20 22:22:08.171909"], ["updated_at", "2015-11-20 22:22:08.171909"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 5 row 3 content 1"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 89], ["created_at", "2015-11-20 22:22:08.178315"], ["updated_at", "2015-11-20 22:22:08.178315"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 5 row 3 link 1"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 90], ["created_at", "2015-11-20 22:22:08.184410"], ["updated_at", "2015-11-20 22:22:08.184410"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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", 2]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 5 row 3 image 2"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 91], ["created_at", "2015-11-20 22:22:08.190719"], ["updated_at", "2015-11-20 22:22:08.190719"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 5 row 3 content 2"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 92], ["created_at", "2015-11-20 22:22:08.196965"], ["updated_at", "2015-11-20 22:22:08.196965"]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 5 row 3 link 2"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 93], ["created_at", "2015-11-20 22:22:08.203345"], ["updated_at", "2015-11-20 22:22:08.203345"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 5 row 3 image 3"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 94], ["created_at", "2015-11-20 22:22:08.218625"], ["updated_at", "2015-11-20 22:22:08.218625"]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35m (0.0ms)[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 5 row 3 content 3"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 95], ["created_at", "2015-11-20 22:22:08.225305"], ["updated_at", "2015-11-20 22:22:08.225305"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 5 row 3 link 3"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 96], ["created_at", "2015-11-20 22:22:08.232682"], ["updated_at", "2015-11-20 22:22:08.232682"]]
[1m[35m (1.9ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35m (0.0ms)[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 5 row 4 title"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 97], ["created_at", "2015-11-20 22:22:08.240380"], ["updated_at", "2015-11-20 22:22:08.240380"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 5 row 4 image 1"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 98], ["created_at", "2015-11-20 22:22:08.270773"], ["updated_at", "2015-11-20 22:22:08.270773"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 5 row 4 content 1"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 99], ["created_at", "2015-11-20 22:22:08.276348"], ["updated_at", "2015-11-20 22:22:08.276348"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 5 row 4 link 1"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 100], ["created_at", "2015-11-20 22:22:08.283474"], ["updated_at", "2015-11-20 22:22:08.283474"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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", 2]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 5 row 4 image 2"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 101], ["created_at", "2015-11-20 22:22:08.291673"], ["updated_at", "2015-11-20 22:22:08.291673"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.7ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 5 row 4 content 2"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 102], ["created_at", "2015-11-20 22:22:08.299272"], ["updated_at", "2015-11-20 22:22:08.299272"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 5 row 4 link 2"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 103], ["created_at", "2015-11-20 22:22:08.307425"], ["updated_at", "2015-11-20 22:22:08.307425"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 5 row 4 image 3"], ["text_editor", "None"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 104], ["created_at", "2015-11-20 22:22:08.315027"], ["updated_at", "2015-11-20 22:22:08.315027"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35m (0.0ms)[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 5 row 4 content 3"], ["text_editor", "Simple editor"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 105], ["created_at", "2015-11-20 22:22:08.320973"], ["updated_at", "2015-11-20 22:22:08.320973"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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", 1]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 5 row 4 link 3"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 106], ["created_at", "2015-11-20 22:22:08.326810"], ["updated_at", "2015-11-20 22:22:08.326810"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["version_id", 4], ["label", "Slide 6 title"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 107], ["created_at", "2015-11-20 22:22:08.333383"], ["updated_at", "2015-11-20 22:22:08.333383"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[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.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "text_editor", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["version_id", 4], ["label", "Slide 7 title"], ["text_editor", "None"], ["content_element_type_id", 1], ["post_type_content_element_type_id", 108], ["created_at", "2015-11-20 22:22:08.341782"], ["updated_at", "2015-11-20 22:22:08.341782"]]
[1m[35m (1.3ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (16.2ms)
Completed 200 OK in 1193ms (Views: 36.7ms | ActiveRecord: 545.2ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-20 17:22:09 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.4ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[35mPulitzer::ContentElement Load (0.4ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 4], ["kind", 0]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.1ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.7ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["version_id", 4], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1177.6ms)
Completed 200 OK in 2105ms (Views: 2097.5ms | ActiveRecord: 2.9ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-20 17:22:11 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-20 17:22:11 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-20 17:22:11 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-20 17:22:11 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-20 17:22:11 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-20 17:22:11 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-20 17:22:11 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-20 17:22:11 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-20 17:22:11 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-20 17:22:11 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-20 17:22:11 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-20 17:22:11 -0500
Started GET "/pulitzer/posts?post_type_id=4" for ::1 at 2015-11-20 17:22:28 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_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", 4]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 4
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (4.6ms)
Completed 200 OK in 63ms (Views: 61.5ms | ActiveRecord: 0.2ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-20 17:22:29 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-20 17:22:29 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-20 17:22:29 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-20 17:22:29 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-20 17:22:29 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-20 17:22:29 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-20 17:22:29 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-20 17:22:29 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-20 17:22:29 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-20 17:22:29 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-20 17:22:29 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-20 17:22:29 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-20 17:26:13 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (8.7ms)
[1m[35mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 4]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1403.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (1405.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1830.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1831.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (1857.4ms)
Completed 200 OK in 1915ms (Views: 1911.9ms | ActiveRecord: 2.3ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-20 17:26:15 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-20 17:26:15 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-20 17:26:15 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-20 17:26:15 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-20 17:26:15 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-20 17:26:15 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-20 17:26:15 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-20 17:26:15 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-20 17:26:15 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-20 17:26:15 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-20 17:26:15 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-20 17:26:15 -0500
Started GET "/" for ::1 at 2015-11-23 15:56:29 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.9ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.4ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.6ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (81.6ms)
Started GET "/pulitzer" for ::1 at 2015-11-23 15:56:32 -0500
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::Post Load (0.4ms)[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]]
[1m[36mPulitzer::PostTypeContentElementType Load (1.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (67.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (70.2ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (8.9ms)
[1m[35mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 4]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (7.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (442.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (443.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (536.3ms)
Completed 200 OK in 1070ms (Views: 1064.3ms | ActiveRecord: 5.0ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-23 15:56:34 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-23 15:56:34 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-23 15:56:34 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-23 15:56:34 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-23 15:56:34 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-23 15:56:34 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-23 15:56:34 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-23 15:56:34 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-23 15:56:34 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-23 15:56:34 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-23 15:56:36 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-23 15:56:36 -0500
Started GET "/pulitzer/posts?post_type_id=4" for ::1 at 2015-11-23 15:59:21 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"4"}
[1m[35mPulitzer::PostType Load (0.5ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 4[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (16.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (38.9ms)
Completed 200 OK in 120ms (Views: 118.4ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-23 15:59:22 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-23 15:59:22 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-23 15:59:22 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-23 15:59:22 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-23 15:59:22 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-23 15:59:22 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-23 15:59:22 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-23 15:59:22 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-23 15:59:22 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-23 15:59:22 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-23 15:59:22 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-23 15:59:22 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=IQUGB%2FboRhHCWjj3d6H75DBQ0azzGIcis1BtnzEDFJTdBQ50lqToFGxx2EwZb0r0AC9t%2FX81D7uGadd8Fn1eaA%3D%3D" for ::1 at 2015-11-23 15:59:24 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"IQUGB/boRhHCWjj3d6H75DBQ0azzGIcis1BtnzEDFJTdBQ50lqToFGxx2EwZb0r0AC9t/X81D7uGadd8Fn1eaA=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (24.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (71.1ms)
Completed 200 OK in 231ms (Views: 230.3ms | ActiveRecord: 0.0ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-23 15:59:28 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.5ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.6ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.5ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mPulitzer::ContentElement Load (0.7ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (15.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (70.6ms)
Completed 200 OK in 569ms (Views: 135.2ms | ActiveRecord: 3.7ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-23 15:59:29 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-23 15:59:29 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-23 15:59:29 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-23 15:59:29 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-23 15:59:29 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-23 15:59:29 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-23 15:59:29 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-23 15:59:29 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-23 15:59:29 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-23 15:59:29 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-23 15:59:29 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-23 15:59:29 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-11-23 15:59:33 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (8.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.3ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 4]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.4ms)
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (477.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (478.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (503.3ms)
Completed 200 OK in 562ms (Views: 559.2ms | ActiveRecord: 2.7ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-23 15:59:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-23 15:59:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-23 15:59:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-23 15:59:33 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-23 15:59:33 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-23 15:59:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-23 15:59:33 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-23 15:59:33 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-23 15:59:34 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-23 15:59:34 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-23 15:59:34 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-23 15:59:34 -0500
Started GET "/pulitzer/post_type_content_element_types/2/edit?authenticity_token=eshbjELVvUQqi7f1CwzMqVq%2F1nehmIyTpzxi8nuf%2BeeGyFP%2FIpkTQYSgV05lwn25asBqJi21BAqSBdgRXOGzGw%3D%3D" for ::1 at 2015-11-23 15:59:37 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
Parameters: {"authenticity_token"=>"eshbjELVvUQqi7f1CwzMqVq/1nehmIyTpzxi8nuf+eeGyFP/IpkTQYSgV05lwn25asBqJi21BAqSBdgRXOGzGw==", "id"=>"2"}
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (25.9ms)
Completed 200 OK in 46ms (Views: 44.6ms | ActiveRecord: 0.6ms)
Started PATCH "/pulitzer/post_type_content_element_types/2" for ::1 at 2015-11-23 15:59:45 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Njl/sIc4rCOYQ31iGd9djIcf8HpLcqN6BjKWiFmxJIXKOXfD53QCJjZondl3Eeyct2BMK8dfK+MzCyxrfs9ueQ==", "post_type_content_element_type"=>{"label"=>"plz", "content_element_type_id"=>"1", "post_type_id"=>"2", "text_editor"=>"Simple editor"}, "commit"=>"Update", "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"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1[0m [["id", 2]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.6ms)[0m [1mUPDATE "pulitzer_post_type_content_element_types" SET "text_editor" = ?, "updated_at" = ? WHERE "pulitzer_post_type_content_element_types"."id" = ?[0m [["text_editor", "Simple editor"], ["updated_at", "2015-11-23 20:59:45.827972"], ["id", 2]]
[1m[35m (1.0ms)[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", 2]]
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 2]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."label" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2], ["label", "plz"]]
[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 begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "text_editor" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["text_editor", "Simple editor"], ["updated_at", "2015-11-23 20:59:45.854052"], ["id", 5]]
[1m[35m (1.3ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Completed 200 OK in 67ms (Views: 33.5ms | ActiveRecord: 4.6ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-23 15:59:51 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "test"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2], ["kind", 0]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (676.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (682.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (686.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["version_id", 2], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (725.0ms)
Completed 200 OK in 806ms (Views: 799.4ms | ActiveRecord: 1.0ms)
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-23 15:59:52 -0500
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-23 15:59:52 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-23 15:59:52 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-23 15:59:52 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-23 15:59:52 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-23 15:59:52 -0500
Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-11-23 15:59:52 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-23 15:59:52 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-23 15:59:52 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-23 15:59:52 -0500
Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-11-23 15:59:52 -0500
Started GET "/assets/application-7e77011d111d320132c043d0786f8e4a.js?body=1" for ::1 at 2015-11-23 15:59:52 -0500
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-23 17:00:56 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (25.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (43.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (107.3ms)
Completed 200 OK in 1247ms (Views: 235.8ms | ActiveRecord: 2.8ms)
Started GET "/assets/application-5b583dd2199cbb300213770ac0d2171c.css?body=1" for ::1 at 2015-11-23 17:00:57 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-23 17:00:57 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-23 17:00:57 -0500
Started GET "/assets/pulitzer-9b45c6f813dec40b3b81df0bb0dc7a05.css?body=1" for ::1 at 2015-11-23 17:00:57 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-23 17:00:58 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-23 17:00:58 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-23 17:00:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-23 17:00:58 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-23 17:00:58 -0500
Started GET "/assets/application-e28007772bb8086998785b2c93bbfd3d.js?body=1" for ::1 at 2015-11-23 17:00:58 -0500
Started GET "/assets/pulitzer-c17a5563e200d9afe97f188e83c47707.js?body=1" for ::1 at 2015-11-23 17:00:58 -0500
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-23 17:09:20 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (15.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (55.2ms)
Completed 200 OK in 1281ms (Views: 370.1ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-23 17:09:22 -0500
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-23 17:09:22 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-23 17:09:22 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-23 17:09:22 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-23 17:09:22 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-23 17:09:22 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-23 17:09:22 -0500
Started GET "/assets/pulitzer-7b2cc8bfab0b97c4d36a3d28e04ac0be.js?body=1" for ::1 at 2015-11-23 17:09:22 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-23 17:09:22 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-23 17:09:22 -0500
Started GET "/assets/application-89014452cf1d1cecbf8ea910898b9946.js?body=1" for ::1 at 2015-11-23 17:09:22 -0500
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-23 17:09:47 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (54.3ms)
Completed 200 OK in 303ms (Views: 115.3ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-23 17:09:47 -0500
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-23 17:09:47 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-23 17:09:47 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-23 17:09:47 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-23 17:09:47 -0500
Started GET "/assets/pulitzer-7b2cc8bfab0b97c4d36a3d28e04ac0be.js?body=1" for ::1 at 2015-11-23 17:09:47 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-23 17:09:47 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-23 17:09:47 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-23 17:09:47 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-23 17:09:47 -0500
Started GET "/assets/application-89014452cf1d1cecbf8ea910898b9946.js?body=1" for ::1 at 2015-11-23 17:09:47 -0500
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-23 17:11:04 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (47.2ms)
Completed 200 OK in 687ms (Views: 679.3ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-adbaa9141c31c8a784ace5100ee0492e.css?body=1" for ::1 at 2015-11-23 17:11:05 -0500
Started GET "/assets/pulitzer-c7c0e0d3bb6731f02a64d0c073f5e880.css?body=1" for ::1 at 2015-11-23 17:11:05 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-23 17:11:05 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-23 17:11:05 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-23 17:11:05 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-23 17:11:05 -0500
Started GET "/assets/pulitzer-7b2cc8bfab0b97c4d36a3d28e04ac0be.js?body=1" for ::1 at 2015-11-23 17:11:05 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-23 17:11:05 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-23 17:11:05 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-23 17:11:05 -0500
Started GET "/assets/application-89014452cf1d1cecbf8ea910898b9946.js?body=1" for ::1 at 2015-11-23 17:11:05 -0500
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-23 17:13:48 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (24.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (40.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (110.9ms)
Completed 200 OK in 386ms (Views: 207.3ms | ActiveRecord: 2.9ms)
Started GET "/assets/application-adbaa9141c31c8a784ace5100ee0492e.css?body=1" for ::1 at 2015-11-23 17:13:49 -0500
Started GET "/assets/pulitzer-c7c0e0d3bb6731f02a64d0c073f5e880.css?body=1" for ::1 at 2015-11-23 17:13:49 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-23 17:13:49 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-23 17:13:49 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-23 17:13:49 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-23 17:13:49 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-23 17:13:49 -0500
Started GET "/assets/pulitzer-7b2cc8bfab0b97c4d36a3d28e04ac0be.js?body=1" for ::1 at 2015-11-23 17:13:49 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-23 17:13:49 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-23 17:13:49 -0500
Started GET "/assets/application-89014452cf1d1cecbf8ea910898b9946.js?body=1" for ::1 at 2015-11-23 17:13:49 -0500
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-23 17:14:12 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (47.7ms)
Completed 200 OK in 135ms (Views: 126.8ms | ActiveRecord: 1.0ms)
Started GET "/assets/pulitzer-c7c0e0d3bb6731f02a64d0c073f5e880.css?body=1" for ::1 at 2015-11-23 17:14:13 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-23 17:14:13 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-23 17:14:13 -0500
Started GET "/assets/application-adbaa9141c31c8a784ace5100ee0492e.css?body=1" for ::1 at 2015-11-23 17:14:13 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-23 17:14:13 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-23 17:14:13 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-23 17:14:13 -0500
Started GET "/assets/pulitzer-7b2cc8bfab0b97c4d36a3d28e04ac0be.js?body=1" for ::1 at 2015-11-23 17:14:13 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-23 17:14:13 -0500
Started GET "/assets/application-89014452cf1d1cecbf8ea910898b9946.js?body=1" for ::1 at 2015-11-23 17:14:13 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-23 17:14:13 -0500
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-23 17:16:40 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (44.7ms)
Completed 200 OK in 840ms (Views: 832.8ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-a00c0d64f4e890937c1fbca368d190ec.css?body=1" for ::1 at 2015-11-23 17:16:41 -0500
Started GET "/assets/pulitzer-db01f4c31ca1001419e912b2b231e126.css?body=1" for ::1 at 2015-11-23 17:16:41 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-23 17:16:41 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-23 17:16:41 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-23 17:16:41 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-23 17:16:41 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-23 17:16:41 -0500
Started GET "/assets/pulitzer-f0bb1e53d81ab76dedfd1d5423714152.js?body=1" for ::1 at 2015-11-23 17:16:41 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-23 17:16:41 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-23 17:16:41 -0500
Started GET "/assets/application-a6da1adb0afc782fe3fec27b9a0f7cae.js?body=1" for ::1 at 2015-11-23 17:16:41 -0500
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-23 17:21:43 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (45.1ms)
Completed 200 OK in 110ms (Views: 102.5ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-a00c0d64f4e890937c1fbca368d190ec.css?body=1" for ::1 at 2015-11-23 17:21:44 -0500
Started GET "/assets/pulitzer-db01f4c31ca1001419e912b2b231e126.css?body=1" for ::1 at 2015-11-23 17:21:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-23 17:21:44 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-23 17:21:44 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-23 17:21:44 -0500
Started GET "/assets/pulitzer-f0bb1e53d81ab76dedfd1d5423714152.js?body=1" for ::1 at 2015-11-23 17:21:44 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-23 17:21:44 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-23 17:21:44 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-23 17:21:44 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-23 17:21:44 -0500
Started GET "/assets/application-a6da1adb0afc782fe3fec27b9a0f7cae.js?body=1" for ::1 at 2015-11-23 17:21:44 -0500
Started GET "/assets/application-a6da1adb0afc782fe3fec27b9a0f7cae.js?body=1" for ::1 at 2015-11-23 17:21:44 -0500
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-23 17:22:26 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"V9++yLPD4fO+TiqB+neZ9pipcOSGQDPOeiTvhNuBNe6r37a7049P9hBlyjqUuSjmqNbMtQptu1dPHVVn/P9/Eg==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasfadsfasfsaf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.9ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", ""], ["body", "asdfasdfasfadsfasfsaf"], ["updated_at", "2015-11-23 22:22:26.499920"], ["id", 5]]
[1m[36m (1.1ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.7ms)
Completed 200 OK in 34ms (Views: 27.0ms | ActiveRecord: 2.6ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=ppgcsP%2BO6vJDcpsWiSlIT9uHXDPYjrJXTP%2BOLNFxR2damBTDn8JE9%2B1Ze63n5%2Flf6%2FjgYlSjOs55xjTP9g8Nmw%3D%3D" for ::1 at 2015-11-23 17:22:28 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"ppgcsP+O6vJDcpsWiSlIT9uHXDPYjrJXTP+OLNFxR2damBTDn8JE9+1Ze63n5/lf6/jgYlSjOs55xjTP9g8Nmw==", "post_id"=>"test", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (14.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (65.1ms)
Completed 200 OK in 871ms (Views: 869.0ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-23 17:28:04 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"soIlHUAj3LY6PJDBXHdqK/Z6mIP08tA22H5GNiGmkXBOgi1uIG9ys5QXcHoyuds7xgUk0njfWK/tR/zVBtjbjA==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasfadsfasfsaf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (8.5ms)
Completed 200 OK in 41ms (Views: 34.1ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=ppgcsP%2BO6vJDcpsWiSlIT9uHXDPYjrJXTP%2BOLNFxR2damBTDn8JE9%2B1Ze63n5%2Flf6%2FjgYlSjOs55xjTP9g8Nmw%3D%3D" for ::1 at 2015-11-23 17:28:06 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"ppgcsP+O6vJDcpsWiSlIT9uHXDPYjrJXTP+OLNFxR2damBTDn8JE9+1Ze63n5/lf6/jgYlSjOs55xjTP9g8Nmw==", "post_id"=>"test", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (11.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (54.3ms)
Completed 200 OK in 386ms (Views: 384.9ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-23 17:28:43 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"5kiMLFmN7ynIKHEwKq/3dHYM0Gs4tyTTUD7vb+3555AaSIRfOcFBLGYDkYtEYUZkRnNsOrSarEplB1WMyoetbA==", "content_element"=>{"title"=>"", "body"=>""}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.6ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", ""], ["updated_at", "2015-11-23 22:28:43.264848"], ["id", 5]]
[1m[35m (0.7ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
Completed 200 OK in 30ms (Views: 24.7ms | ActiveRecord: 1.7ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=ppgcsP%2BO6vJDcpsWiSlIT9uHXDPYjrJXTP%2BOLNFxR2damBTDn8JE9%2B1Ze63n5%2Flf6%2FjgYlSjOs55xjTP9g8Nmw%3D%3D" for ::1 at 2015-11-23 17:28:44 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"ppgcsP+O6vJDcpsWiSlIT9uHXDPYjrJXTP+OLNFxR2damBTDn8JE9+1Ze63n5/lf6/jgYlSjOs55xjTP9g8Nmw==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (9.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (50.7ms)
Completed 200 OK in 92ms (Views: 90.4ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-23 17:28:52 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"A/xQNJEVbek64TdNB5I9PlaAAOCs+qZG1i7/G1o5jU///FhH8VnD7JTK1/ZpXIwuZv+8sSDXLt/jF0X4fUfHsw==", "content_element"=>{"title"=>"", "body"=>"veamos porfa"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "veamos porfa"], ["updated_at", "2015-11-23 22:28:52.919407"], ["id", 5]]
[1m[36m (1236.6ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Completed 200 OK in 1266ms (Views: 24.7ms | ActiveRecord: 1237.3ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=ppgcsP%2BO6vJDcpsWiSlIT9uHXDPYjrJXTP%2BOLNFxR2damBTDn8JE9%2B1Ze63n5%2Flf6%2FjgYlSjOs55xjTP9g8Nmw%3D%3D" for ::1 at 2015-11-23 17:28:56 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"ppgcsP+O6vJDcpsWiSlIT9uHXDPYjrJXTP+OLNFxR2damBTDn8JE9+1Ze63n5/lf6/jgYlSjOs55xjTP9g8Nmw==", "post_id"=>"test", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (7.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (47.0ms)
Completed 200 OK in 64ms (Views: 62.9ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-23 17:29:15 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"aRp2xEXuA2tTH1htyUOBG7ceVIvSvuuZ2OZmoOhC7t2VGn63JaKtbv00uNanjTALh2Ho2l6TYwDt39xDzzykIQ==", "content_element"=>{"title"=>"", "body"=>"veamos porfaadsfasdfasf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "veamos porfaadsfasdfasf"], ["updated_at", "2015-11-23 22:29:15.491272"], ["id", 5]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.8ms)
Completed 200 OK in 33ms (Views: 27.1ms | ActiveRecord: 1.8ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-23 17:31:43 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (39.9ms)
Completed 200 OK in 163ms (Views: 154.7ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-8099f649f446062a5130ded53809b8a4.css?body=1" for ::1 at 2015-11-23 17:31:44 -0500
Started GET "/assets/pulitzer-ac97fe738c7e53594b4083fbcd7d4194.css?body=1" for ::1 at 2015-11-23 17:31:45 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-23 17:31:45 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-23 17:31:45 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-23 17:31:45 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-23 17:31:45 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-23 17:31:45 -0500
Started GET "/assets/pulitzer-f0bb1e53d81ab76dedfd1d5423714152.js?body=1" for ::1 at 2015-11-23 17:31:45 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-23 17:31:45 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-23 17:31:45 -0500
Started GET "/assets/application-a6da1adb0afc782fe3fec27b9a0f7cae.js?body=1" for ::1 at 2015-11-23 17:31:45 -0500
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=sL1nQVE2Gbgf4ans3lz6gn3so1LbnfQZFI4w2rwL9nhMvW8yMXq3vbHKSVewkkuSTZMfA1ewfIAht4o5m3W8hA%3D%3D" for ::1 at 2015-11-23 17:31:48 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"sL1nQVE2Gbgf4ans3lz6gn3so1LbnfQZFI4w2rwL9nhMvW8yMXq3vbHKSVewkkuSTZMfA1ewfIAht4o5m3W8hA==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (10.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (49.4ms)
Completed 200 OK in 1035ms (Views: 1033.1ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-23 17:32:00 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZOAS5Ajg3+i+a5A6Z6lYzOKUGHjb7T5SXQTHyw3eGQuY4BqXaKxx7RBAcIEJZ+nc0uukKVfAtstoPX0oKqBT9w==", "content_element"=>{"title"=>"", "body"=>"veamos porfaadsfasdfasfadsfasdfasdfas dfafa"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "veamos porfaadsfasdfasfadsfasdfasdfas dfafa"], ["updated_at", "2015-11-23 22:32:00.519880"], ["id", 5]]
[1m[36m (510.8ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.6ms)
Completed 200 OK in 548ms (Views: 32.2ms | ActiveRecord: 511.7ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=sL1nQVE2Gbgf4ans3lz6gn3so1LbnfQZFI4w2rwL9nhMvW8yMXq3vbHKSVewkkuSTZMfA1ewfIAht4o5m3W8hA%3D%3D" for ::1 at 2015-11-23 17:32:06 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"sL1nQVE2Gbgf4ans3lz6gn3so1LbnfQZFI4w2rwL9nhMvW8yMXq3vbHKSVewkkuSTZMfA1ewfIAht4o5m3W8hA==", "post_id"=>"test", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (8.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (45.8ms)
Completed 200 OK in 63ms (Views: 62.0ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-23 17:32:17 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"7PuojRe0gyCgW3lDI9Npwxa/jNNJofJ0L2vlvC18ON8Q+6D+d/gtJQ5wmfhNHdjTJsAwgsWMeu0aUl9fCgJyIw==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasdf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "asdfasdfasdf"], ["updated_at", "2015-11-23 22:32:17.261931"], ["id", 5]]
[1m[35m (0.9ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.3ms)
Completed 200 OK in 33ms (Views: 27.7ms | ActiveRecord: 1.8ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=sL1nQVE2Gbgf4ans3lz6gn3so1LbnfQZFI4w2rwL9nhMvW8yMXq3vbHKSVewkkuSTZMfA1ewfIAht4o5m3W8hA%3D%3D" for ::1 at 2015-11-23 17:32:20 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"sL1nQVE2Gbgf4ans3lz6gn3so1LbnfQZFI4w2rwL9nhMvW8yMXq3vbHKSVewkkuSTZMfA1ewfIAht4o5m3W8hA==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (9.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (44.9ms)
Completed 200 OK in 70ms (Views: 67.2ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/5?authenticity_token=sL1nQVE2Gbgf4ans3lz6gn3so1LbnfQZFI4w2rwL9nhMvW8yMXq3vbHKSVewkkuSTZMfA1ewfIAht4o5m3W8hA%3D%3D" for ::1 at 2015-11-23 17:32:42 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"sL1nQVE2Gbgf4ans3lz6gn3so1LbnfQZFI4w2rwL9nhMvW8yMXq3vbHKSVewkkuSTZMfA1ewfIAht4o5m3W8hA==", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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[35mPulitzer::Version Load (0.4ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.1ms)
Completed 200 OK in 26ms (Views: 23.6ms | ActiveRecord: 0.8ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-23 17:32:42 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.8ms)
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (61.5ms)
Completed 200 OK in 261ms (Views: 250.0ms | ActiveRecord: 1.7ms)
Started GET "/assets/application-83a8d57bd947b3e26b72b47a0f670a8c.css?body=1" for ::1 at 2015-11-23 17:32:43 -0500
Started GET "/assets/pulitzer-cc54e80531007a4637ac4231434746a1.css?body=1" for ::1 at 2015-11-23 17:32:44 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-23 17:32:44 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-23 17:32:44 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-23 17:32:44 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-23 17:32:44 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-23 17:32:44 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-23 17:32:44 -0500
Started GET "/assets/pulitzer-f0bb1e53d81ab76dedfd1d5423714152.js?body=1" for ::1 at 2015-11-23 17:32:44 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-23 17:32:44 -0500
Started GET "/assets/application-a6da1adb0afc782fe3fec27b9a0f7cae.js?body=1" for ::1 at 2015-11-23 17:32:44 -0500
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=FoG%2BHl7eGkqJ0nA7ilPjMIEP%2FOsq4d1edHo2FxhdQWXqgbZtPpK0Tyf5kIDknVIgsXBAuqbMVcdBQ4z0PyMLmQ%3D%3D" for ::1 at 2015-11-23 17:32:49 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"FoG+Hl7eGkqJ0nA7ilPjMIEP/Osq4d1edHo2FxhdQWXqgbZtPpK0Tyf5kIDknVIgsXBAuqbMVcdBQ4z0PyMLmQ==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (10.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (43.4ms)
Completed 200 OK in 61ms (Views: 60.2ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-23 17:33:34 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.3ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.9ms)
[1m[36mCACHE (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (82.3ms)
Completed 200 OK in 282ms (Views: 268.4ms | ActiveRecord: 1.7ms)
Started GET "/assets/application-8099f649f446062a5130ded53809b8a4.css?body=1" for ::1 at 2015-11-23 17:33:36 -0500
Started GET "/assets/pulitzer-ac97fe738c7e53594b4083fbcd7d4194.css?body=1" for ::1 at 2015-11-23 17:33:36 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-23 17:33:36 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-23 17:33:36 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-23 17:33:36 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-23 17:33:36 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-23 17:33:36 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-23 17:33:36 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-23 17:33:36 -0500
Started GET "/assets/pulitzer-f0bb1e53d81ab76dedfd1d5423714152.js?body=1" for ::1 at 2015-11-23 17:33:36 -0500
Started GET "/assets/application-22e53bea64bf61e59b904bd35ccbc50c.js?body=1" for ::1 at 2015-11-23 17:33:36 -0500
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=c%2Bh45G7ZeoejH3G7Yqvx42k72KdS%2FWcDaLRRW03QKC6P6HCXDpXUgg00kQAMZUDzWURk9t7Q75pdjeu4aq5i0g%3D%3D" for ::1 at 2015-11-23 17:33:39 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"c+h45G7ZeoejH3G7Yqvx42k72KdS/WcDaLRRW03QKC6P6HCXDpXUgg00kQAMZUDzWURk9t7Q75pdjeu4aq5i0g==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (9.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (40.2ms)
Completed 200 OK in 61ms (Views: 60.0ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/content_elements/5?authenticity_token=c%2Bh45G7ZeoejH3G7Yqvx42k72KdS%2FWcDaLRRW03QKC6P6HCXDpXUgg00kQAMZUDzWURk9t7Q75pdjeu4aq5i0g%3D%3D" for ::1 at 2015-11-23 17:33:41 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"c+h45G7ZeoejH3G7Yqvx42k72KdS/WcDaLRRW03QKC6P6HCXDpXUgg00kQAMZUDzWURk9t7Q75pdjeu4aq5i0g==", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=c%2Bh45G7ZeoejH3G7Yqvx42k72KdS%2FWcDaLRRW03QKC6P6HCXDpXUgg00kQAMZUDzWURk9t7Q75pdjeu4aq5i0g%3D%3D" for ::1 at 2015-11-23 17:33:51 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"c+h45G7ZeoejH3G7Yqvx42k72KdS/WcDaLRRW03QKC6P6HCXDpXUgg00kQAMZUDzWURk9t7Q75pdjeu4aq5i0g==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (10.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (41.3ms)
Completed 200 OK in 61ms (Views: 59.4ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-23 17:34:08 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (26.5ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.5ms)
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (72.8ms)
Completed 200 OK in 204ms (Views: 197.4ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-23 17:34:09 -0500
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-23 17:34:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-23 17:34:09 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-23 17:34:09 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-23 17:34:09 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-23 17:34:09 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-23 17:34:09 -0500
Started GET "/assets/pulitzer-f0bb1e53d81ab76dedfd1d5423714152.js?body=1" for ::1 at 2015-11-23 17:34:09 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-23 17:34:09 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-23 17:34:09 -0500
Started GET "/assets/application-a6da1adb0afc782fe3fec27b9a0f7cae.js?body=1" for ::1 at 2015-11-23 17:34:09 -0500
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=ERaS70yD7I0l1XlmuelPvTWRWwn7xXdNU1AmwTFMlJztFpqcLM9CiIv%2Bmd3XJ%2F6tBe7nWHfo%2F9RmaZwiFjLeYA%3D%3D" for ::1 at 2015-11-23 17:39:01 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"ERaS70yD7I0l1XlmuelPvTWRWwn7xXdNU1AmwTFMlJztFpqcLM9CiIv+md3XJ/6tBe7nWHfo/9RmaZwiFjLeYA==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (9.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (49.9ms)
Completed 200 OK in 71ms (Views: 69.1ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-23 17:44:19 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (50.3ms)
Completed 200 OK in 194ms (Views: 182.9ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-dcba46b47cddedcf05874f6bb5e87189.css?body=1" for ::1 at 2015-11-23 17:44:19 -0500
Started GET "/assets/pulitzer-4b5d3065ffa063ab8c2632bd41f72951.css?body=1" for ::1 at 2015-11-23 17:44:19 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-23 17:44:21 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-23 17:44:21 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-23 17:44:21 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-23 17:44:21 -0500
Started GET "/assets/pulitzer-f0bb1e53d81ab76dedfd1d5423714152.js?body=1" for ::1 at 2015-11-23 17:44:21 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-23 17:44:21 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-23 17:44:21 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-23 17:44:21 -0500
Started GET "/assets/application-a6da1adb0afc782fe3fec27b9a0f7cae.js?body=1" for ::1 at 2015-11-23 17:44:21 -0500
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=wBfWvoprLYMb%2BBYwQ1a3MX8JSZqMlCl%2FGODHwQXVB8I8F97N6ieDhrXT9ostmAYhT3b1ywC5oeYt2X0iIqtNPg%3D%3D" for ::1 at 2015-11-23 17:44:23 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"wBfWvoprLYMb+BYwQ1a3MX8JSZqMlCl/GODHwQXVB8I8F97N6ieDhrXT9ostmAYhT3b1ywC5oeYt2X0iIqtNPg==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (9.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (51.5ms)
Completed 200 OK in 605ms (Views: 603.4ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/posts/telluride/content_elements" for ::1 at 2015-11-23 17:54:41 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"telluride"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "telluride"]]
Completed 404 Not Found in 2ms (ActiveRecord: 0.1ms)
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:23:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:5:in `index'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (54.8ms)
Started GET "/pulitzer/content_elements/5?authenticity_token=wBfWvoprLYMb%2BBYwQ1a3MX8JSZqMlCl%2FGODHwQXVB8I8F97N6ieDhrXT9ostmAYhT3b1ywC5oeYt2X0iIqtNPg%3D%3D" for ::1 at 2015-11-23 17:54:46 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"wBfWvoprLYMb+BYwQ1a3MX8JSZqMlCl/GODHwQXVB8I8F97N6ieDhrXT9ostmAYhT3b1ywC5oeYt2X0iIqtNPg==", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.8ms)
Completed 200 OK in 96ms (Views: 94.0ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-23 17:54:47 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "test"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["version_id", 2], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (38.8ms)
Completed 200 OK in 470ms (Views: 460.8ms | ActiveRecord: 1.2ms)
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-23 17:54:47 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-23 17:54:47 -0500
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-23 17:54:47 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-23 17:54:47 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-23 17:54:47 -0500
Started GET "/assets/pulitzer-f0bb1e53d81ab76dedfd1d5423714152.js?body=1" for ::1 at 2015-11-23 17:54:47 -0500
Started GET "/assets/hooch-50c102a807afd9994e6258e72a354402.js?body=1" for ::1 at 2015-11-23 17:54:47 -0500
Started GET "/assets/thin_man-9470e08dea2bb41b4343b218b5840a3f.js?body=1" for ::1 at 2015-11-23 17:54:47 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-23 17:54:47 -0500
Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-11-23 17:54:48 -0500
Started GET "/assets/application-a6da1adb0afc782fe3fec27b9a0f7cae.js?body=1" for ::1 at 2015-11-23 17:54:48 -0500
Started GET "/pulitzer/posts/telluride/content_elements" for ::1 at 2015-11-23 17:57:24 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"telluride"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "telluride"]]
Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms)
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:23:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:5:in `index'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (54.0ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=tzGIYDjg88Et3DZTOZr0xmIE7DD0vG9C%2FP9kn0sUhphLMYATWKxdxIP31uhXVEXWUntQYXiR59vJxt58bGrMZA%3D%3D" for ::1 at 2015-11-23 17:57:40 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"tzGIYDjg88Et3DZTOZr0xmIE7DD0vG9C/P9kn0sUhphLMYATWKxdxIP31uhXVEXWUntQYXiR59vJxt58bGrMZA==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (12.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (51.5ms)
Completed 200 OK in 302ms (Views: 300.6ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-23 18:04:53 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[1m[35mPulitzer::ContentElementType Load (0.3ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (98.1ms)
Completed 500 Internal Server Error in 929ms (ActiveRecord: 3.6ms)
ActionView::Template::Error (couldn't find file 'wysihtml'
(in /Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/assets/stylesheets/application.css:17)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= csrf_meta_tags %>
7:
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__4558356989272485415_70331686715320'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (63.8ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-23 18:05:37 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (44.8ms)
Completed 500 Internal Server Error in 65ms (ActiveRecord: 1.1ms)
ActionView::Template::Error (couldn't find file 'wysihtml'
(in /Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/assets/stylesheets/application.css:17)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= csrf_meta_tags %>
7:
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__4558356989272485415_70331686715320'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (64.1ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-23 18:37:35 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.8ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.5ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (58.0ms)
Completed 500 Internal Server Error in 141ms (ActiveRecord: 1.9ms)
ActionView::Template::Error (couldn't find file 'wysihtml'
(in /Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/assets/stylesheets/application.css:17)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= csrf_meta_tags %>
7:
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__4558356989272485415_70331686715320'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (69.1ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-23 18:37:43 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (45.5ms)
Completed 500 Internal Server Error in 69ms (ActiveRecord: 1.3ms)
ActionView::Template::Error (couldn't find file 'wysihtml'
(in /Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/assets/stylesheets/application.css:17)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= csrf_meta_tags %>
7:
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__4558356989272485415_70331686715320'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (61.3ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-23 18:40:10 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (83.5ms)
Completed 500 Internal Server Error in 1100ms (ActiveRecord: 2.9ms)
ActionView::Template::Error (couldn't find file 'wysihtml'
(in /Users/gomayonqui/Sites/work/pulitzer/test/dummy/app/assets/stylesheets/application.css:17)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= csrf_meta_tags %>
7:
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___1164826429455374634_70332490727340'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (57.2ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-23 18:41:07 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (76.9ms)
Completed 200 OK in 1298ms (Views: 1122.9ms | ActiveRecord: 2.9ms)
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-23 18:41:09 -0500
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-23 18:41:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-23 18:41:09 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-11-23 18:41:09 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-23 18:41:09 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-23 18:41:09 -0500
Started GET "/assets/pulitzer-f0bb1e53d81ab76dedfd1d5423714152.js?body=1" for ::1 at 2015-11-23 18:41:09 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-11-23 18:41:09 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-23 18:41:09 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-11-23 18:41:09 -0500
Started GET "/assets/application-7b2888d3f7641902a53cf95661b19d5d.js?body=1" for ::1 at 2015-11-23 18:41:09 -0500
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=g5bwo%2F%2Fskb4dOkwgR3xv%2FODpeLHqqvRdhB08OYG5ShJ%2FlvjQn6A%2Fu7MRrJspst7s0JbE4GaHfMSxJIbapscA7g%3D%3D" for ::1 at 2015-11-23 18:41:12 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"g5bwo//skb4dOkwgR3xv/ODpeLHqqvRdhB08OYG5ShJ/lvjQn6A/u7MRrJspst7s0JbE4GaHfMSxJIbapscA7g==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (11.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (65.7ms)
Completed 200 OK in 953ms (Views: 951.1ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-23 18:41:24 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"CiS9LEkD/uDIOl9d6Yg6UZXxamxzemkUFAbH9pvtYP32JLVfKU9Q5WYRv+aHRotBpY7WPf9X4Y0hP30VvJMqAQ==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasdfaasdfasdfasfas asdfasdfasfasf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "asdfasdfasdfaasdfasdfasfas asdfasdfasfasf"], ["updated_at", "2015-11-23 23:41:24.282170"], ["id", 5]]
[1m[36m (0.9ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.7ms)
Completed 200 OK in 31ms (Views: 23.6ms | ActiveRecord: 1.9ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=g5bwo%2F%2Fskb4dOkwgR3xv%2FODpeLHqqvRdhB08OYG5ShJ%2FlvjQn6A%2Fu7MRrJspst7s0JbE4GaHfMSxJIbapscA7g%3D%3D" for ::1 at 2015-11-23 18:41:26 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"g5bwo//skb4dOkwgR3xv/ODpeLHqqvRdhB08OYG5ShJ/lvjQn6A/u7MRrJspst7s0JbE4GaHfMSxJIbapscA7g==", "post_id"=>"test", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (9.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (50.1ms)
Completed 200 OK in 67ms (Views: 65.1ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-23 18:41:30 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"0YTUEsgHFKorQw4OqWiunQpmXBe92Vy5eqTiC+gPs6kthNxhqEu6r4Vo7rXHph+NOhngRjH01CBPnVjoz3H5VQ==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasdfaasdfasdfasfas asdfasdfasfasf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.9ms)
Completed 200 OK in 26ms (Views: 21.5ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=g5bwo%2F%2Fskb4dOkwgR3xv%2FODpeLHqqvRdhB08OYG5ShJ%2FlvjQn6A%2Fu7MRrJspst7s0JbE4GaHfMSxJIbapscA7g%3D%3D" for ::1 at 2015-11-23 18:42:02 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"g5bwo//skb4dOkwgR3xv/ODpeLHqqvRdhB08OYG5ShJ/lvjQn6A/u7MRrJspst7s0JbE4GaHfMSxJIbapscA7g==", "post_id"=>"test", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (9.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (47.9ms)
Completed 200 OK in 68ms (Views: 66.2ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-23 18:42:09 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"RIZwC+se1ckbmz1bbEKUDBHRIhuuE6oNWTd0VVVDd3O4hnh4i1J7zLWw3eACjCUcIa6eSiI+IpRsDs62cj09jw==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasdfaasdfasdfasfas asdfasfasfa safdsafdafsdasdfasfasfd"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "asdfasdfasdfaasdfasdfasfas asdfasfasfa safdsafdafsdasdfasfasfd"], ["updated_at", "2015-11-23 23:42:09.762511"], ["id", 5]]
[1m[35m (1292.9ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.2ms)
Completed 200 OK in 1325ms (Views: 26.0ms | ActiveRecord: 1293.7ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=g5bwo%2F%2Fskb4dOkwgR3xv%2FODpeLHqqvRdhB08OYG5ShJ%2FlvjQn6A%2Fu7MRrJspst7s0JbE4GaHfMSxJIbapscA7g%3D%3D" for ::1 at 2015-11-23 18:42:12 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"g5bwo//skb4dOkwgR3xv/ODpeLHqqvRdhB08OYG5ShJ/lvjQn6A/u7MRrJspst7s0JbE4GaHfMSxJIbapscA7g==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (10.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (45.0ms)
Completed 200 OK in 64ms (Views: 61.8ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-23 18:42:33 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"zn7zLoEFUWSNcQEtIPxcf4ro85A+YYN087Hp7rA/zY4yfvtd4Un/YSNa4ZZOMu1vupdPwbJMC+3GiFMNl0GHcg==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasdfaasdfasdfasfas asdfasfasfa safdsafdafsdasdfasfasfd\r\n\r\n\r\nasdfasfasf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "asdfasdfasdfaasdfasdfasfas asdfasfasfa safdsafdafsdasdfasfasfd\r\n\r\n\r\nasdfasfasf"], ["updated_at", "2015-11-23 23:42:33.046789"], ["id", 5]]
[1m[36m (278.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.1ms)
Completed 200 OK in 320ms (Views: 34.6ms | ActiveRecord: 279.8ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=g5bwo%2F%2Fskb4dOkwgR3xv%2FODpeLHqqvRdhB08OYG5ShJ%2FlvjQn6A%2Fu7MRrJspst7s0JbE4GaHfMSxJIbapscA7g%3D%3D" for ::1 at 2015-11-23 18:42:35 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"g5bwo//skb4dOkwgR3xv/ODpeLHqqvRdhB08OYG5ShJ/lvjQn6A/u7MRrJspst7s0JbE4GaHfMSxJIbapscA7g==", "post_id"=>"test", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (10.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (48.4ms)
Completed 200 OK in 71ms (Views: 68.6ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-23 18:43:06 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "test"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.0ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["version_id", 2], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (52.0ms)
Completed 200 OK in 760ms (Views: 753.1ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-23 18:43:06 -0500
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-23 18:43:06 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-23 18:43:07 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-23 18:43:07 -0500
Started GET "/assets/pulitzer-3da417cd204e4020a2a33e1a5c215732.js?body=1" for ::1 at 2015-11-23 18:43:07 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-11-23 18:43:07 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-23 18:43:07 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-11-23 18:43:07 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-23 18:43:07 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-11-23 18:43:07 -0500
Started GET "/assets/application-0a8770b6c73ce03433ba9aa7cc6c41fa.js?body=1" for ::1 at 2015-11-23 18:43:07 -0500
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=Jf6ETPrpKu54mtSC%2BvME9AiXHhndtUkgC9c5uAmTi8zZ%2Fow%2FmqWE69axNDmUPbXkOOiiSFGYwbk%2B7oNbLu3BMA%3D%3D" for ::1 at 2015-11-23 18:43:09 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"Jf6ETPrpKu54mtSC+vME9AiXHhndtUkgC9c5uAmTi8zZ/ow/mqWE69axNDmUPbXkOOiiSFGYwbk+7oNbLu3BMA==", "post_id"=>"test", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (7.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (47.6ms)
Completed 200 OK in 65ms (Views: 64.0ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-23 18:43:15 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"zZ1gnuvCMWkVBCw0KlMA4HrxbHD3c7aUKU4RsKjRoAcxnWjti46fbLsvzI9EnbHwSo7QIXtePg0cd6tTj6/q+w==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasdfaasdfasdfasfas asdfasfasfa safdsafdafsdasdfasfasfd\r\n\r\n\r\nasdfasfasf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "asdfasdfasdfaasdfasdfasfas asdfasfasfa safdsafdafsdasdfasfasfd\r\n\r\n\r\nasdfasfasf"], ["updated_at", "2015-11-23 23:43:15.417560"], ["id", 5]]
[1m[35m (244.5ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.7ms)
Completed 200 OK in 274ms (Views: 25.5ms | ActiveRecord: 245.5ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=Jf6ETPrpKu54mtSC%2BvME9AiXHhndtUkgC9c5uAmTi8zZ%2Fow%2FmqWE69axNDmUPbXkOOiiSFGYwbk%2B7oNbLu3BMA%3D%3D" for ::1 at 2015-11-23 18:43:36 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"Jf6ETPrpKu54mtSC+vME9AiXHhndtUkgC9c5uAmTi8zZ/ow/mqWE69axNDmUPbXkOOiiSFGYwbk+7oNbLu3BMA==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (9.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (46.7ms)
Completed 200 OK in 68ms (Views: 65.0ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-23 18:43:52 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ydwASlgiKX5sQpkz7LCFHbj3z3uttdLfW21YDe5BfRg13Ag5OG6He8JpeYiCfjQNiIhzKiGYWkZuVOLuyT835A==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasdfaasdfasdfasfas asdfasfasfa safdsafdafsdasdfasfasfd\r\n\r\n\r\nasdfasfasfasdfasdfasdfa"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "asdfasdfasdfaasdfasdfasfas asdfasfasfa safdsafdafsdasdfasfasfd\r\n\r\n\r\nasdfasfasfasdfasdfasdfa"], ["updated_at", "2015-11-23 23:43:52.309774"], ["id", 5]]
[1m[36m (986.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.5ms)
Completed 200 OK in 1029ms (Views: 38.0ms | ActiveRecord: 987.0ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=Jf6ETPrpKu54mtSC%2BvME9AiXHhndtUkgC9c5uAmTi8zZ%2Fow%2FmqWE69axNDmUPbXkOOiiSFGYwbk%2B7oNbLu3BMA%3D%3D" for ::1 at 2015-11-23 18:46:33 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"Jf6ETPrpKu54mtSC+vME9AiXHhndtUkgC9c5uAmTi8zZ/ow/mqWE69axNDmUPbXkOOiiSFGYwbk+7oNbLu3BMA==", "post_id"=>"test", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (9.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (45.5ms)
Completed 200 OK in 63ms (Views: 61.4ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-24 09:21:48 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.7ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.4ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.5ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.4ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mPulitzer::ContentElement Load (1.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[1m[35mPulitzer::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (11.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (92.3ms)
Completed 200 OK in 765ms (Views: 247.8ms | ActiveRecord: 5.7ms)
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-24 09:21:49 -0500
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-24 09:21:49 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-24 09:21:49 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-24 09:21:49 -0500
Started GET "/assets/application-11549d333325efd1c34f2c132193aeb1.js?body=1" for ::1 at 2015-11-24 09:21:49 -0500
Started GET "/assets/pulitzer-7b2cc8bfab0b97c4d36a3d28e04ac0be.js?body=1" for ::1 at 2015-11-24 09:21:49 -0500
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=q0CEg5ZseVM6NxKaJGZoH1dCPrvIHymp5Xv9W%2B%2BhCjNXQIzw9iDXVpQc8iFKqNkPZz2C6kQyoTDQQke4yN9Azw%3D%3D" for ::1 at 2015-11-24 09:22:54 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"q0CEg5ZseVM6NxKaJGZoH1dCPrvIHymp5Xv9W++hCjNXQIzw9iDXVpQc8iFKqNkPZz2C6kQyoTDQQke4yN9Azw==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (12.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (74.7ms)
Completed 200 OK in 99ms (Views: 97.1ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-24 09:25:02 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.4ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (9.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (17.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (59.0ms)
Completed 200 OK in 165ms (Views: 155.9ms | ActiveRecord: 1.4ms)
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-24 09:25:02 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-24 09:25:02 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-24 09:25:02 -0500
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-24 09:25:03 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-11-24 09:25:03 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-24 09:25:03 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-11-24 09:25:03 -0500
Started GET "/assets/pulitzer-7b2cc8bfab0b97c4d36a3d28e04ac0be.js?body=1" for ::1 at 2015-11-24 09:25:03 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-24 09:25:03 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-11-24 09:25:03 -0500
Started GET "/assets/application-11549d333325efd1c34f2c132193aeb1.js?body=1" for ::1 at 2015-11-24 09:25:03 -0500
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=Xw2iAZmcxpNej80BSIgMKk3hrmaQr7nFz6dU21RoWA2jDapy%2BdBolvCkLbomRr06fZ4SNxyCMVz6nu44cxYS8Q%3D%3D" for ::1 at 2015-11-24 09:25:05 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"Xw2iAZmcxpNej80BSIgMKk3hrmaQr7nFz6dU21RoWA2jDapy+dBolvCkLbomRr06fZ4SNxyCMVz6nu44cxYS8Q==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (9.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (50.1ms)
Completed 200 OK in 322ms (Views: 320.6ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-24 09:36:57 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (52.9ms)
Completed 200 OK in 178ms (Views: 169.0ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-24 09:36:57 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-24 09:36:57 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-24 09:36:57 -0500
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-24 09:36:57 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-11-24 09:36:57 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-24 09:36:57 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-11-24 09:36:57 -0500
Started GET "/assets/pulitzer-0b75d516faa488e67cfe1ee30f1b0e20.js?body=1" for ::1 at 2015-11-24 09:36:57 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-24 09:36:57 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-11-24 09:36:57 -0500
Started GET "/assets/application-1ead5f80046e4491afdb3c46ad044e76.js?body=1" for ::1 at 2015-11-24 09:36:57 -0500
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=R5npm%2FsTk4l3fd86IRO%2FQGVn8psHT8P3j8tsKU%2FZKfK7meHom189jNlWP4FP3Q5QVRhOyotiS2668tbKaKdjDg%3D%3D" for ::1 at 2015-11-24 09:37:03 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"R5npm/sTk4l3fd86IRO/QGVn8psHT8P3j8tsKU/ZKfK7meHom189jNlWP4FP3Q5QVRhOyotiS2668tbKaKdjDg==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (9.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (46.2ms)
Completed 200 OK in 398ms (Views: 396.3ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-24 09:37:25 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"eM2gbAzQvurGd+WKCITpUm0CTbNeoLvNQ23dP/VT2UmEzagfbJwQ72hcBTFmSlhCXX3x4tKNM1R2VGfc0i2TtQ==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "asdfasdfasf"], ["updated_at", "2015-11-24 14:37:25.679497"], ["id", 5]]
[1m[36m (1.4ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.0ms)
Completed 200 OK in 50ms (Views: 28.1ms | ActiveRecord: 2.9ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=R5npm%2FsTk4l3fd86IRO%2FQGVn8psHT8P3j8tsKU%2FZKfK7meHom189jNlWP4FP3Q5QVRhOyotiS2668tbKaKdjDg%3D%3D" for ::1 at 2015-11-24 09:37:27 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"R5npm/sTk4l3fd86IRO/QGVn8psHT8P3j8tsKU/ZKfK7meHom189jNlWP4FP3Q5QVRhOyotiS2668tbKaKdjDg==", "post_id"=>"test", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (9.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (44.6ms)
Completed 200 OK in 62ms (Views: 60.7ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-24 09:53:15 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "test"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["version_id", 2], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (56.4ms)
Completed 200 OK in 145ms (Views: 136.3ms | ActiveRecord: 1.1ms)
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-24 09:53:16 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-24 09:53:16 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-24 09:53:16 -0500
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-24 09:53:16 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-24 09:53:16 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-11-24 09:53:16 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-11-24 09:53:16 -0500
Started GET "/assets/pulitzer-0b75d516faa488e67cfe1ee30f1b0e20.js?body=1" for ::1 at 2015-11-24 09:53:16 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-24 09:53:16 -0500
Started GET "/assets/application-1ead5f80046e4491afdb3c46ad044e76.js?body=1" for ::1 at 2015-11-24 09:53:16 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-11-24 09:53:16 -0500
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=b1vkriHoMa%2FoHBiJRBlSc9qdQGJ5B6NjpO2ql2k3cHSTW%2BzdQaSfqkY3%2BDIq1%2BNj6uL8M%2FUqK%2FqR1BB0Tkk6iA%3D%3D" for ::1 at 2015-11-24 09:53:17 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"b1vkriHoMa/oHBiJRBlSc9qdQGJ5B6NjpO2ql2k3cHSTW+zdQaSfqkY3+DIq1+Nj6uL8M/UqK/qR1BB0Tkk6iA==", "post_id"=>"test", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (10.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (52.5ms)
Completed 200 OK in 75ms (Views: 73.3ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-24 09:53:27 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"8NOx6+8LDqP1A2kVudeOQzA7amJBmvaZIUM3wd69EbYM07mYj0egplsoia7XGT9TAETWM823fgAUeo0i+cNbSg==", "content_element"=>{"title"=>"", "body"=>""}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35m (0.3ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", ""], ["updated_at", "2015-11-24 14:53:27.914887"], ["id", 5]]
[1m[35m (1535.3ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.7ms)
Completed 200 OK in 1565ms (Views: 24.4ms | ActiveRecord: 1536.5ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=b1vkriHoMa%2FoHBiJRBlSc9qdQGJ5B6NjpO2ql2k3cHSTW%2BzdQaSfqkY3%2BDIq1%2BNj6uL8M%2FUqK%2FqR1BB0Tkk6iA%3D%3D" for ::1 at 2015-11-24 09:53:32 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"b1vkriHoMa/oHBiJRBlSc9qdQGJ5B6NjpO2ql2k3cHSTW+zdQaSfqkY3+DIq1+Nj6uL8M/UqK/qR1BB0Tkk6iA==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (10.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (55.8ms)
Completed 200 OK in 75ms (Views: 74.3ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-24 10:05:15 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[1m[35mPulitzer::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (51.6ms)
Completed 200 OK in 113ms (Views: 106.2ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-24 10:05:16 -0500
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-24 10:05:16 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-24 10:05:16 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-24 10:05:16 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-24 10:05:16 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-11-24 10:05:16 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-11-24 10:05:16 -0500
Started GET "/assets/pulitzer-0b75d516faa488e67cfe1ee30f1b0e20.js?body=1" for ::1 at 2015-11-24 10:05:16 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-11-24 10:05:16 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-24 10:05:16 -0500
Started GET "/assets/application-1ead5f80046e4491afdb3c46ad044e76.js?body=1" for ::1 at 2015-11-24 10:05:16 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-11-24 10:05:16 -0500
Started GET "/assets/application-1ead5f80046e4491afdb3c46ad044e76.js?body=1" for ::1 at 2015-11-24 10:05:16 -0500
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-24 10:05:48 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"nBg7xHkm1Gq26bvkluQTFmFvhQyUHFMdA3KHCAAa7f9gGDO3GWp6bxjCW1/4KqIGURA5XRgx24Q2Sz3rJ2SnAw==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasdfasdfasdf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "asdfasdfasdfasdfasdf"], ["updated_at", "2015-11-24 15:05:48.565590"], ["id", 5]]
[1m[36m (33.9ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Completed 200 OK in 59ms (Views: 21.4ms | ActiveRecord: 34.5ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=ECttHN3MEX2UuiJnzyz2r4xLuScmQqMhtpHXpypoOEzsK2VvvYC%2FeDqRwtyh4ke%2FvDQFdqpvK7iDqG1EDRZysA%3D%3D" for ::1 at 2015-11-24 10:05:49 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"ECttHN3MEX2UuiJnzyz2r4xLuScmQqMhtpHXpypoOEzsK2VvvYC/eDqRwtyh4ke/vDQFdqpvK7iDqG1EDRZysA==", "post_id"=>"test", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (11.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (47.1ms)
Completed 200 OK in 64ms (Views: 63.0ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-24 10:05:54 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"FfTXFPU1vv7wd1QPsokPLIQu0mw5LYgXJufYtkKnjlnp9N9nlXkQ+15ctLTcR748tFFuPbUAAI4T3mJVZdnEpQ==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasdfasdfasdf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Completed 200 OK in 23ms (Views: 19.9ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=ECttHN3MEX2UuiJnzyz2r4xLuScmQqMhtpHXpypoOEzsK2VvvYC%2FeDqRwtyh4ke%2FvDQFdqpvK7iDqG1EDRZysA%3D%3D" for ::1 at 2015-11-24 10:05:55 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"ECttHN3MEX2UuiJnzyz2r4xLuScmQqMhtpHXpypoOEzsK2VvvYC/eDqRwtyh4ke/vDQFdqpvK7iDqG1EDRZysA==", "post_id"=>"test", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (8.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (43.8ms)
Completed 200 OK in 60ms (Views: 58.7ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-24 10:06:26 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "test"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["version_id", 2], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (36.5ms)
Completed 200 OK in 97ms (Views: 91.1ms | ActiveRecord: 0.8ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-24 10:06:26 -0500
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-24 10:06:26 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-24 10:06:26 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-24 10:06:26 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-11-24 10:06:26 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-11-24 10:06:26 -0500
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-24 10:06:26 -0500
Started GET "/assets/pulitzer-0b75d516faa488e67cfe1ee30f1b0e20.js?body=1" for ::1 at 2015-11-24 10:06:26 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-24 10:06:26 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-11-24 10:06:26 -0500
Started GET "/assets/application-1ead5f80046e4491afdb3c46ad044e76.js?body=1" for ::1 at 2015-11-24 10:06:26 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-11-24 10:06:27 -0500
Started GET "/assets/application-1ead5f80046e4491afdb3c46ad044e76.js?body=1" for ::1 at 2015-11-24 10:06:27 -0500
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=skCLpVgXucVPUNC7MFZoKEmXvpRA6jEB7R8QUyrsJKpOQIPWOFsXwOF7MABemNk4eegCxczHuZjYJqqwDZJuVg%3D%3D" for ::1 at 2015-11-24 10:06:28 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"skCLpVgXucVPUNC7MFZoKEmXvpRA6jEB7R8QUyrsJKpOQIPWOFsXwOF7MABemNk4eegCxczHuZjYJqqwDZJuVg==", "post_id"=>"test", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (10.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (46.8ms)
Completed 200 OK in 67ms (Views: 65.3ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-24 10:06:37 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"W+/B+Nf1W4apAa8MM1SsTyyifWFrt0G4v3BhrgGhVrin78mLt7n1gwcqT7ddmh1fHN3BMOeaySGKSdtNJt8cRA==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasdfasdfasdf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Completed 200 OK in 21ms (Views: 17.4ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=skCLpVgXucVPUNC7MFZoKEmXvpRA6jEB7R8QUyrsJKpOQIPWOFsXwOF7MABemNk4eegCxczHuZjYJqqwDZJuVg%3D%3D" for ::1 at 2015-11-24 10:06:38 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"skCLpVgXucVPUNC7MFZoKEmXvpRA6jEB7R8QUyrsJKpOQIPWOFsXwOF7MABemNk4eegCxczHuZjYJqqwDZJuVg==", "post_id"=>"test", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (47.1ms)
Completed 200 OK in 65ms (Views: 63.6ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-24 10:06:57 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "test"]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[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[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["version_id", 2], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (41.3ms)
Completed 200 OK in 112ms (Views: 100.6ms | ActiveRecord: 1.3ms)
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-24 10:06:58 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-24 10:06:58 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-24 10:06:58 -0500
Started GET "/assets/pulitzer-0b75d516faa488e67cfe1ee30f1b0e20.js?body=1" for ::1 at 2015-11-24 10:06:58 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-11-24 10:06:58 -0500
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-24 10:06:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-24 10:06:58 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-24 10:06:58 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-11-24 10:06:58 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-11-24 10:06:58 -0500
Started GET "/assets/application-1ead5f80046e4491afdb3c46ad044e76.js?body=1" for ::1 at 2015-11-24 10:06:58 -0500
Started GET "/assets/application-1ead5f80046e4491afdb3c46ad044e76.js?body=1" for ::1 at 2015-11-24 10:06:58 -0500
Started GET "/pulitzer/posts/test/content_elements/6/edit?authenticity_token=AJnA%2B4iM9RsfBHitMs%2BE8ROljWZivMGRu8%2FxxKVeF%2BP8mciI6MBbHrEvmBZcATXhI9oxN%2B6RSQiO9ksngiBdHw%3D%3D" for ::1 at 2015-11-24 10:07:02 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"AJnA+4iM9RsfBHitMs+E8ROljWZivMGRu8/xxKVeF+P8mciI6MBbHrEvmBZcATXhI9oxN+6RSQiO9ksngiBdHw==", "post_id"=>"test", "id"=>"6"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 6]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (654.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (688.6ms)
Completed 200 OK in 705ms (Views: 703.9ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/content_elements/6?authenticity_token=AJnA%2B4iM9RsfBHitMs%2BE8ROljWZivMGRu8%2FxxKVeF%2BP8mciI6MBbHrEvmBZcATXhI9oxN%2B6RSQiO9ksngiBdHw%3D%3D" for ::1 at 2015-11-24 10:07:05 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"AJnA+4iM9RsfBHitMs+E8ROljWZivMGRu8/xxKVeF+P8mciI6MBbHrEvmBZcATXhI9oxN+6RSQiO9ksngiBdHw==", "id"=>"6"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 6]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (23.9ms)
Completed 200 OK in 42ms (Views: 40.6ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=AJnA%2B4iM9RsfBHitMs%2BE8ROljWZivMGRu8%2FxxKVeF%2BP8mciI6MBbHrEvmBZcATXhI9oxN%2B6RSQiO9ksngiBdHw%3D%3D" for ::1 at 2015-11-24 10:07:06 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"AJnA+4iM9RsfBHitMs+E8ROljWZivMGRu8/xxKVeF+P8mciI6MBbHrEvmBZcATXhI9oxN+6RSQiO9ksngiBdHw==", "post_id"=>"test", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (7.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (43.0ms)
Completed 200 OK in 62ms (Views: 61.2ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-24 10:07:27 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"fzUKl/8siKr89vT+xFzj1qNytZfvmiJVCJUYDsda+kyDNQLkn2Amr1LdFEWqklLGkw0JxmO3qsw9rKLt4CSwsA==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasdfasdfasdfasdfasdfasdf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "asdfasdfasdfasdfasdfasdfasdfasdf"], ["updated_at", "2015-11-24 15:07:27.613030"], ["id", 5]]
[1m[35m (608.1ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Completed 200 OK in 635ms (Views: 22.0ms | ActiveRecord: 608.8ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=AJnA%2B4iM9RsfBHitMs%2BE8ROljWZivMGRu8%2FxxKVeF%2BP8mciI6MBbHrEvmBZcATXhI9oxN%2B6RSQiO9ksngiBdHw%3D%3D" for ::1 at 2015-11-24 10:07:30 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"AJnA+4iM9RsfBHitMs+E8ROljWZivMGRu8/xxKVeF+P8mciI6MBbHrEvmBZcATXhI9oxN+6RSQiO9ksngiBdHw==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (9.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (43.4ms)
Completed 200 OK in 61ms (Views: 60.1ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-24 10:07:41 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/fnrQrZcD5+rWpPSW2ySHfA+naA9gyyVl9kz/MDkvFoB+eMx1hChmgVxc2k1oiMNwEEh8bGupAyi4Ikf55r2pg==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasdfasdfasdfasdfasdfasdf
asdfasdfasfd
"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "asdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasfd
"], ["updated_at", "2015-11-24 15:07:41.492372"], ["id", 5]]
[1m[36m (154.0ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Completed 200 OK in 179ms (Views: 21.5ms | ActiveRecord: 154.7ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=AJnA%2B4iM9RsfBHitMs%2BE8ROljWZivMGRu8%2FxxKVeF%2BP8mciI6MBbHrEvmBZcATXhI9oxN%2B6RSQiO9ksngiBdHw%3D%3D" for ::1 at 2015-11-24 10:07:45 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"AJnA+4iM9RsfBHitMs+E8ROljWZivMGRu8/xxKVeF+P8mciI6MBbHrEvmBZcATXhI9oxN+6RSQiO9ksngiBdHw==", "post_id"=>"test", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (10.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (45.0ms)
Completed 200 OK in 64ms (Views: 62.6ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-24 10:07:51 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"2EzllbQ8q4FFNQDlg4rs8CAvnanr3OrdFuNeNWLg21gkTO3m1HAFhOse4F7tRF3gEFAh+GfxYkQj2uTWRZ6RpA==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasfd
adsfasfasfaf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "asdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasfd
adsfasfasfaf"], ["updated_at", "2015-11-24 15:07:51.730297"], ["id", 5]]
[1m[35m (3.7ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.6ms)
Completed 200 OK in 30ms (Views: 22.0ms | ActiveRecord: 4.5ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=AJnA%2B4iM9RsfBHitMs%2BE8ROljWZivMGRu8%2FxxKVeF%2BP8mciI6MBbHrEvmBZcATXhI9oxN%2B6RSQiO9ksngiBdHw%3D%3D" for ::1 at 2015-11-24 10:08:21 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"AJnA+4iM9RsfBHitMs+E8ROljWZivMGRu8/xxKVeF+P8mciI6MBbHrEvmBZcATXhI9oxN+6RSQiO9ksngiBdHw==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (13.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (58.9ms)
Completed 200 OK in 84ms (Views: 82.5ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-24 10:08:30 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"fGSW1Fj+60kurmEUXA19fIOZehyhvZlVRo8QzfjJ21uAZJ6nOLJFTICFga8yw8xss+bGTS2QEcxztqou37eRpw==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasfd
adsfasfasfaf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.2ms)
Completed 200 OK in 27ms (Views: 22.2ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-24 10:09:16 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (10.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (81.4ms)
Completed 200 OK in 593ms (Views: 223.7ms | ActiveRecord: 2.9ms)
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-24 10:09:17 -0500
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-24 10:09:17 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-24 10:09:17 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-11-24 10:09:17 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-24 10:09:17 -0500
Started GET "/assets/pulitzer-7b2cc8bfab0b97c4d36a3d28e04ac0be.js?body=1" for ::1 at 2015-11-24 10:09:17 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-24 10:09:17 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-11-24 10:09:17 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-24 10:09:17 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-11-24 10:09:17 -0500
Started GET "/assets/application-11549d333325efd1c34f2c132193aeb1.js?body=1" for ::1 at 2015-11-24 10:09:17 -0500
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=SX3xpIBUpk3F7QM3InPN1ZYTtqo9PdkNPkIKOEII6cS1ffnX4BgISGvG44xMvXzFpmwK%2B7EQUZQLe7DbZXajOA%3D%3D" for ::1 at 2015-11-24 10:09:20 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"SX3xpIBUpk3F7QM3InPN1ZYTtqo9PdkNPkIKOEII6cS1ffnX4BgISGvG44xMvXzFpmwK+7EQUZQLe7DbZXajOA==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (12.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (149.1ms)
Completed 200 OK in 167ms (Views: 165.9ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-24 10:09:26 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"sH1N93sJm3GwaHC3qsMPCsq5/I29vM4CgWzMk2npRehMfUWEG0U1dB5DkAzEDb4a+sZA3DGRRpu0VXZwTpcPFA==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasfd
adsfasfasfaf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "asdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasfd
adsfasfasfaf"], ["updated_at", "2015-11-24 15:09:26.805406"], ["id", 5]]
[1m[36m (0.5ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (7.0ms)
Completed 200 OK in 34ms (Views: 26.2ms | ActiveRecord: 1.7ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=SX3xpIBUpk3F7QM3InPN1ZYTtqo9PdkNPkIKOEII6cS1ffnX4BgISGvG44xMvXzFpmwK%2B7EQUZQLe7DbZXajOA%3D%3D" for ::1 at 2015-11-24 10:09:28 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"SX3xpIBUpk3F7QM3InPN1ZYTtqo9PdkNPkIKOEII6cS1ffnX4BgISGvG44xMvXzFpmwK+7EQUZQLe7DbZXajOA==", "post_id"=>"test", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.4ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (9.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (48.6ms)
Completed 200 OK in 67ms (Views: 64.7ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-24 10:09:55 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (9.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (82.1ms)
Completed 200 OK in 360ms (Views: 179.9ms | ActiveRecord: 2.8ms)
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-24 10:09:55 -0500
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-24 10:09:55 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-24 10:09:55 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-24 10:09:55 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-24 10:09:56 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-11-24 10:09:56 -0500
Started GET "/assets/pulitzer-7b2cc8bfab0b97c4d36a3d28e04ac0be.js?body=1" for ::1 at 2015-11-24 10:09:56 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-11-24 10:09:56 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-11-24 10:09:56 -0500
Started GET "/assets/application-11549d333325efd1c34f2c132193aeb1.js?body=1" for ::1 at 2015-11-24 10:09:56 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-24 10:09:56 -0500
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=0wpz2tAl2zaauvvv0ASyfXHtpdgCwWU971k%2B4OuTZrsvCnupsGl1MzSRG1S%2BygNtQZIZiY7s7aTaYIQDzO0sRw%3D%3D" for ::1 at 2015-11-24 10:10:09 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"0wpz2tAl2zaauvvv0ASyfXHtpdgCwWU971k+4OuTZrsvCnupsGl1MzSRG1S+ygNtQZIZiY7s7aTaYIQDzO0sRw==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (10.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (56.6ms)
Completed 200 OK in 78ms (Views: 75.1ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-24 10:10:14 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"M6d3OFFMcbOerLkOQwvHnWNR2z9RdO9rDjBKNBj2mLLPp39LMQDftjCHWbUtxXaNUy5nbt1ZZ/I7CfDXP4jSTg==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasfd
adsfasfasfafasdfasdfas"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "asdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasfd
adsfasfasfafasdfasdfas"], ["updated_at", "2015-11-24 15:10:14.917765"], ["id", 5]]
[1m[36m (124.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (6.2ms)
Completed 200 OK in 158ms (Views: 25.4ms | ActiveRecord: 126.1ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=0wpz2tAl2zaauvvv0ASyfXHtpdgCwWU971k%2B4OuTZrsvCnupsGl1MzSRG1S%2BygNtQZIZiY7s7aTaYIQDzO0sRw%3D%3D" for ::1 at 2015-11-24 10:10:16 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"0wpz2tAl2zaauvvv0ASyfXHtpdgCwWU971k+4OuTZrsvCnupsGl1MzSRG1S+ygNtQZIZiY7s7aTaYIQDzO0sRw==", "post_id"=>"test", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (8.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (43.8ms)
Completed 200 OK in 64ms (Views: 61.2ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-24 10:10:33 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "test"]]
[1m[35mPulitzer::Version Load (0.3ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.5ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["version_id", 2], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (44.8ms)
Completed 200 OK in 128ms (Views: 118.5ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-24 10:10:33 -0500
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-24 10:10:33 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-24 10:10:33 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-24 10:10:33 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-24 10:10:33 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-11-24 10:10:33 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-11-24 10:10:33 -0500
Started GET "/assets/pulitzer-7b2cc8bfab0b97c4d36a3d28e04ac0be.js?body=1" for ::1 at 2015-11-24 10:10:33 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-24 10:10:33 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-11-24 10:10:33 -0500
Started GET "/assets/application-11549d333325efd1c34f2c132193aeb1.js?body=1" for ::1 at 2015-11-24 10:10:33 -0500
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-24 10:10:40 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (9.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (12.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.8ms)
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (8.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (422.4ms)
Completed 200 OK in 695ms (Views: 512.5ms | ActiveRecord: 3.1ms)
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-24 10:10:41 -0500
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-24 10:10:41 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-24 10:10:41 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-24 10:10:41 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-24 10:10:41 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-11-24 10:10:41 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-11-24 10:10:41 -0500
Started GET "/assets/pulitzer-7b2cc8bfab0b97c4d36a3d28e04ac0be.js?body=1" for ::1 at 2015-11-24 10:10:41 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-24 10:10:41 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-11-24 10:10:41 -0500
Started GET "/assets/application-11549d333325efd1c34f2c132193aeb1.js?body=1" for ::1 at 2015-11-24 10:10:41 -0500
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=R5m3OuIE3CJZ3%2F2GJQgJ%2FAt4tWV%2FJf264p0eLaWnemm7mb9JgkhyJ%2Ff0HT1LxrjsOwcJNPMIdSPXpKTOgtkwlQ%3D%3D" for ::1 at 2015-11-24 10:10:44 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"R5m3OuIE3CJZ3/2GJQgJ/At4tWV/Jf264p0eLaWnemm7mb9JgkhyJ/f0HT1LxrjsOwcJNPMIdSPXpKTOgtkwlQ==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (9.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (51.9ms)
Completed 200 OK in 70ms (Views: 68.2ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-24 10:10:52 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"k9hrKDDsnGYjgBpeWZtPMUqDgDInlLsC7uo7IEgQVmhv2GNbUKAyY42r+uU3Vf4hevw8Y6u5M5vb04HDb24clA==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasfd
adsfasfasfafasdfasdfasasdfasfasdfafasfasdfaf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "asdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasfd
adsfasfasfafasdfasdfasasdfasfasdfafasfasdfaf"], ["updated_at", "2015-11-24 15:10:52.171175"], ["id", 5]]
[1m[36m (364.2ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (7.6ms)
Completed 200 OK in 407ms (Views: 35.9ms | ActiveRecord: 365.3ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=R5m3OuIE3CJZ3%2F2GJQgJ%2FAt4tWV%2FJf264p0eLaWnemm7mb9JgkhyJ%2Ff0HT1LxrjsOwcJNPMIdSPXpKTOgtkwlQ%3D%3D" for ::1 at 2015-11-24 10:10:53 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"R5m3OuIE3CJZ3/2GJQgJ/At4tWV/Jf264p0eLaWnemm7mb9JgkhyJ/f0HT1LxrjsOwcJNPMIdSPXpKTOgtkwlQ==", "post_id"=>"test", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (8.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (45.0ms)
Completed 200 OK in 65ms (Views: 62.3ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-24 10:10:56 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"TRAXOsvNiL1Muev/0GV6/q4feBFKGOpHlbC+sj6QG8GxEB9Jq4EmuOKSC0S+q8vunmDEQMY1Yt6giQRRGe5RPQ==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasfd
adsfasfasfafasdfasdfasasdfasfasdfafasfasdfaf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.2ms)
Completed 200 OK in 26ms (Views: 20.8ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=R5m3OuIE3CJZ3%2F2GJQgJ%2FAt4tWV%2FJf264p0eLaWnemm7mb9JgkhyJ%2Ff0HT1LxrjsOwcJNPMIdSPXpKTOgtkwlQ%3D%3D" for ::1 at 2015-11-24 10:10:58 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"R5m3OuIE3CJZ3/2GJQgJ/At4tWV/Jf264p0eLaWnemm7mb9JgkhyJ/f0HT1LxrjsOwcJNPMIdSPXpKTOgtkwlQ==", "post_id"=>"test", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (10.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (46.3ms)
Completed 200 OK in 65ms (Views: 62.9ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-24 10:11:09 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"1bN62eV32QjbBypcdmSjvExx8WbxbQaXtgeX+bGnpOops3KqhTt3DXUsyucYqhKsfA5NN31Ajg6DPi0altnuFg==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasfd
adsfasfasfafasdfasdfasasdfasfasdfafasfasdfaf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "asdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasfd
adsfasfasfafasdfasdfasasdfasfasdfafasfasdfaf"], ["updated_at", "2015-11-24 15:11:09.300898"], ["id", 5]]
[1m[35m (352.5ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.7ms)
Completed 200 OK in 384ms (Views: 25.4ms | ActiveRecord: 353.7ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=R5m3OuIE3CJZ3%2F2GJQgJ%2FAt4tWV%2FJf264p0eLaWnemm7mb9JgkhyJ%2Ff0HT1LxrjsOwcJNPMIdSPXpKTOgtkwlQ%3D%3D" for ::1 at 2015-11-24 10:11:10 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"R5m3OuIE3CJZ3/2GJQgJ/At4tWV/Jf264p0eLaWnemm7mb9JgkhyJ/f0HT1LxrjsOwcJNPMIdSPXpKTOgtkwlQ==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (47.6ms)
Completed 200 OK in 97ms (Views: 94.6ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-24 10:16:40 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (48.0ms)
Completed 200 OK in 122ms (Views: 113.9ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-24 10:16:40 -0500
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-24 10:16:40 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-24 10:16:40 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-11-24 10:16:40 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-24 10:16:40 -0500
Started GET "/assets/pulitzer-7b2cc8bfab0b97c4d36a3d28e04ac0be.js?body=1" for ::1 at 2015-11-24 10:16:40 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-24 10:16:40 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-11-24 10:16:40 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-24 10:16:40 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-11-24 10:16:40 -0500
Started GET "/assets/application-11549d333325efd1c34f2c132193aeb1.js?body=1" for ::1 at 2015-11-24 10:16:40 -0500
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=ZcUNuRoT0kF9CvIjBNsb5ewbJt%2FFWmn33bk3w3wWNauZxQXKel98RNMhEphqFar13GSajkl34W7ogI0gW2h%2FVw%3D%3D" for ::1 at 2015-11-24 10:16:42 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"ZcUNuRoT0kF9CvIjBNsb5ewbJt/FWmn33bk3w3wWNauZxQXKel98RNMhEphqFar13GSajkl34W7ogI0gW2h/Vw==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (11.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (1722.3ms)
Completed 200 OK in 1740ms (Views: 1738.5ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-24 10:17:00 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (8.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (78.8ms)
Completed 200 OK in 522ms (Views: 196.9ms | ActiveRecord: 2.6ms)
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-24 10:17:01 -0500
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-24 10:17:01 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-24 10:17:01 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-24 10:17:01 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-24 10:17:01 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-11-24 10:17:01 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-11-24 10:17:01 -0500
Started GET "/assets/pulitzer-7b2cc8bfab0b97c4d36a3d28e04ac0be.js?body=1" for ::1 at 2015-11-24 10:17:01 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-24 10:17:01 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-11-24 10:17:01 -0500
Started GET "/assets/application-11549d333325efd1c34f2c132193aeb1.js?body=1" for ::1 at 2015-11-24 10:17:01 -0500
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=m%2BbYG0wna0SrMsa4y4JdBPJsGkujbiBD1PhsNkffrXpn5tBoLGvFQQUZJgOlTOwUwhOmGi9DqNrhwdbVYKHnhg%3D%3D" for ::1 at 2015-11-24 10:17:02 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"m+bYG0wna0SrMsa4y4JdBPJsGkujbiBD1PhsNkffrXpn5tBoLGvFQQUZJgOlTOwUwhOmGi9DqNrhwdbVYKHnhg==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (12.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (167.5ms)
Completed 200 OK in 185ms (Views: 183.2ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-24 10:17:07 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"+M1u28BVwLcVWOeLNMvbD7KpSI8nyMSfol47ttHtvnQEzWaooBlusrtzBzBaBWofgtb03qvlTAaXZ4FV9pP0iA==", "content_element"=>{"title"=>"", "body"=>""}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", ""], ["updated_at", "2015-11-24 15:17:07.836725"], ["id", 5]]
[1m[36m (0.6ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (6.8ms)
Completed 200 OK in 33ms (Views: 26.1ms | ActiveRecord: 1.9ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=m%2BbYG0wna0SrMsa4y4JdBPJsGkujbiBD1PhsNkffrXpn5tBoLGvFQQUZJgOlTOwUwhOmGi9DqNrhwdbVYKHnhg%3D%3D" for ::1 at 2015-11-24 10:17:11 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"m+bYG0wna0SrMsa4y4JdBPJsGkujbiBD1PhsNkffrXpn5tBoLGvFQQUZJgOlTOwUwhOmGi9DqNrhwdbVYKHnhg==", "post_id"=>"test", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (8.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (44.7ms)
Completed 200 OK in 61ms (Views: 59.7ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-24 10:17:17 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"c0JZbsERBAhYG81WF88IbCZgQuwp6pkYlvnm+Q717SmPQlEdoV2qDfYwLe15Abl8Fh/+vaXHEYGjwFwaKYun1Q==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "asdfasdfasf"], ["updated_at", "2015-11-24 15:17:17.808422"], ["id", 5]]
[1m[35m (1968.7ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.2ms)
Completed 200 OK in 2002ms (Views: 26.3ms | ActiveRecord: 1969.6ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=m%2BbYG0wna0SrMsa4y4JdBPJsGkujbiBD1PhsNkffrXpn5tBoLGvFQQUZJgOlTOwUwhOmGi9DqNrhwdbVYKHnhg%3D%3D" for ::1 at 2015-11-24 10:17:21 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"m+bYG0wna0SrMsa4y4JdBPJsGkujbiBD1PhsNkffrXpn5tBoLGvFQQUZJgOlTOwUwhOmGi9DqNrhwdbVYKHnhg==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (8.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (51.2ms)
Completed 200 OK in 70ms (Views: 68.4ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-24 10:17:25 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"i6WcnXo1k5uON8qb3FbXFMOgjivGAptScnqpl5gcAnp3pZTuGnk9niAcKiCymGYE898yekovE8tHQxN0v2JIhg==", "content_element"=>{"title"=>"", "body"=>"asdfasdfasf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "asdfasdfasf"], ["updated_at", "2015-11-24 15:17:25.555349"], ["id", 5]]
[1m[36m (355.3ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.5ms)
Completed 200 OK in 389ms (Views: 25.9ms | ActiveRecord: 356.5ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=m%2BbYG0wna0SrMsa4y4JdBPJsGkujbiBD1PhsNkffrXpn5tBoLGvFQQUZJgOlTOwUwhOmGi9DqNrhwdbVYKHnhg%3D%3D" for ::1 at 2015-11-24 10:19:25 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"m+bYG0wna0SrMsa4y4JdBPJsGkujbiBD1PhsNkffrXpn5tBoLGvFQQUZJgOlTOwUwhOmGi9DqNrhwdbVYKHnhg==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (10.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (81.4ms)
Completed 200 OK in 157ms (Views: 107.2ms | ActiveRecord: 0.8ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-24 10:19:28 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"2h8XHOtbUIoCFByay7M/jcYNBoUi06iBqlsUnmmtRvsmHx9vixf+j6w//CGlfY6d9nK61K7+IBifYq59TtMMBw==", "content_element"=>{"title"=>"", "body"=>""}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", ""], ["updated_at", "2015-11-24 15:19:28.932237"], ["id", 5]]
[1m[36m (0.7ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (49.7ms)
Completed 200 OK in 82ms (Views: 73.8ms | ActiveRecord: 2.5ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=m%2BbYG0wna0SrMsa4y4JdBPJsGkujbiBD1PhsNkffrXpn5tBoLGvFQQUZJgOlTOwUwhOmGi9DqNrhwdbVYKHnhg%3D%3D" for ::1 at 2015-11-24 10:19:34 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"m+bYG0wna0SrMsa4y4JdBPJsGkujbiBD1PhsNkffrXpn5tBoLGvFQQUZJgOlTOwUwhOmGi9DqNrhwdbVYKHnhg==", "post_id"=>"test", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (55.5ms)
Completed 200 OK in 75ms (Views: 73.6ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/5" for ::1 at 2015-11-24 10:24:47 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"fdMZ/ALzrkc+liRjVg0c+ltyyVeAviDMLDWBEed+F0OB0xGPYr8AQpC9xNg4w63qaw11BgyTqFUZDDvywABdvw==", "content_element"=>{"title"=>"", "body"=>"what's going on"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"5"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 5]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "what's going on"], ["updated_at", "2015-11-24 15:24:47.708473"], ["id", 5]]
[1m[35m (1.0ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
Completed 200 OK in 37ms (Views: 29.7ms | ActiveRecord: 1.8ms)
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=m%2BbYG0wna0SrMsa4y4JdBPJsGkujbiBD1PhsNkffrXpn5tBoLGvFQQUZJgOlTOwUwhOmGi9DqNrhwdbVYKHnhg%3D%3D" for ::1 at 2015-11-24 10:24:49 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"m+bYG0wna0SrMsa4y4JdBPJsGkujbiBD1PhsNkffrXpn5tBoLGvFQQUZJgOlTOwUwhOmGi9DqNrhwdbVYKHnhg==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (13.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (420.6ms)
Completed 200 OK in 441ms (Views: 439.7ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-24 10:24:53 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.9ms)
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (58.0ms)
Completed 200 OK in 816ms (Views: 190.3ms | ActiveRecord: 1.9ms)
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-24 10:24:54 -0500
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-24 10:24:54 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-24 10:24:54 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-24 10:24:54 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-24 10:24:54 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-11-24 10:24:54 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-11-24 10:24:54 -0500
Started GET "/assets/pulitzer-7b2cc8bfab0b97c4d36a3d28e04ac0be.js?body=1" for ::1 at 2015-11-24 10:24:54 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-24 10:24:55 -0500
Started GET "/assets/application-11549d333325efd1c34f2c132193aeb1.js?body=1" for ::1 at 2015-11-24 10:24:55 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-11-24 10:24:55 -0500
Started GET "/pulitzer/posts/test/content_elements/5/edit?authenticity_token=DSIwpLkyPCd%2FHZzvJ%2FHtob0S1hkLQ1dBSXLHgJL1GwXxIjjX2X6SItE2fFRJP1yxjW1qSIdu39h8S31jtYtR%2BQ%3D%3D" for ::1 at 2015-11-24 10:24:57 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"DSIwpLkyPCd/HZzvJ/Htob0S1hkLQ1dBSXLHgJL1GwXxIjjX2X6SItE2fFRJP1yxjW1qSIdu39h8S31jtYtR+Q==", "post_id"=>"test", "id"=>"5"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (8.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (44.5ms)
Completed 200 OK in 61ms (Views: 59.1ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-24 10:25:08 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (37.6ms)
Completed 200 OK in 120ms (Views: 109.0ms | ActiveRecord: 1.0ms)
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-24 10:25:09 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-24 10:25:09 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-24 10:25:09 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-24 10:25:09 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-11-24 10:25:09 -0500
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-24 10:25:09 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-11-24 10:25:09 -0500
Started GET "/assets/pulitzer-7b2cc8bfab0b97c4d36a3d28e04ac0be.js?body=1" for ::1 at 2015-11-24 10:25:09 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-24 10:25:09 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-11-24 10:25:09 -0500
Started GET "/assets/application-11549d333325efd1c34f2c132193aeb1.js?body=1" for ::1 at 2015-11-24 10:25:09 -0500
Started GET "/pulitzer/posts/test/content_elements" for ::1 at 2015-11-24 10:25:17 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"test"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "test"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 2], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 2], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 2], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 2], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.6ms)
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 2], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (45.2ms)
Completed 200 OK in 129ms (Views: 121.8ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-24 10:25:18 -0500
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-24 10:25:18 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-24 10:25:18 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-24 10:25:18 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-24 10:25:18 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-11-24 10:25:18 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-11-24 10:25:18 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-24 10:25:18 -0500
Started GET "/assets/pulitzer-7b2cc8bfab0b97c4d36a3d28e04ac0be.js?body=1" for ::1 at 2015-11-24 10:25:18 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-11-24 10:25:18 -0500
Started GET "/assets/application-11549d333325efd1c34f2c132193aeb1.js?body=1" for ::1 at 2015-11-24 10:25:18 -0500
Started GET "/pulitzer/posts?post_type_id=6" for ::1 at 2015-11-24 10:33:25 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"6"}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 6]]
Completed 404 Not Found in 2ms (ActiveRecord: 0.1ms)
ActiveRecord::RecordNotFound (Couldn't find Pulitzer::PostType with 'id'=6):
activerecord (4.2.5) lib/active_record/core.rb:155:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/posts_controller.rb:5:in `index'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (63.9ms)
Started GET "/pulitzer/posts?post_type_id=6" for ::1 at 2015-11-24 10:36:16 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"6"}
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 6]]
Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)
ActiveRecord::RecordNotFound (Couldn't find Pulitzer::PostType with 'id'=6):
activerecord (4.2.5) lib/active_record/core.rb:155:in `find'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/posts_controller.rb:5:in `index'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (57.2ms)
Started GET "/pulitzer/" for ::1 at 2015-11-24 13:03:49 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.7ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.4ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::Post Load (0.6ms)[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", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (2.0ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.3ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (8.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (12.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (101.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (106.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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (9.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (11.6ms)
[1m[36mPulitzer::PostTypeContentElementType Load (0.6ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 4]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.0ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (7.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (11.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (13.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (11.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (13.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (7.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (7.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (821.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (824.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (968.2ms)
Completed 200 OK in 1376ms (Views: 1342.4ms | ActiveRecord: 8.0ms)
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-24 13:03:51 -0500
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-24 13:03:51 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-24 13:03:52 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-24 13:03:52 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-11-24 13:03:52 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-11-24 13:03:52 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-24 13:03:52 -0500
Started GET "/assets/pulitzer-7b2cc8bfab0b97c4d36a3d28e04ac0be.js?body=1" for ::1 at 2015-11-24 13:03:52 -0500
Started GET "/assets/application-11549d333325efd1c34f2c132193aeb1.js?body=1" for ::1 at 2015-11-24 13:03:52 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-11-24 13:03:52 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-24 13:03:52 -0500
Started GET "/pulitzer/posts?post_type_id=4" for ::1 at 2015-11-24 13:03:56 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"4"}
[1m[36mPulitzer::PostType Load (1.0ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 4]]
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 4
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (9.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (16.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (52.6ms)
Completed 200 OK in 205ms (Views: 188.1ms | ActiveRecord: 1.3ms)
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-24 13:03:58 -0500
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-24 13:03:58 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-24 13:03:58 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-24 13:03:58 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-24 13:03:58 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-11-24 13:03:58 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-11-24 13:03:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-24 13:03:58 -0500
Started GET "/assets/application-11549d333325efd1c34f2c132193aeb1.js?body=1" for ::1 at 2015-11-24 13:03:58 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-11-24 13:03:58 -0500
Started GET "/assets/pulitzer-7b2cc8bfab0b97c4d36a3d28e04ac0be.js?body=1" for ::1 at 2015-11-24 13:03:58 -0500
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-24 13:04:11 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (0.6ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.4ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.5ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (11.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.1ms)
[1m[35mPulitzer::ContentElement Load (0.8ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 4], ["kind", 0]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (25.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (31.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (12.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (15.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.7ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.3ms)
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.0ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (15.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (21.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (11.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (14.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (13.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (23.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (9.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (16.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (19.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.1ms)
[1m[36mCACHE (0.5ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (14.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (18.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (12.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (16.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (8.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (15.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (19.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["version_id", 4], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (2140.1ms)
Completed 200 OK in 2560ms (Views: 2222.8ms | ActiveRecord: 6.0ms)
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-24 13:04:15 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-24 13:04:15 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-24 13:04:15 -0500
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-24 13:04:15 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-24 13:04:15 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-11-24 13:04:15 -0500
Started GET "/assets/pulitzer-7b2cc8bfab0b97c4d36a3d28e04ac0be.js?body=1" for ::1 at 2015-11-24 13:04:15 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-11-24 13:04:15 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-24 13:04:15 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-11-24 13:04:15 -0500
Started GET "/assets/application-11549d333325efd1c34f2c132193aeb1.js?body=1" for ::1 at 2015-11-24 13:04:15 -0500
Started PATCH "/pulitzer/content_elements/22" for ::1 at 2015-11-24 13:08:01 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"IXXHX5kSZHRP0ceyoiAVOU4TJJjtBIzrHnO+Bzslf9fddc8s+V7KceH6JwnM7qQpfmyYyWEpBHIrSgTkHFs1Kw==", "content_element"=>{"title"=>"", "body"=>"any word"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"22"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 22]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.6ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", ""], ["body", "any word"], ["updated_at", "2015-11-24 18:08:01.126416"], ["id", 22]]
[1m[35m (0.7ms)[0m commit 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[35mPulitzer::Version Load (0.4ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (6.2ms)
Completed 200 OK in 37ms (Views: 27.7ms | ActiveRecord: 2.4ms)
Started GET "/pulitzer/posts/va/content_elements/22/edit?authenticity_token=ilwFbRRU3wA1cgJ4oEnRdtwELapoqHIhbdI%2FpId583B2XA0edBhxBZtZ4sPOh2Bm7HuR%2B%2BSF%2BrhY64VHoAe5jA%3D%3D" for ::1 at 2015-11-24 13:08:06 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"ilwFbRRU3wA1cgJ4oEnRdtwELapoqHIhbdI/pId583B2XA0edBhxBZtZ4sPOh2Bm7HuR++SF+rhY64VHoAe5jA==", "post_id"=>"va", "id"=>"22"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 22]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (12.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (62.1ms)
Completed 200 OK in 112ms (Views: 109.0ms | ActiveRecord: 0.4ms)
Started PATCH "/pulitzer/content_elements/22" for ::1 at 2015-11-24 13:08:20 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"lN6OYn3wMQ0SAB5vpSDcoSIYP8xoyAC76ZjnppEl359o3oYRHbyfCLwr/tTL7m2xEmeDneTliCLcoV1FtluVYw==", "content_element"=>{"title"=>"", "body"=>"any wordanother word"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"22"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 22]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "any wordanother word"], ["updated_at", "2015-11-24 18:08:20.414976"], ["id", 22]]
[1m[36m (0.9ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 4]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.9ms)
Completed 200 OK in 34ms (Views: 25.3ms | ActiveRecord: 2.0ms)
Started GET "/pulitzer/posts/va/content_elements/22/edit?authenticity_token=ilwFbRRU3wA1cgJ4oEnRdtwELapoqHIhbdI%2FpId583B2XA0edBhxBZtZ4sPOh2Bm7HuR%2B%2BSF%2BrhY64VHoAe5jA%3D%3D" for ::1 at 2015-11-24 13:08:22 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"ilwFbRRU3wA1cgJ4oEnRdtwELapoqHIhbdI/pId583B2XA0edBhxBZtZ4sPOh2Bm7HuR++SF+rhY64VHoAe5jA==", "post_id"=>"va", "id"=>"22"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 22]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (14.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (52.8ms)
Completed 200 OK in 72ms (Views: 70.6ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/22" for ::1 at 2015-11-24 13:08:33 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"gwVS9IBl8r8Ol18iknWRX1KlpVAJkidkfY1XG+RpPOF/BVqH4ClcuqC8v5n8uyBPYtoZAYW/r/1ItO34wxd2HQ==", "content_element"=>{"title"=>"", "body"=>""}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"22"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 22]]
[1m[35m (0.3ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", ""], ["updated_at", "2015-11-24 18:08:33.614709"], ["id", 22]]
[1m[35m (43.5ms)[0m commit transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (8.4ms)
Completed 200 OK in 77ms (Views: 28.3ms | ActiveRecord: 44.6ms)
Started GET "/pulitzer/posts/va/content_elements/22/edit?authenticity_token=ilwFbRRU3wA1cgJ4oEnRdtwELapoqHIhbdI%2FpId583B2XA0edBhxBZtZ4sPOh2Bm7HuR%2B%2BSF%2BrhY64VHoAe5jA%3D%3D" for ::1 at 2015-11-24 13:08:35 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"ilwFbRRU3wA1cgJ4oEnRdtwELapoqHIhbdI/pId583B2XA0edBhxBZtZ4sPOh2Bm7HuR++SF+rhY64VHoAe5jA==", "post_id"=>"va", "id"=>"22"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 22]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (9.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (46.6ms)
Completed 200 OK in 69ms (Views: 65.6ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/22" for ::1 at 2015-11-24 13:08:45 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"L9wJT0yZ6Ojg/561YSP5MCA5TooR9WdrFWwenGEuK43T3AE8LNVG7U7Ufg4P7UggEEby253Y7/IgVaR/RlBhcQ==", "content_element"=>{"title"=>"", "body"=>"another word"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"22"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 22]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "another word"], ["updated_at", "2015-11-24 18:08:45.402194"], ["id", 22]]
[1m[36m (344.2ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 4]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.2ms)
Completed 200 OK in 371ms (Views: 22.2ms | ActiveRecord: 345.2ms)
Started GET "/pulitzer/posts/va/content_elements/22/edit?authenticity_token=ilwFbRRU3wA1cgJ4oEnRdtwELapoqHIhbdI%2FpId583B2XA0edBhxBZtZ4sPOh2Bm7HuR%2B%2BSF%2BrhY64VHoAe5jA%3D%3D" for ::1 at 2015-11-24 13:08:46 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"ilwFbRRU3wA1cgJ4oEnRdtwELapoqHIhbdI/pId583B2XA0edBhxBZtZ4sPOh2Bm7HuR++SF+rhY64VHoAe5jA==", "post_id"=>"va", "id"=>"22"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 22]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (44.4ms)
Completed 200 OK in 65ms (Views: 63.1ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/22" for ::1 at 2015-11-24 13:09:06 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"dXvCap71qZgA6nzRmxQ1y9q2mZXJ+Irifxqz299eKW2Je8oZ/rkHna7BnGr12oTb6sklxEXVAntKIwk4+CBjkQ==", "content_element"=>{"title"=>"", "body"=>"another word"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"22"}
[1m[36mPulitzer::ContentElement Load (0.4ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 22]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 4]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Completed 200 OK in 25ms (Views: 21.9ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/posts/va/content_elements/22/edit?authenticity_token=ilwFbRRU3wA1cgJ4oEnRdtwELapoqHIhbdI%2FpId583B2XA0edBhxBZtZ4sPOh2Bm7HuR%2B%2BSF%2BrhY64VHoAe5jA%3D%3D" for ::1 at 2015-11-24 13:09:07 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"ilwFbRRU3wA1cgJ4oEnRdtwELapoqHIhbdI/pId583B2XA0edBhxBZtZ4sPOh2Bm7HuR++SF+rhY64VHoAe5jA==", "post_id"=>"va", "id"=>"22"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 22]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (9.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (46.7ms)
Completed 200 OK in 65ms (Views: 63.7ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/22" for ::1 at 2015-11-24 13:09:12 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"0q5KrGy2+AjvXLPhJeJY/JRovTS+GUU359rj5DXqy0YurkLfDPpWDUF3U1pLLOnspBcBZTI0za7S41kHEpSBug==", "content_element"=>{"title"=>"", "body"=>"another word"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"22"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 22]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mUPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["body", "another word"], ["updated_at", "2015-11-24 18:09:12.898603"], ["id", 22]]
[1m[35m (574.8ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.3ms)
Completed 200 OK in 620ms (Views: 36.9ms | ActiveRecord: 575.9ms)
Started GET "/pulitzer/posts/va/content_elements/22/edit?authenticity_token=ilwFbRRU3wA1cgJ4oEnRdtwELapoqHIhbdI%2FpId583B2XA0edBhxBZtZ4sPOh2Bm7HuR%2B%2BSF%2BrhY64VHoAe5jA%3D%3D" for ::1 at 2015-11-24 13:09:15 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"ilwFbRRU3wA1cgJ4oEnRdtwELapoqHIhbdI/pId583B2XA0edBhxBZtZ4sPOh2Bm7HuR++SF+rhY64VHoAe5jA==", "post_id"=>"va", "id"=>"22"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 22]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (9.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (45.3ms)
Completed 200 OK in 67ms (Views: 64.6ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/22" for ::1 at 2015-11-24 13:09:21 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"U7fz2jKNswMr7plvYc65Y8ruWQ6C6plYsiwA+/2hoGuvt/upUsEdBoXFedQPAAhz+pHlXw7HEcGHFboY2t/qlw==", "content_element"=>{"title"=>"", "body"=>"another word"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"22"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 22]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.5ms)
Completed 200 OK in 23ms (Views: 19.6ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/va/content_elements/22/edit?authenticity_token=ilwFbRRU3wA1cgJ4oEnRdtwELapoqHIhbdI%2FpId583B2XA0edBhxBZtZ4sPOh2Bm7HuR%2B%2BSF%2BrhY64VHoAe5jA%3D%3D" for ::1 at 2015-11-24 13:09:22 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"ilwFbRRU3wA1cgJ4oEnRdtwELapoqHIhbdI/pId583B2XA0edBhxBZtZ4sPOh2Bm7HuR++SF+rhY64VHoAe5jA==", "post_id"=>"va", "id"=>"22"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 22]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (9.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (48.3ms)
Completed 200 OK in 69ms (Views: 66.7ms | ActiveRecord: 0.3ms)
Started GET "/explore/usa/colorado/telluride" for ::1 at 2015-11-24 16:26:54 -0500
ActionController::RoutingError (No route matches [GET] "/explore/usa/colorado/telluride"):
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (7.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (12.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (6.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (210.4ms)
Started GET "/pulitzer/" for ::1 at 2015-11-29 23:59:44 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.5ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::Post Load (0.4ms)[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", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (1.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (10.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (63.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (66.3ms)
[1m[35mPulitzer::Post Load (0.5ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (10.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (11.7ms)
[1m[36mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 4]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (470.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (471.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (569.9ms)
Completed 200 OK in 1709ms (Views: 1694.2ms | ActiveRecord: 6.3ms)
Started GET "/assets/application-e7eb58c1b9887030bd45592d4f41a1cf.css?body=1" for ::1 at 2015-11-29 23:59:46 -0500
Started GET "/assets/pulitzer-f9dcf4bbe88cdf2b664d9f35e576c2bf.css?body=1" for ::1 at 2015-11-29 23:59:46 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-11-29 23:59:46 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-11-29 23:59:46 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-11-29 23:59:46 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-11-29 23:59:46 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-11-29 23:59:46 -0500
Started GET "/assets/pulitzer-f02b468d13a2e574d803a0e15611c587.js?body=1" for ::1 at 2015-11-29 23:59:46 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-11-29 23:59:46 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-11-29 23:59:46 -0500
Started GET "/assets/application-4f121103caff3cba6082da86a70a8bf3.js?body=1" for ::1 at 2015-11-29 23:59:46 -0500
Started GET "/pulitzer/posts?post_type_id=4" for ::1 at 2015-11-29 23:59:49 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"4"}
[1m[36mPulitzer::PostType Load (0.2ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 4]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 4
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (9.1ms)
Completed 200 OK in 99ms (Views: 90.5ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-11-29 23:59:52 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[36mPulitzer::Post Load (442.7ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va"]]
[1m[35mPulitzer::Version Load (0.5ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.5ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[35mPulitzer::ContentElement Load (0.9ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 4], ["kind", 0]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (19.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (24.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.2ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (14.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (16.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.9ms)
[1m[35mCACHE (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["version_id", 4], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (969.1ms)
Completed 200 OK in 1992ms (Views: 1017.5ms | ActiveRecord: 447.4ms)
Started PATCH "/pulitzer/content_elements/23" for ::1 at 2015-11-30 00:00:16 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"5Q8Y7K1A5tyCWkCB/b4/ya+Q7Mt4I7eHjKu0nBT/wXAZDxCfzQxI2SxxoDqTcI7Zn+9QmvQOPx65kg5/M4GLjA==", "content_element"=>{"title"=>"", "body"=>"- adsfasdfasf
- asdfasdf
- asdfafadsf
- adf
- asdfasdfasf
asdfadsfasf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"23"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 23]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", ""], ["body", "- adsfasdfasf
- asdfasdf
- asdfafadsf
- adf
- asdfasdfasf
asdfadsfasf"], ["updated_at", "2015-11-30 05:00:16.008863"], ["id", 23]]
[1m[35m (0.6ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.4ms)
Completed 200 OK in 31ms (Views: 24.1ms | ActiveRecord: 1.9ms)
Started GET "/pulitzer/posts/va/content_elements/23/edit?authenticity_token=ldloPwUKiMysn5DNPHXSniGTd4yDUphr%2Bd5P8rdsAJZp2WBMZUYmyQK0cHZSu2OOEezL3Q9%2FEPLM5%2FURkBJKag%3D%3D" for ::1 at 2015-11-30 00:00:18 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"ldloPwUKiMysn5DNPHXSniGTd4yDUphr+d5P8rdsAJZp2WBMZUYmyQK0cHZSu2OOEezL3Q9/EPLM5/URkBJKag==", "post_id"=>"va", "id"=>"23"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 23]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (9.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (47.0ms)
Completed 200 OK in 64ms (Views: 62.1ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/23" for ::1 at 2015-11-30 00:00:19 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"qAw1qLXTfxvrAGB2gSBeWG9i6royr0p1N2KCBgYeoAhUDD3b1Z/RHkUrgM3v7u9IXx1W676CwuwCWzjlIWDq9A==", "content_element"=>{"title"=>"", "body"=>"- adsfasdfasf
- asdfasdf
- asdfafadsf
- adf
- asdfasdfasf
asdfadsfasf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"23"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 23]]
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m commit 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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Completed 200 OK in 20ms (Views: 16.7ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/va/content_elements/23/edit?authenticity_token=ldloPwUKiMysn5DNPHXSniGTd4yDUphr%2Bd5P8rdsAJZp2WBMZUYmyQK0cHZSu2OOEezL3Q9%2FEPLM5%2FURkBJKag%3D%3D" for ::1 at 2015-11-30 00:02:43 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"ldloPwUKiMysn5DNPHXSniGTd4yDUphr+d5P8rdsAJZp2WBMZUYmyQK0cHZSu2OOEezL3Q9/EPLM5/URkBJKag==", "post_id"=>"va", "id"=>"23"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 23]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (8.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (42.9ms)
Completed 200 OK in 62ms (Views: 60.3ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/content_elements/23?authenticity_token=ldloPwUKiMysn5DNPHXSniGTd4yDUphr%2Bd5P8rdsAJZp2WBMZUYmyQK0cHZSu2OOEezL3Q9%2FEPLM5%2FURkBJKag%3D%3D" for ::1 at 2015-11-30 00:02:45 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"ldloPwUKiMysn5DNPHXSniGTd4yDUphr+d5P8rdsAJZp2WBMZUYmyQK0cHZSu2OOEezL3Q9/EPLM5/URkBJKag==", "id"=>"23"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 23]]
[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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 4]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.3ms)
Started GET "/" for ::1 at 2015-12-06 11:59:46 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.4ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.6ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.6ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-12-06 11:59:51 -0500
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::Post Load (0.4ms)[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]]
[1m[36mPulitzer::PostTypeContentElementType Load (1.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (8.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (11.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (64.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (66.9ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (8.8ms)
[1m[35mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 4]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.1ms)
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (7.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (7.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (520.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (521.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (612.4ms)
Completed 200 OK in 928ms (Views: 922.8ms | ActiveRecord: 5.3ms)
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-06 11:59:52 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-06 11:59:52 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-06 11:59:52 -0500
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-06 11:59:52 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-06 11:59:52 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-06 11:59:52 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-06 11:59:52 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-06 11:59:52 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-06 11:59:52 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-12-06 11:59:52 -0500
Started GET "/assets/application-afe2960c9b48d5cbb3f5305202b9403e.js?body=1" for ::1 at 2015-12-06 11:59:52 -0500
Started GET "/pulitzer/posts?post_type_id=4" for ::1 at 2015-12-06 12:00:22 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"post_type_id"=>"4"}
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 4]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 4[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (8.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (16.2ms)
Completed 200 OK in 128ms (Views: 124.2ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/va/content_elements" for ::1 at 2015-12-06 12:00:56 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va"}
[1m[35mPulitzer::Post Load (0.7ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va"]]
[1m[36mPulitzer::Version Load (0.4ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 4]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 4], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.4ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 4], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[36mPulitzer::ContentElement Load (1.8ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 4], ["kind", 0]]
[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]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (20.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (25.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_video_fields.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (9.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.1ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.8ms)
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (8.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered toolbars/_simple_editor.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 4], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 4], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1756.1ms)
Completed 200 OK in 2619ms (Views: 1805.6ms | ActiveRecord: 20.8ms)
Started GET "/pulitzer/posts?post_type_id=4" for ::1 at 2015-12-06 12:01:04 -0500
Processing by Pulitzer::PostsController#index as HTML
Parameters: {"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[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = 4[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/_show_wrapper.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/posts/index.html.erb within layouts/application (9.2ms)
Completed 200 OK in 723ms (Views: 722.2ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-12-06 12:01:08 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.0ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 4]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (473.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (474.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (500.7ms)
Completed 200 OK in 563ms (Views: 560.4ms | ActiveRecord: 2.7ms)
Started GET "/pulitzer/post_types/new?authenticity_token=SuTST24UVpemowtXNAubAtbj0xdXAC4Y%2BIHcmqZdlOy25No8Dlj4kgiI6%2BxaxSoS5pxvRtstpoHNuGZ5gSPeEA%3D%3D" for ::1 at 2015-12-06 12:01:17 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"SuTST24UVpemowtXNAubAtbj0xdXAC4Y+IHcmqZdlOy25No8Dlj4kgiI6+xaxSoS5pxvRtstpoHNuGZ5gSPeEA=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (7.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (44.7ms)
Completed 200 OK in 63ms (Views: 62.7ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-12-06 12:01:31 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"h5pmhcsgRRa/baIS37LCLNyuFbn4iVT4hyliipucgsp7mm72q2zrExFGQqmxfHM87NGp6HSk3GGyENhpvOLINg==", "post_type"=>{"name"=>"va", "plural"=>"0", "kind"=>"template"}, "commit"=>"Create"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.8ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "va"], ["plural", "f"], ["created_at", "2015-12-06 17:01:31.138435"], ["updated_at", "2015-12-06 17:01:31.138435"]]
[1m[36m (0.8ms)[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", 5]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "va"]]
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "va"], ["post_type_id", 5], ["slug", "va-71a09598-e8a2-4b80-a4cb-2db75b0dff2f"], ["created_at", "2015-12-06 17:01:31.163602"], ["updated_at", "2015-12-06 17:01:31.163602"]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 5], ["created_at", "2015-12-06 17:01:31.167808"], ["updated_at", "2015-12-06 17:01:31.167808"]]
[1m[36m (0.9ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 5]]
[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", 5]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (31.4ms)
Completed 200 OK in 112ms (Views: 72.2ms | ActiveRecord: 3.9ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-12-06 12:01:31 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"h5pmhcsgRRa/baIS37LCLNyuFbn4iVT4hyliipucgsp7mm72q2zrExFGQqmxfHM87NGp6HSk3GGyENhpvOLINg==", "post_type"=>{"name"=>"va", "plural"=>"0", "kind"=>"template"}, "commit"=>"Create"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "va"], ["plural", "f"], ["created_at", "2015-12-06 17:01:31.257461"], ["updated_at", "2015-12-06 17:01:31.257461"]]
[1m[35m (0.8ms)[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", 6]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1[0m [["slug", "va"]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "va"], ["post_type_id", 6], ["slug", "va-7a776185-2b50-4e43-aab4-978349fbbb53"], ["created_at", "2015-12-06 17:01:31.265498"], ["updated_at", "2015-12-06 17:01:31.265498"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 6], ["created_at", "2015-12-06 17:01:31.268388"], ["updated_at", "2015-12-06 17:01:31.268388"]]
[1m[35m (0.9ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 6]]
[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", 6]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (23.5ms)
Completed 200 OK in 68ms (Views: 49.3ms | ActiveRecord: 3.3ms)
Started DELETE "/pulitzer/post_types/6" for ::1 at 2015-12-06 12:01:41 -0500
Processing by Pulitzer::PostTypesController#destroy as */*
Parameters: {"authenticity_token"=>"SuTST24UVpemowtXNAubAtbj0xdXAC4Y+IHcmqZdlOy25No8Dlj4kgiI6+xaxSoS5pxvRtstpoHNuGZ5gSPeEA==", "id"=>"6"}
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 6]]
[1m[35mSQL (1.1ms)[0m DELETE FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? [["id", 6]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 6]]
[1m[35mSQL (0.2ms)[0m DELETE FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? [["id", 6]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Rendered text template (0.0ms)
Completed 200 OK in 11ms (Views: 2.1ms | ActiveRecord: 2.7ms)
Started DELETE "/pulitzer/post_types/5" for ::1 at 2015-12-06 12:01:44 -0500
Processing by Pulitzer::PostTypesController#destroy as */*
Parameters: {"authenticity_token"=>"SuTST24UVpemowtXNAubAtbj0xdXAC4Y+IHcmqZdlOy25No8Dlj4kgiI6+xaxSoS5pxvRtstpoHNuGZ5gSPeEA==", "id"=>"5"}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 5]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 5]]
[1m[36mSQL (0.5ms)[0m [1mDELETE FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ?[0m [["id", 5]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 5]]
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ?[0m [["id", 5]]
[1m[35m (239.1ms)[0m commit transaction
Rendered text template (0.0ms)
Completed 200 OK in 246ms (Views: 0.5ms | ActiveRecord: 240.0ms)
Started GET "/pulitzer/post_types/new?authenticity_token=SuTST24UVpemowtXNAubAtbj0xdXAC4Y%2BIHcmqZdlOy25No8Dlj4kgiI6%2BxaxSoS5pxvRtstpoHNuGZ5gSPeEA%3D%3D" for ::1 at 2015-12-06 12:01:48 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"SuTST24UVpemowtXNAubAtbj0xdXAC4Y+IHcmqZdlOy25No8Dlj4kgiI6+xaxSoS5pxvRtstpoHNuGZ5gSPeEA=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (38.9ms)
Completed 200 OK in 59ms (Views: 58.9ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-12-06 12:01:51 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"RTmQT+SO2RsAcfW2BA42B3a1/mrweI08TluQxNE8ffS5OZg8hMJ3Hq5aFQ1qwIcXRspCO3xVBaV7Yion9kI3CA==", "post_type"=>{"name"=>"va", "plural"=>"0", "kind"=>"template"}, "commit"=>"Create"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (267.1ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "va"], ["plural", "f"], ["created_at", "2015-12-06 17:01:51.657705"], ["updated_at", "2015-12-06 17:01:51.657705"]]
[1m[36m (0.8ms)[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", 7]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "va"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "va"], ["post_type_id", 7], ["slug", "va-3dfea889-f784-44fd-b787-f3ff2f4d9956"], ["created_at", "2015-12-06 17:01:51.931634"], ["updated_at", "2015-12-06 17:01:51.931634"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 7], ["created_at", "2015-12-06 17:01:51.933892"], ["updated_at", "2015-12-06 17:01:51.933892"]]
[1m[36m (0.9ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 7]]
[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", 7]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (17.3ms)
Completed 200 OK in 316ms (Views: 35.1ms | ActiveRecord: 269.7ms)
Started GET "/pulitzer/posts/va-3dfea889-f784-44fd-b787-f3ff2f4d9956/content_elements" for ::1 at 2015-12-06 12:02:06 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va-3dfea889-f784-44fd-b787-f3ff2f4d9956"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va-3dfea889-f784-44fd-b787-f3ff2f4d9956"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 7], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 7], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 7], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 7], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 7], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 7], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.0ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 7], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 7], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (15.3ms)
Completed 200 OK in 96ms (Views: 89.0ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-12-06 12:02:08 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.1ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.2ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 4]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (450.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (452.8ms)
[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", 7]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 7]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (483.9ms)
Completed 200 OK in 544ms (Views: 540.9ms | ActiveRecord: 2.7ms)
Started GET "/pulitzer/post_types/7/edit?authenticity_token=cx9YRddyrte6srWB%2Fpg%2B4bBa1MUn99xd291WGTzePCaPH1A2tz4A0hSZVTqQVo%2FxgCVolKvaVMTu5Oz6G6B22g%3D%3D" for ::1 at 2015-12-06 12:02:10 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"cx9YRddyrte6srWB/pg+4bBa1MUn99xd291WGTzePCaPH1A2tz4A0hSZVTqQVo/xgCVolKvaVMTu5Oz6G6B22g==", "id"=>"7"}
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (35.6ms)
Completed 200 OK in 52ms (Views: 51.1ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types/7?authenticity_token=cx9YRddyrte6srWB%2Fpg%2B4bBa1MUn99xd291WGTzePCaPH1A2tz4A0hSZVTqQVo%2FxgCVolKvaVMTu5Oz6G6B22g%3D%3D" for ::1 at 2015-12-06 12:02:12 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"cx9YRddyrte6srWB/pg+4bBa1MUn99xd291WGTzePCaPH1A2tz4A0hSZVTqQVo/xgCVolKvaVMTu5Oz6G6B22g==", "id"=>"7"}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 7]]
[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", 7]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 7]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.9ms)
Completed 200 OK in 22ms (Views: 20.9ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=7&authenticity_token=cx9YRddyrte6srWB%2Fpg%2B4bBa1MUn99xd291WGTzePCaPH1A2tz4A0hSZVTqQVo%2FxgCVolKvaVMTu5Oz6G6B22g%3D%3D" for ::1 at 2015-12-06 12:02:14 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"7", "authenticity_token"=>"cx9YRddyrte6srWB/pg+4bBa1MUn99xd291WGTzePCaPH1A2tz4A0hSZVTqQVo/xgCVolKvaVMTu5Oz6G6B22g=="}
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (6.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (24.0ms)
Completed 200 OK in 44ms (Views: 41.8ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-12-06 12:02:23 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"HATz1KX5fiEwpED7iwmEvjkKdcTEeAR9wNRfl82YLMrgBPunxbXQJJ6PoEDlxzWuCXXJlUhVjOT17eV06uZmNg==", "post_type_content_element_type"=>{"label"=>"header", "content_element_type_id"=>"2", "post_type_id"=>"7", "height"=>"100", "width"=>"100"}, "commit"=>"Create"}
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 7]]
[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", "header"], ["content_element_type_id", 2], ["post_type_id", 7], ["created_at", "2015-12-06 17:02:23.116038"], ["updated_at", "2015-12-06 17:02:23.116038"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 7]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 7], ["status", 0]]
[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.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["version_id", 7], ["label", "header"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 109], ["created_at", "2015-12-06 17:02:23.127369"], ["updated_at", "2015-12-06 17:02:23.127369"]]
[1m[35m (0.7ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.8ms)
Completed 200 OK in 53ms (Views: 36.3ms | ActiveRecord: 2.5ms)
Started GET "/pulitzer/posts/va-3dfea889-f784-44fd-b787-f3ff2f4d9956/content_elements" for ::1 at 2015-12-06 12:04:00 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va-3dfea889-f784-44fd-b787-f3ff2f4d9956"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va-3dfea889-f784-44fd-b787-f3ff2f4d9956"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 7], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 7], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 7]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 7], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 7], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 7], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 7], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 7], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 7], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (25.6ms)
Completed 200 OK in 90ms (Views: 82.0ms | ActiveRecord: 0.7ms)
Started PATCH "/pulitzer/content_elements/114" for ::1 at 2015-12-06 12:04:41 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"vheWXJN0LLrWH70g0s4S+NPdUbSFZGsQ53lGju7Bb4tCF54v8ziCv3g0XZu8AKPo46Lt5QlJ44nSQPxtyb8ldw==", "content_element"=>{"title"=>"dsfasdf", "image"=>#, @original_filename="map.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"map.jpg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"114"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 114]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 114]]
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "image" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "dsfasdf"], ["image", "map.jpg"], ["updated_at", "2015-12-06 17:04:41.455127"], ["id", 114]]
[1m[35m (1.0ms)[0m commit 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", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 7]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.0ms)
Completed 200 OK in 187ms (Views: 27.0ms | ActiveRecord: 2.1ms)
Started PATCH "/pulitzer/content_elements/114" for ::1 at 2015-12-06 12:04:41 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"vheWXJN0LLrWH70g0s4S+NPdUbSFZGsQ53lGju7Bb4tCF54v8ziCv3g0XZu8AKPo46Lt5QlJ44nSQPxtyb8ldw==", "content_element"=>{"title"=>"dsfasdf", "image"=>#, @original_filename="map.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"map.jpg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"114"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 114]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 114]]
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "image" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["image", "map.jpg"], ["updated_at", "2015-12-06 17:04:45.458161"], ["id", 114]]
[1m[35m (1.0ms)[0m commit 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", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 7]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.8ms)
Completed 200 OK in 3995ms (Views: 27.3ms | ActiveRecord: 2.1ms)
Started GET "/pulitzer/posts/va-3dfea889-f784-44fd-b787-f3ff2f4d9956/content_elements/114/edit?authenticity_token=BplRQUnIs8Sfi5kt7nnIqAaPoxZvCsH6QdCcBbybUXD6mVkyKYQdwTGgeZaAt3m4NvAfR%2BMnSWN06Sbmm%2BUbjA%3D%3D" for ::1 at 2015-12-06 12:05:00 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"BplRQUnIs8Sfi5kt7nnIqAaPoxZvCsH6QdCcBbybUXD6mVkyKYQdwTGgeZaAt3m4NvAfR+MnSWN06Sbmm+UbjA==", "post_id"=>"va-3dfea889-f784-44fd-b787-f3ff2f4d9956", "id"=>"114"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 114]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (37.9ms)
Completed 200 OK in 56ms (Views: 54.5ms | ActiveRecord: 0.2ms)
Started PATCH "/pulitzer/content_elements/114" for ::1 at 2015-12-06 12:05:08 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"0qAkXyCBeH/1uAahzBaoRRqjSHJu2loAFjmjcqOSd54uoCwsQM3WeluT5hqi2BlVKtz0I+L30pkjABmRhOw9Yg==", "content_element"=>{"title"=>"dsfasdf", "image"=>#, @original_filename="jobs-header_medium.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"jobs-header_medium.jpg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"114"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 114]]
[1m[36m (0.6ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 114]]
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_content_elements" SET "image" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["image", "jobs-header_medium.jpg"], ["updated_at", "2015-12-06 17:05:09.001617"], ["id", 114]]
[1m[35m (1.3ms)[0m commit 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", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 7]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.3ms)
Completed 200 OK in 149ms (Views: 19.4ms | ActiveRecord: 2.6ms)
Started PATCH "/pulitzer/versions/7" for ::1 at 2015-12-06 12:05:19 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"tIalPQ5d9rfQEEgywKPr/9EWrV/PYdXK7BEpWi05Y/hIhq1ObhFYsn47qImubVrv4WkRDkNMXVPZKJO5CkcpBA==", "commit"=>"Activate", "status"=>"active", "id"=>"7"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 7]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 7], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (1.0ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 7], ["created_at", "2015-12-06 17:05:19.787145"], ["updated_at", "2015-12-06 17:05:19.787145"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-12-06 17:05:19.790447"], ["id", 7]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 7]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "image", "post_type_content_element_type_id", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["label", "header"], ["title", "dsfasdf"], ["image", "jobs-header_medium.jpg"], ["post_type_content_element_type_id", 109], ["content_element_type_id", 2], ["version_id", 8], ["created_at", "2015-12-06 17:05:19.797265"], ["updated_at", "2015-12-06 17:05:19.797265"]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 7]]
Redirected to http://localhost:3000/pulitzer/posts/va-3dfea889-f784-44fd-b787-f3ff2f4d9956/content_elements
Completed 302 Found in 20ms (ActiveRecord: 4.4ms)
Started GET "/pulitzer/posts/va-3dfea889-f784-44fd-b787-f3ff2f4d9956/content_elements" for ::1 at 2015-12-06 12:05:19 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va-3dfea889-f784-44fd-b787-f3ff2f4d9956"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va-3dfea889-f784-44fd-b787-f3ff2f4d9956"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 7], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 7], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 7], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 8], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 7], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 8], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 8], ["kind", 0]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 7], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (26.7ms)
Completed 200 OK in 92ms (Views: 85.0ms | ActiveRecord: 0.6ms)
Started GET "/uploads/pulitzer/content_element/image/115/thumb_jobs-header_medium.jpg" for ::1 at 2015-12-06 12:05:20 -0500
ActionController::RoutingError (No route matches [GET] "/uploads/pulitzer/content_element/image/115/thumb_jobs-header_medium.jpg"):
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (117.8ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-12-06 12:21:03 -0500
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (49.7ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-12-06 12:21:18 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[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::Post Load (0.3ms)[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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (58.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (61.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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.1ms)
[1m[36mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 4]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (7.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (419.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (420.8ms)
[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", 7]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 7]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (517.1ms)
Completed 200 OK in 2063ms (Views: 2050.8ms | ActiveRecord: 3.8ms)
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-06 12:21:20 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-06 12:21:20 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-06 12:21:20 -0500
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-06 12:21:20 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-06 12:21:20 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-06 12:21:20 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-06 12:21:20 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-06 12:21:20 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-06 12:21:20 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-12-06 12:21:20 -0500
Started GET "/assets/application-afe2960c9b48d5cbb3f5305202b9403e.js?body=1" for ::1 at 2015-12-06 12:21:20 -0500
Started GET "/pulitzer/posts/va-3dfea889-f784-44fd-b787-f3ff2f4d9956/content_elements" for ::1 at 2015-12-06 12:21:25 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va-3dfea889-f784-44fd-b787-f3ff2f4d9956"}
[1m[35mPulitzer::Post Load (0.3ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va-3dfea889-f784-44fd-b787-f3ff2f4d9956"]]
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 7], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 7], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 7], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 8], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (8.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (11.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 7], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 8], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.1ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 8], ["kind", 0]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (18.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (24.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 7], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (77.5ms)
Completed 200 OK in 6983ms (Views: 165.1ms | ActiveRecord: 2.0ms)
Started GET "/uploads/pulitzer/content_element/image/115/thumb_jobs-header_medium.jpg" for ::1 at 2015-12-06 12:21:33 -0500
ActionController::RoutingError (No route matches [GET] "/uploads/pulitzer/content_element/image/115/thumb_jobs-header_medium.jpg"):
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (2409.0ms)
Started PATCH "/pulitzer/content_elements/115" for ::1 at 2015-12-06 12:21:51 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"wvtx19kvQJXbYstlhtSzEamNo1j3Ep7kiat2qK5JQoI++3mkuWPukHVJK97oGgIBmfIfCXs/Fn28ksxLiTcIfg==", "content_element"=>{"title"=>"dsfasdf", "image"=>#, @original_filename="jobs-header_medium.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"jobs-header_medium.jpg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"115"}
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 115]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 115]]
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "image" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["image", "jobs-header_medium.jpg"], ["updated_at", "2015-12-06 17:21:51.488555"], ["id", 115]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 8]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 7]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (7.8ms)
Completed 200 OK in 121ms (Views: 25.0ms | ActiveRecord: 2.1ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-12-06 12:21:59 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (14.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (16.8ms)
[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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (13.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (15.7ms)
[1m[35mPulitzer::PostTypeContentElementType Load (0.9ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 4]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (446.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (448.7ms)
[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", 7]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 7]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (503.9ms)
Completed 200 OK in 557ms (Views: 552.6ms | ActiveRecord: 3.5ms)
Started GET "/pulitzer/posts/va-3dfea889-f784-44fd-b787-f3ff2f4d9956/content_elements" for ::1 at 2015-12-06 12:22:02 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va-3dfea889-f784-44fd-b787-f3ff2f4d9956"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va-3dfea889-f784-44fd-b787-f3ff2f4d9956"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 7], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 7], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 7]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 7], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 8], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 7], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 8], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 8], ["kind", 0]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 7], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (22.8ms)
Completed 200 OK in 77ms (Views: 71.0ms | ActiveRecord: 0.6ms)
Started PATCH "/pulitzer/versions/8" for ::1 at 2015-12-06 12:22:13 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"JuSdYU1OLdrsrOmyAFjLZpb3ji/9z8Ac7b+2i+pn83Pa5JUSLQKD30KHCQlulnp2pogyfnHiSIXYhgxozRm5jw==", "commit"=>"Activate", "status"=>"active", "id"=>"8"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 8]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 7], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 7], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-12-06 17:22:13.634440"], ["id", 7]]
[1m[35m (2841.1ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 7], ["created_at", "2015-12-06 17:22:16.479043"], ["updated_at", "2015-12-06 17:22:16.479043"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.7ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-12-06 17:22:16.483163"], ["id", 8]]
[1m[35m (3.1ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 8]]
Completed 500 Internal Server Error in 2864ms (ActiveRecord: 2846.9ms)
NoMethodError (undefined method `image_url=' for #):
activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/clone_version.rb:13:in `block in call'
activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/clone_version.rb:10:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:9:in `update'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (63.8ms)
Started PATCH "/pulitzer/versions/8" for ::1 at 2015-12-06 12:22:47 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"JuSdYU1OLdrsrOmyAFjLZpb3ji/9z8Ac7b+2i+pn83Pa5JUSLQKD30KHCQlulnp2pogyfnHiSIXYhgxozRm5jw==", "commit"=>"Activate", "status"=>"active", "id"=>"8"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 8]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35mPulitzer::Version Load (0.5ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 7], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 7], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-12-06 17:22:47.459846"], ["id", 8]]
[1m[35m (0.5ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 7], ["created_at", "2015-12-06 17:22:47.464017"], ["updated_at", "2015-12-06 17:22:47.464017"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 8]]
Completed 500 Internal Server Error in 143171ms (ActiveRecord: 4.3ms)
NoMethodError (undefined method `image_url=' for #):
activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/clone_version.rb:14:in `block in call'
activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/clone_version.rb:10:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:9:in `update'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (81.1ms)
Started PATCH "/pulitzer/versions/8" for ::1 at 2015-12-06 12:35:06 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"JuSdYU1OLdrsrOmyAFjLZpb3ji/9z8Ac7b+2i+pn83Pa5JUSLQKD30KHCQlulnp2pogyfnHiSIXYhgxozRm5jw==", "commit"=>"Activate", "status"=>"active", "id"=>"8"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (49.9ms)
Started PATCH "/pulitzer/versions/8" for ::1 at 2015-12-06 12:37:05 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"JuSdYU1OLdrsrOmyAFjLZpb3ji/9z8Ac7b+2i+pn83Pa5JUSLQKD30KHCQlulnp2pogyfnHiSIXYhgxozRm5jw==", "commit"=>"Activate", "status"=>"active", "id"=>"8"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (48.3ms)
Started PATCH "/pulitzer/versions/8" for ::1 at 2015-12-06 12:38:11 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"JuSdYU1OLdrsrOmyAFjLZpb3ji/9z8Ac7b+2i+pn83Pa5JUSLQKD30KHCQlulnp2pogyfnHiSIXYhgxozRm5jw==", "commit"=>"Activate", "status"=>"active", "id"=>"8"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 8]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 7], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 7], ["created_at", "2015-12-06 17:38:12.231738"], ["updated_at", "2015-12-06 17:38:12.231738"]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-12-06 17:38:12.234315"], ["id", 8]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 8]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 8]]
Redirected to http://localhost:3000/pulitzer/posts/va-3dfea889-f784-44fd-b787-f3ff2f4d9956/content_elements
Completed 302 Found in 316ms (ActiveRecord: 4.1ms)
Started GET "/pulitzer/posts/va-3dfea889-f784-44fd-b787-f3ff2f4d9956/content_elements" for ::1 at 2015-12-06 12:38:12 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va-3dfea889-f784-44fd-b787-f3ff2f4d9956"}
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va-3dfea889-f784-44fd-b787-f3ff2f4d9956"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 7], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 7], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 7]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 7], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 11], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 7], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 11], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.0ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 11], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 7], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (26.8ms)
Completed 200 OK in 366ms (Views: 236.7ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-06 12:38:12 -0500
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-06 12:38:12 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-06 12:38:12 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-06 12:38:12 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-06 12:38:12 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-06 12:38:12 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-06 12:38:12 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-06 12:38:12 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-06 12:38:12 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-12-06 12:38:12 -0500
Started GET "/assets/application-afe2960c9b48d5cbb3f5305202b9403e.js?body=1" for ::1 at 2015-12-06 12:38:12 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-12-06 12:38:21 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (31.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (33.8ms)
[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.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (724.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (725.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (733.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (735.8ms)
[1m[35mPulitzer::PostTypeContentElementType Load (0.5ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 4]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.7ms)
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.0ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (483.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (485.1ms)
[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", 7]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 7]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (11.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (1278.2ms)
Completed 200 OK in 1339ms (Views: 1334.7ms | ActiveRecord: 4.0ms)
Started GET "/pulitzer/posts/va-3dfea889-f784-44fd-b787-f3ff2f4d9956/content_elements" for ::1 at 2015-12-06 12:38:24 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va-3dfea889-f784-44fd-b787-f3ff2f4d9956"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va-3dfea889-f784-44fd-b787-f3ff2f4d9956"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 7], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 7], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 7]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 7], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 11], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 7], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 11], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.4ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 11], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 7], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (23.3ms)
Completed 200 OK in 89ms (Views: 82.6ms | ActiveRecord: 0.7ms)
Started DELETE "/pulitzer/post_types/7" for ::1 at 2015-12-06 12:38:30 -0500
Processing by Pulitzer::PostTypesController#destroy as */*
Parameters: {"authenticity_token"=>"fO4ZoakkqX4L1uwDn8U21TMOwTDGR7w5rL21/bmscOOA7hHSyWgHe6X9DLjxC4fFA3F9YUpqNKCZhA8entI6Hw==", "id"=>"7"}
[1m[36mPulitzer::PostType Load (0.2ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 7]]
[1m[35mSQL (0.2ms)[0m DELETE FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? [["id", 7]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 7]]
[1m[35mSQL (0.1ms)[0m DELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? [["id", 109]]
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ?[0m [["id", 7]]
[1m[35m (595.9ms)[0m commit transaction
Rendered text template (0.0ms)
Completed 200 OK in 604ms (Views: 2.0ms | ActiveRecord: 596.7ms)
Started GET "/pulitzer/post_types/new?authenticity_token=fO4ZoakkqX4L1uwDn8U21TMOwTDGR7w5rL21%2FbmscOOA7hHSyWgHe6X9DLjxC4fFA3F9YUpqNKCZhA8entI6Hw%3D%3D" for ::1 at 2015-12-06 12:39:39 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"fO4ZoakkqX4L1uwDn8U21TMOwTDGR7w5rL21/bmscOOA7hHSyWgHe6X9DLjxC4fFA3F9YUpqNKCZhA8entI6Hw=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (18.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (73.9ms)
Completed 200 OK in 604ms (Views: 603.3ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-12-06 12:39:41 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"fT3wfl1c+nqjdZXVDLZZSd8e3YFGleTNFwgLYNa10FWBPfgNPRBUfw1edW5ieOhZ72Fh0Mq4bFQiMbGD8cuaqQ==", "post_type"=>{"name"=>"va", "plural"=>"0", "kind"=>"template"}, "commit"=>"Create"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "va"], ["plural", "f"], ["created_at", "2015-12-06 17:39:41.551957"], ["updated_at", "2015-12-06 17:39:41.551957"]]
[1m[36m (525.8ms)[0m [1mcommit transaction[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", 8]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "va"]]
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "va"], ["post_type_id", 8], ["slug", "va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98"], ["created_at", "2015-12-06 17:39:42.095839"], ["updated_at", "2015-12-06 17:39:42.095839"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 8], ["created_at", "2015-12-06 17:39:42.098957"], ["updated_at", "2015-12-06 17:39:42.098957"]]
[1m[36m (0.9ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 8]]
[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", 8]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (21.0ms)
Completed 200 OK in 592ms (Views: 38.6ms | ActiveRecord: 528.5ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=8&authenticity_token=fO4ZoakkqX4L1uwDn8U21TMOwTDGR7w5rL21%2FbmscOOA7hHSyWgHe6X9DLjxC4fFA3F9YUpqNKCZhA8entI6Hw%3D%3D" for ::1 at 2015-12-06 12:39:46 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"8", "authenticity_token"=>"fO4ZoakkqX4L1uwDn8U21TMOwTDGR7w5rL21/bmscOOA7hHSyWgHe6X9DLjxC4fFA3F9YUpqNKCZhA8entI6Hw=="}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 8]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (8.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (28.2ms)
Completed 200 OK in 52ms (Views: 47.2ms | ActiveRecord: 0.6ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-12-06 12:39:55 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"E+Cpl8nB2GaFM+2JvPhVJiEQOdvTDx4hSDD/BA8vVDLv4KHkqY12YysYDTLSNuQ2EW+Fil8ilrh9CUXnKFEezg==", "post_type_content_element_type"=>{"label"=>"header", "content_element_type_id"=>"2", "post_type_id"=>"8", "height"=>"100", "width"=>"100"}, "commit"=>"Create"}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 8]]
[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", "header"], ["content_element_type_id", 2], ["post_type_id", 8], ["created_at", "2015-12-06 17:39:55.168610"], ["updated_at", "2015-12-06 17:39:55.168610"]]
[1m[36m (1935.0ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 8]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 8], ["status", 0]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 12], ["label", "header"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 110], ["created_at", "2015-12-06 17:39:57.124411"], ["updated_at", "2015-12-06 17:39:57.124411"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (23.3ms)
Completed 200 OK in 2002ms (Views: 40.7ms | ActiveRecord: 1937.1ms)
Started GET "/pulitzer/posts/va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98/content_elements" for ::1 at 2015-12-06 12:39:58 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 8], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 8]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 12], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 12], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.2ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 12], ["kind", 0]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (28.1ms)
Completed 200 OK in 103ms (Views: 97.8ms | ActiveRecord: 0.6ms)
Started PATCH "/pulitzer/content_elements/116" for ::1 at 2015-12-06 12:40:07 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"k2q1spNFuRvqA3oxp8PrAgQtI6wiLr6oeB8BJV6w1NFvar3B8wkXHkQomorJDVoSNFKf/a4DNjFNJrvGec6eLQ==", "content_element"=>{"title"=>"asdf", "image"=>#, @original_filename="map.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"map.jpg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"116"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 116]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 116]]
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "image" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "asdf"], ["image", "map.jpg"], ["updated_at", "2015-12-06 17:40:07.944736"], ["id", 116]]
[1m[36m (0.6ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 12]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 8]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.2ms)
Completed 200 OK in 125ms (Views: 26.9ms | ActiveRecord: 1.6ms)
Started PATCH "/pulitzer/versions/12" for ::1 at 2015-12-06 12:40:10 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"bnZpppD37rE3bOlhO97vBSAqKc4SlZW71x2elWJsp+iSdmHV8LtAtJlHCdpVEF4VEFWVn564HSLiJCR2RRLtFA==", "commit"=>"Activate", "status"=>"active", "id"=>"12"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 12]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 8]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 8], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 8], ["created_at", "2015-12-06 17:40:10.725617"], ["updated_at", "2015-12-06 17:40:10.725617"]]
[1m[35m (0.9ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-12-06 17:40:10.730119"], ["id", 12]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 12]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 12]]
Redirected to http://localhost:3000/pulitzer/posts/va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98/content_elements
Completed 302 Found in 24ms (ActiveRecord: 4.2ms)
Started GET "/pulitzer/posts/va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98/content_elements" for ::1 at 2015-12-06 12:40:10 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 8], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 8]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 13], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 13], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.3ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 13], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 8], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (18.8ms)
Completed 200 OK in 92ms (Views: 84.2ms | ActiveRecord: 0.7ms)
Started GET "/pulitzer/posts/va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98/content_elements" for ::1 at 2015-12-06 12:40:18 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 8], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 8]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 13], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 13], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 13], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 8], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (17.0ms)
Completed 200 OK in 85ms (Views: 78.7ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-06 12:40:18 -0500
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-06 12:40:18 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-06 12:40:18 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-06 12:40:18 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-06 12:40:18 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-06 12:40:18 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-06 12:40:18 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-06 12:40:18 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-12-06 12:40:18 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-06 12:40:18 -0500
Started GET "/assets/application-afe2960c9b48d5cbb3f5305202b9403e.js?body=1" for ::1 at 2015-12-06 12:40:18 -0500
Started PATCH "/pulitzer/versions/13" for ::1 at 2015-12-06 12:40:47 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"pN18r9LddRNEWXeeJ5Y+d1YtT9uVM6oGv2pzXnUlW+pY3XTcspHbFupylyVJWI9nZlLzihkeIp+KU8m9UlsRFg==", "commit"=>"Abandon", "status"=>"abandoned", "id"=>"13"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (48.9ms)
Started PATCH "/pulitzer/versions/13" for ::1 at 2015-12-06 12:41:01 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"pN18r9LddRNEWXeeJ5Y+d1YtT9uVM6oGv2pzXnUlW+pY3XTcspHbFupylyVJWI9nZlLzihkeIp+KU8m9UlsRFg==", "commit"=>"Abandon", "status"=>"abandoned", "id"=>"13"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 13]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 8]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 8], ["created_at", "2015-12-06 17:41:01.392270"], ["updated_at", "2015-12-06 17:41:01.392270"]]
[1m[36m (584.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-12-06 17:41:01.979666"], ["id", 13]]
[1m[35m (0.6ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.4ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 12]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 14]]
[1m[36m (1.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m commit transaction
Completed 500 Internal Server Error in 4176863ms (ActiveRecord: 588.2ms)
Started PATCH "/pulitzer/versions/13" for ::1 at 2015-12-06 13:54:13 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"pN18r9LddRNEWXeeJ5Y+d1YtT9uVM6oGv2pzXnUlW+pY3XTcspHbFupylyVJWI9nZlLzihkeIp+KU8m9UlsRFg==", "commit"=>"Abandon", "status"=>"abandoned", "id"=>"13"}
Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (49.8ms)
Started GET "/pulitzer/" for ::1 at 2015-12-06 13:54:22 -0500
[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.4ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::Post Load (0.4ms)[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", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (1.0ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (56.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (59.3ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.6ms)
[1m[36mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 4]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (440.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (441.9ms)
[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", 8]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 8]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (537.2ms)
Completed 200 OK in 1540ms (Views: 1527.8ms | ActiveRecord: 5.2ms)
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-06 13:54:23 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-06 13:54:23 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-06 13:54:23 -0500
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-06 13:54:23 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-06 13:54:23 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-06 13:54:23 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-06 13:54:23 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-06 13:54:23 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-06 13:54:23 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-12-06 13:54:23 -0500
Started GET "/assets/application-afe2960c9b48d5cbb3f5305202b9403e.js?body=1" for ::1 at 2015-12-06 13:54:23 -0500
Started GET "/pulitzer/posts/va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98/content_elements" for ::1 at 2015-12-06 13:54:27 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98"}
[1m[35mPulitzer::Post Load (2.5ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98"]]
[1m[36mPulitzer::Version Load (1.7ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 8], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.2ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 8]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.4ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 14], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 14], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.7ms)
[1m[35mPulitzer::ContentElement Load (0.9ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 14], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 8], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (28.6ms)
Completed 200 OK in 1095ms (Views: 112.5ms | ActiveRecord: 6.4ms)
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-06 13:54:29 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-06 13:54:29 -0500
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-06 13:54:29 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-06 13:54:29 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-06 13:54:29 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-06 13:54:29 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-06 13:54:29 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-06 13:54:29 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-12-06 13:54:29 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-06 13:54:29 -0500
Started GET "/assets/application-afe2960c9b48d5cbb3f5305202b9403e.js?body=1" for ::1 at 2015-12-06 13:54:29 -0500
Started PATCH "/pulitzer/versions/14" for ::1 at 2015-12-06 13:54:31 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Rndu75+tVP0/pNtyM50qaaJjTSUIenknt2zhiJ9X/+u6d2ac/+H6+JGPO8ldU5t5khzxdIRX8b6CVVtruCm1Fw==", "commit"=>"Activate", "status"=>"active", "id"=>"14"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 14]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 8]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 8], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-12-06 18:54:35.046683"], ["id", 12]]
[1m[35m (2.1ms)[0m commit transaction
[1m[36m (6.7ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.8ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 8], ["created_at", "2015-12-06 18:54:35.064877"], ["updated_at", "2015-12-06 18:54:35.064877"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-12-06 18:54:35.069420"], ["id", 14]]
[1m[35m (0.9ms)[0m commit transaction
Completed 500 Internal Server Error in 3581ms (ActiveRecord: 12.7ms)
SyntaxError (/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/clone_version.rb:13: syntax error, unexpected tREGEXP_BEG, expecting keyword_then or ';' or '\n'
if ce.image_url && ce.image_url.match /http/
^
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/clone_version.rb:25: syntax error, unexpected keyword_end, expecting end-of-input):
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/clone_version.rb:13: syntax error, unexpected tREGEXP_BEG, expecting keyword_then or ';' or '\n'
if ce.image_url && ce.image_url.match /http/
^
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/clone_version.rb:25: syntax error, unexpected keyword_end, expecting end-of-input
activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.5) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.5) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.5) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.5) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:9:in `update'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (49.6ms)
Started PATCH "/pulitzer/versions/14" for ::1 at 2015-12-06 13:54:55 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Rndu75+tVP0/pNtyM50qaaJjTSUIenknt2zhiJ9X/+u6d2ac/+H6+JGPO8ldU5t5khzxdIRX8b6CVVtruCm1Fw==", "commit"=>"Activate", "status"=>"active", "id"=>"14"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (61.4ms)
Started GET "/pulitzer/versions/14" for ::1 at 2015-12-06 13:55:05 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
AbstractController::ActionNotFound (The action 'show' could not be found for Pulitzer::VersionsController):
actionpack (4.2.5) lib/abstract_controller/base.rb:132:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout (1.9ms)
Started PATCH "/pulitzer/versions/14" for ::1 at 2015-12-06 13:55:13 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Rndu75+tVP0/pNtyM50qaaJjTSUIenknt2zhiJ9X/+u6d2ac/+H6+JGPO8ldU5t5khzxdIRX8b6CVVtruCm1Fw==", "commit"=>"Activate", "status"=>"active", "id"=>"14"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 14]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 8]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 8], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-12-06 18:55:13.090995"], ["id", 14]]
[1m[35m (936.7ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 8], ["created_at", "2015-12-06 18:55:14.031192"], ["updated_at", "2015-12-06 18:55:14.031192"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 14]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 14]]
Redirected to http://localhost:3000/pulitzer/posts/va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98/content_elements
Completed 302 Found in 1036ms (ActiveRecord: 940.2ms)
Started GET "/pulitzer/posts/va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98/content_elements" for ::1 at 2015-12-06 13:55:14 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 8], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 8]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 16], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 16], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.7ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 16], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 8], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (25.2ms)
Completed 200 OK in 239ms (Views: 130.1ms | ActiveRecord: 1.0ms)
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-06 13:55:14 -0500
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-06 13:55:14 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-06 13:55:14 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-06 13:55:14 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-06 13:55:14 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-06 13:55:14 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-06 13:55:14 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-06 13:55:14 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-06 13:55:14 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-12-06 13:55:14 -0500
Started GET "/assets/application-afe2960c9b48d5cbb3f5305202b9403e.js?body=1" for ::1 at 2015-12-06 13:55:14 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-12-06 13:55:21 -0500
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (55.6ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-12-06 13:55:36 -0500
[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::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", 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"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (9.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (53.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (55.7ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.6ms)
[1m[36mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 4]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (426.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (427.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", 8]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 8]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (519.2ms)
Completed 200 OK in 636ms (Views: 626.3ms | ActiveRecord: 3.9ms)
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-06 13:55:37 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-06 13:55:37 -0500
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-06 13:55:37 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-06 13:55:37 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-06 13:55:37 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-06 13:55:37 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-06 13:55:37 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-06 13:55:37 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-12-06 13:55:37 -0500
Started GET "/assets/application-afe2960c9b48d5cbb3f5305202b9403e.js?body=1" for ::1 at 2015-12-06 13:55:37 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-06 13:55:37 -0500
Started GET "/pulitzer/posts/va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98/content_elements" for ::1 at 2015-12-06 13:55:42 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 8], ["status", 0]]
[1m[35mCACHE (0.7ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.2ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 8]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 16], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (9.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 16], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.6ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 16], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 8], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (28.4ms)
Completed 200 OK in 293ms (Views: 115.8ms | ActiveRecord: 2.2ms)
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-06 13:55:42 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-06 13:55:42 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-06 13:55:42 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-06 13:55:42 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-06 13:55:42 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-06 13:55:42 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-06 13:55:42 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-06 13:55:42 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-12-06 13:55:42 -0500
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-06 13:55:42 -0500
Started GET "/assets/application-afe2960c9b48d5cbb3f5305202b9403e.js?body=1" for ::1 at 2015-12-06 13:55:42 -0500
Started PATCH "/pulitzer/versions/16" for ::1 at 2015-12-06 13:55:44 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"wCyMcMi/iMS5Oo8o33GQVe+8r6EsF/FADKLXNG7yNFw8LIQDqPMmwRcRb5OxvyFF38MT8KA6edk5m23XSYx+oA==", "commit"=>"Activate", "status"=>"active", "id"=>"16"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 16]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 8]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 8], ["created_at", "2015-12-06 18:55:45.006746"], ["updated_at", "2015-12-06 18:55:45.006746"]]
[1m[36m (44.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-12-06 18:55:45.053173"], ["id", 16]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 16]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 16]]
Redirected to http://localhost:3000/pulitzer/posts/va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98/content_elements
Completed 302 Found in 59ms (ActiveRecord: 46.1ms)
Started GET "/pulitzer/posts/va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98/content_elements" for ::1 at 2015-12-06 13:55:45 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "va-efb3fa7f-92df-4ee3-9a85-c1e0a91d7f98"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 8], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 8]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 8], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 17], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 8], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 17], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 17], ["kind", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 8], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (17.0ms)
Completed 200 OK in 73ms (Views: 66.7ms | ActiveRecord: 0.6ms)
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-06 13:55:45 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-06 13:55:45 -0500
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-06 13:55:45 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-06 13:55:45 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-06 13:55:45 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-06 13:55:45 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-06 13:55:45 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-06 13:55:45 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-12-06 13:55:45 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-06 13:55:45 -0500
Started GET "/assets/application-afe2960c9b48d5cbb3f5305202b9403e.js?body=1" for ::1 at 2015-12-06 13:55:45 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-12-06 13:55:52 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (1319.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (1321.3ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (10.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (12.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 4]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (439.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (441.1ms)
[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", 8]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 8]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (8.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (1791.3ms)
Completed 200 OK in 1842ms (Views: 1839.2ms | ActiveRecord: 2.7ms)
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-06 13:55:54 -0500
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-06 13:55:54 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-06 13:55:54 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-06 13:55:54 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-06 13:55:54 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-06 13:55:54 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-06 13:55:54 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-06 13:55:54 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-06 13:55:54 -0500
Started GET "/assets/application-afe2960c9b48d5cbb3f5305202b9403e.js?body=1" for ::1 at 2015-12-06 13:55:54 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-12-06 13:55:54 -0500
Started DELETE "/pulitzer/post_types/8" for ::1 at 2015-12-06 13:56:00 -0500
Processing by Pulitzer::PostTypesController#destroy as */*
Parameters: {"authenticity_token"=>"lsr77zwwKJrGWLTEYvUBpS7nNfTzLYHGeeBrCTXLQzBqyvOcXHyGn2hzVH8MO7C1HpiJpX8ACV9M2dHqErUJzA==", "id"=>"8"}
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 8]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 8]]
[1m[35mSQL (0.2ms)[0m DELETE FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? [["id", 8]]
[1m[36mPulitzer::PostTypeContentElementType Load (0.0ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 8]]
[1m[35mSQL (0.1ms)[0m DELETE FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? [["id", 110]]
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ?[0m [["id", 8]]
[1m[35m (114.7ms)[0m commit transaction
Rendered text template (0.0ms)
Completed 200 OK in 124ms (Views: 2.4ms | ActiveRecord: 115.4ms)
Started GET "/pulitzer/post_types/new?authenticity_token=lsr77zwwKJrGWLTEYvUBpS7nNfTzLYHGeeBrCTXLQzBqyvOcXHyGn2hzVH8MO7C1HpiJpX8ACV9M2dHqErUJzA%3D%3D" for ::1 at 2015-12-06 13:56:01 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"lsr77zwwKJrGWLTEYvUBpS7nNfTzLYHGeeBrCTXLQzBqyvOcXHyGn2hzVH8MO7C1HpiJpX8ACV9M2dHqErUJzA=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (15.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (55.9ms)
Completed 200 OK in 247ms (Views: 246.9ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-12-06 13:56:05 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"n/10fBpqR1KkB6G0uBPN29MU82ZenPANAqyciBmasJ9j/XwPeibpVwosQQ/W3XzL42tPN9KxeJQ3lSZrPuT6Yw==", "post_type"=>{"name"=>"va", "plural"=>"0", "kind"=>"template"}, "commit"=>"Create"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "va"], ["plural", "f"], ["created_at", "2015-12-06 18:56:05.009242"], ["updated_at", "2015-12-06 18:56:05.009242"]]
[1m[36m (0.9ms)[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", 9]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "va"]]
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "va"], ["post_type_id", 9], ["slug", "va-2056568a-4651-44d3-a537-47451ef463bf"], ["created_at", "2015-12-06 18:56:05.025055"], ["updated_at", "2015-12-06 18:56:05.025055"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", "2015-12-06 18:56:05.027784"], ["updated_at", "2015-12-06 18:56:05.027784"]]
[1m[36m (0.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 9]]
[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", 9]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (18.7ms)
Completed 200 OK in 61ms (Views: 35.5ms | ActiveRecord: 2.8ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=9&authenticity_token=lsr77zwwKJrGWLTEYvUBpS7nNfTzLYHGeeBrCTXLQzBqyvOcXHyGn2hzVH8MO7C1HpiJpX8ACV9M2dHqErUJzA%3D%3D" for ::1 at 2015-12-06 13:56:07 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"9", "authenticity_token"=>"lsr77zwwKJrGWLTEYvUBpS7nNfTzLYHGeeBrCTXLQzBqyvOcXHyGn2hzVH8MO7C1HpiJpX8ACV9M2dHqErUJzA=="}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 9]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (8.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (28.0ms)
Completed 200 OK in 50ms (Views: 46.7ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-12-06 13:56:12 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZJHKt7WZlhkHN5NFv7XAjciARXJzpsLLGXwUsOVAF9iYkcLE1dU4HKkcc/7Re3Gd+P/5I/+LSlIsRa5Twj5dJA==", "post_type_content_element_type"=>{"label"=>"asdf", "content_element_type_id"=>"2", "post_type_id"=>"9", "height"=>"100", "width"=>"100"}, "commit"=>"Create"}
[1m[35mPulitzer::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 9]]
[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", "asdf"], ["content_element_type_id", 2], ["post_type_id", 9], ["created_at", "2015-12-06 18:56:12.698203"], ["updated_at", "2015-12-06 18:56:12.698203"]]
[1m[36m (296.2ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 9]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 9], ["status", 0]]
[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", 2]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_content_elements" ("version_id", "label", "content_element_type_id", "post_type_content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["version_id", 18], ["label", "asdf"], ["content_element_type_id", 2], ["post_type_content_element_type_id", 111], ["created_at", "2015-12-06 18:56:13.018622"], ["updated_at", "2015-12-06 18:56:13.018622"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (19.0ms)
Completed 200 OK in 363ms (Views: 36.3ms | ActiveRecord: 298.3ms)
Started GET "/pulitzer/posts/va-2056568a-4651-44d3-a537-47451ef463bf/content_elements" for ::1 at 2015-12-06 13:56:15 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va-2056568a-4651-44d3-a537-47451ef463bf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va-2056568a-4651-44d3-a537-47451ef463bf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 9], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 9], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 9]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 9], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.3ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 18], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 9], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 18], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.9ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 18], ["kind", 0]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (19.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 9], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (407.4ms)
Completed 200 OK in 471ms (Views: 463.6ms | ActiveRecord: 0.9ms)
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-06 13:56:16 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-06 13:56:16 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-06 13:56:16 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-06 13:56:16 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-06 13:56:16 -0500
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-06 13:56:16 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-06 13:56:16 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-06 13:56:16 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-12-06 13:56:16 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-06 13:56:16 -0500
Started GET "/assets/application-afe2960c9b48d5cbb3f5305202b9403e.js?body=1" for ::1 at 2015-12-06 13:56:16 -0500
Started PATCH "/pulitzer/content_elements/117" for ::1 at 2015-12-06 13:56:32 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"awssqf2RMfBPf7sXcsp3h5hOgla5Y7eYQ8RNMb75nW+XCyTand2f9eFUW6wcBMaXqDE+BzVOPwF2/ffSmYfXkw==", "content_element"=>{"title"=>"asdfasdfasdf", "image"=>#, @original_filename="jobs-header_large.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"jobs-header_large.jpg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"117"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 117]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 117]]
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "image" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "asdfasdfasdf"], ["image", "jobs-header_large.jpg"], ["updated_at", "2015-12-06 18:56:32.273152"], ["id", 117]]
[1m[36m (0.7ms)[0m [1mcommit 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[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 18]]
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 9]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (7.4ms)
Completed 200 OK in 165ms (Views: 25.4ms | ActiveRecord: 1.9ms)
Started PATCH "/pulitzer/versions/18" for ::1 at 2015-12-06 13:56:35 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"IXUOOuGdamEF8J1U7snePPRUyYfMPHkHOJgpqO0fXQnddQZJgdHEZKvbfe+AB28sxCt11kAR8Z4NoZNLymEX9Q==", "commit"=>"Activate", "status"=>"active", "id"=>"18"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 18]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 9]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 9], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["post_id", 9], ["created_at", "2015-12-06 18:56:35.502733"], ["updated_at", "2015-12-06 18:56:35.502733"]]
[1m[35m (105.5ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", "2015-12-06 18:56:35.611031"], ["id", 18]]
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 18]]
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
[1m[35mSQL (1.3ms)[0m INSERT INTO "pulitzer_content_elements" ("label", "title", "image", "post_type_content_element_type_id", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["label", "asdf"], ["title", "asdfasdfasdf"], ["image", "jobs-header_large.jpg"], ["post_type_content_element_type_id", 111], ["content_element_type_id", 2], ["version_id", 19], ["created_at", "2015-12-06 23:21:00.485045"], ["updated_at", "2015-12-06 23:21:00.485045"]]
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 19]]
[1m[36m (0.7ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m DELETE FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? [["id", 118]]
[1m[36m (3672.9ms)[0m [1mcommit transaction[0m
Completed 500 Internal Server Error in 16022296ms (ActiveRecord: 107.4ms)
RuntimeError (Can't modify frozen hash):
activerecord (4.2.5) lib/active_record/attribute_set/builder.rb:45:in `[]='
activerecord (4.2.5) lib/active_record/attribute_set.rb:39:in `write_from_user'
activerecord (4.2.5) lib/active_record/attribute_methods/write.rb:74:in `write_attribute_with_type_cast'
activerecord (4.2.5) lib/active_record/attribute_methods/write.rb:56:in `write_attribute'
activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:96:in `write_attribute'
activerecord (4.2.5) lib/active_record/attribute_methods.rb:50:in `__temp__6756273796f6e6f59646'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/clone_version.rb:16:in `block in call'
activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each'
activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/clone_version.rb:10:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/versions_controller.rb:9:in `update'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.1ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.4ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-12-06 18:23:47 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.3ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[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", 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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (10.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (12.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (8.9ms)
[1m[36mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 4]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (429.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (431.4ms)
[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", 9]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 9]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (472.2ms)
Completed 200 OK in 985ms (Views: 981.9ms | ActiveRecord: 2.7ms)
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-06 18:23:48 -0500
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-06 18:23:48 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-06 18:23:48 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-06 18:23:48 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-06 18:23:48 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-06 18:23:48 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-06 18:23:48 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-12-06 18:23:48 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-06 18:23:48 -0500
Started GET "/assets/application-afe2960c9b48d5cbb3f5305202b9403e.js?body=1" for ::1 at 2015-12-06 18:23:48 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-06 18:23:48 -0500
Started GET "/pulitzer/posts/va-2056568a-4651-44d3-a537-47451ef463bf/content_elements" for ::1 at 2015-12-06 18:23:50 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va-2056568a-4651-44d3-a537-47451ef463bf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va-2056568a-4651-44d3-a537-47451ef463bf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 9], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 9], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 9]]
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 9], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 19], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 9], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 19], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 19], ["kind", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 9], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (21.9ms)
Completed 200 OK in 576ms (Views: 567.1ms | ActiveRecord: 0.7ms)
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-06 18:23:50 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-06 18:23:50 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-06 18:23:50 -0500
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-06 18:23:50 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-06 18:23:50 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-06 18:23:50 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-06 18:23:50 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-06 18:23:50 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-06 18:23:50 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-12-06 18:23:50 -0500
Started GET "/assets/application-afe2960c9b48d5cbb3f5305202b9403e.js?body=1" for ::1 at 2015-12-06 18:23:50 -0500
Started PATCH "/pulitzer/versions/19" for ::1 at 2015-12-06 18:23:52 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"G2KNsoT2mqEMoaoylnsbf9BnD9stbVg6NHejgqVjLLjnYoXB5Lo0pKKKSon4tapv4BiziqFA0KMBThlhgh1mRA==", "commit"=>"Abandon", "status"=>"abandoned", "id"=>"19"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 19]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 9]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 9], ["status", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", "2015-12-06 23:23:52.776149"], ["updated_at", "2015-12-06 23:23:52.776149"]]
[1m[36m (1186.5ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 3], ["updated_at", "2015-12-06 23:23:53.965558"], ["id", 19]]
[1m[35m (1.1ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 18]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "image", "post_type_content_element_type_id", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["label", "asdf"], ["title", "asdfasdfasdf"], ["image", "jobs-header_large.jpg"], ["post_type_content_element_type_id", 111], ["content_element_type_id", 2], ["version_id", 20], ["created_at", "2015-12-06 23:24:26.126677"], ["updated_at", "2015-12-06 23:24:26.126677"]]
[1m[35m (826.6ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 18]]
Redirected to http://localhost:3000/pulitzer/posts/va-2056568a-4651-44d3-a537-47451ef463bf/content_elements
Completed 302 Found in 34189ms (ActiveRecord: 2016.3ms)
Started GET "/pulitzer/posts/va-2056568a-4651-44d3-a537-47451ef463bf/content_elements" for ::1 at 2015-12-06 18:24:26 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va-2056568a-4651-44d3-a537-47451ef463bf"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va-2056568a-4651-44d3-a537-47451ef463bf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 9], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 9], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 9]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 9], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 20], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 9], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 20], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.7ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 20], ["kind", 0]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 9], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (30.7ms)
Completed 200 OK in 98ms (Views: 89.6ms | ActiveRecord: 0.8ms)
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-06 18:24:27 -0500
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-06 18:24:27 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-06 18:24:27 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-06 18:24:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-06 18:24:27 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-06 18:24:27 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-06 18:24:27 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-06 18:24:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-06 18:24:28 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-12-06 18:24:28 -0500
Started GET "/assets/application-afe2960c9b48d5cbb3f5305202b9403e.js?body=1" for ::1 at 2015-12-06 18:24:28 -0500
Started GET "/pulitzer/posts/va-2056568a-4651-44d3-a537-47451ef463bf/content_elements/119/edit?authenticity_token=mRvW0ODbwWPokxUluJL3NC0oZpFMNCbvOLHIWObg7BhlG96jgJdvZka49Z7WXEYkHVfawMAZrnYNiHK7wZ6m5A%3D%3D" for ::1 at 2015-12-06 18:24:36 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"mRvW0ODbwWPokxUluJL3NC0oZpFMNCbvOLHIWObg7BhlG96jgJdvZka49Z7WXEYkHVfawMAZrnYNiHK7wZ6m5A==", "post_id"=>"va-2056568a-4651-44d3-a537-47451ef463bf", "id"=>"119"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 119]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (47.4ms)
Completed 200 OK in 138ms (Views: 136.6ms | ActiveRecord: 0.2ms)
Started GET "/pulitzer/content_elements/119?authenticity_token=mRvW0ODbwWPokxUluJL3NC0oZpFMNCbvOLHIWObg7BhlG96jgJdvZka49Z7WXEYkHVfawMAZrnYNiHK7wZ6m5A%3D%3D" for ::1 at 2015-12-06 18:24:38 -0500
Processing by Pulitzer::ContentElementsController#show as */*
Parameters: {"authenticity_token"=>"mRvW0ODbwWPokxUluJL3NC0oZpFMNCbvOLHIWObg7BhlG96jgJdvZka49Z7WXEYkHVfawMAZrnYNiHK7wZ6m5A==", "id"=>"119"}
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 119]]
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 20]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 9]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.1ms)
Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 0.3ms)
Started GET "/pulitzer/posts/va-2056568a-4651-44d3-a537-47451ef463bf/content_elements/119/edit?authenticity_token=mRvW0ODbwWPokxUluJL3NC0oZpFMNCbvOLHIWObg7BhlG96jgJdvZka49Z7WXEYkHVfawMAZrnYNiHK7wZ6m5A%3D%3D" for ::1 at 2015-12-06 18:32:17 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"mRvW0ODbwWPokxUluJL3NC0oZpFMNCbvOLHIWObg7BhlG96jgJdvZka49Z7WXEYkHVfawMAZrnYNiHK7wZ6m5A==", "post_id"=>"va-2056568a-4651-44d3-a537-47451ef463bf", "id"=>"119"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (47.9ms)
Started GET "/pulitzer/posts/va-2056568a-4651-44d3-a537-47451ef463bf/content_elements/119/edit?authenticity_token=mRvW0ODbwWPokxUluJL3NC0oZpFMNCbvOLHIWObg7BhlG96jgJdvZka49Z7WXEYkHVfawMAZrnYNiHK7wZ6m5A%3D%3D" for ::1 at 2015-12-06 18:41:54 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"mRvW0ODbwWPokxUluJL3NC0oZpFMNCbvOLHIWObg7BhlG96jgJdvZka49Z7WXEYkHVfawMAZrnYNiHK7wZ6m5A==", "post_id"=>"va-2056568a-4651-44d3-a537-47451ef463bf", "id"=>"119"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 119]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (75.3ms)
Completed 200 OK in 155ms (Views: 102.3ms | ActiveRecord: 1.0ms)
Started PATCH "/pulitzer/content_elements/119" for ::1 at 2015-12-06 18:42:08 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"DNj6RV3SiLcYS+/dqDxTYBppLtNJ847DpMV3a7qZ/vHw2PI2PZ4msrZgD2bG8uJwKhaSgsXeBlqR/M2Inee0DQ==", "content_element"=>{"title"=>"asdfasdfasdf", "image"=>#, @original_filename="map.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"map.jpg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"119"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 119]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 119]]
[1m[36mSQL (0.4ms)[0m [1mUPDATE "pulitzer_content_elements" SET "image" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["image", "map.jpg"], ["updated_at", "2015-12-06 23:42:08.639725"], ["id", 119]]
[1m[35m (1.0ms)[0m commit 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", 2]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 20]]
[1m[36mPulitzer::Post Load (0.2ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 9]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (41.7ms)
Completed 200 OK in 195ms (Views: 60.5ms | ActiveRecord: 2.9ms)
Started PATCH "/pulitzer/versions/20" for ::1 at 2015-12-06 18:42:27 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"imz/hMXr1xsmuInGzEVxJDBS1S48g4S1eI9evFOEOgt2bPf3pad5HoiTaX2ii8A0AC1pf7CuDCxNtuRfdPpw9w==", "commit"=>"Activate", "status"=>"active", "id"=>"20"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 20]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 9]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 9], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 9], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-12-06 23:42:29.536627"], ["id", 18]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", "2015-12-06 23:42:29.539514"], ["updated_at", "2015-12-06 23:42:29.539514"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-12-06 23:42:29.542108"], ["id", 20]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 20]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "image", "post_type_content_element_type_id", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["label", "asdf"], ["title", "asdfasdfasdf"], ["image", "map.jpg"], ["post_type_content_element_type_id", 111], ["content_element_type_id", 2], ["version_id", 21], ["created_at", "2015-12-06 23:42:29.653247"], ["updated_at", "2015-12-06 23:42:29.653247"]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 20]]
Redirected to http://localhost:3000/pulitzer/posts/va-2056568a-4651-44d3-a537-47451ef463bf/content_elements
Completed 302 Found in 140ms (ActiveRecord: 5.2ms)
Started GET "/pulitzer/posts/va-2056568a-4651-44d3-a537-47451ef463bf/content_elements" for ::1 at 2015-12-06 18:42:29 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va-2056568a-4651-44d3-a537-47451ef463bf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va-2056568a-4651-44d3-a537-47451ef463bf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 9], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 9], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 9]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 9], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 21], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 9], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 21], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.2ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 21], ["kind", 0]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 9], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (32.0ms)
Completed 200 OK in 1991ms (Views: 166.8ms | ActiveRecord: 1.2ms)
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-06 18:42:31 -0500
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-06 18:42:31 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-06 18:42:31 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-06 18:42:31 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-06 18:42:31 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-06 18:42:31 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-06 18:42:31 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-06 18:42:31 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-06 18:42:31 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-12-06 18:42:31 -0500
Started GET "/assets/application-afe2960c9b48d5cbb3f5305202b9403e.js?body=1" for ::1 at 2015-12-06 18:42:31 -0500
Started GET "/pulitzer/posts/va-2056568a-4651-44d3-a537-47451ef463bf/content_elements/120/edit?authenticity_token=yDZR7SerhCQXPQ%2BzPyqecglBFyO%2FROtnJWxCcOXK09A0NlmeR%2BcqIbkW7whR5C9iOT6rcjNpY%2F4QVfiTwrSZLA%3D%3D" for ::1 at 2015-12-06 18:49:43 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"yDZR7SerhCQXPQ+zPyqecglBFyO/ROtnJWxCcOXK09A0NlmeR+cqIbkW7whR5C9iOT6rcjNpY/4QVfiTwrSZLA==", "post_id"=>"va-2056568a-4651-44d3-a537-47451ef463bf", "id"=>"120"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 120]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (71.6ms)
Completed 200 OK in 136ms (Views: 93.1ms | ActiveRecord: 0.9ms)
Started PATCH "/pulitzer/content_elements/120" for ::1 at 2015-12-06 18:49:49 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"sB19re3FLg8fmzqNXm7lJJfRAcWRKpTx7lIIeUEsdv9MHXXejYmACrGw2jYwoFQ0p669lB0HHGjba7KaZlI8Aw==", "content_element"=>{"title"=>"asdfasdfasdf", "image"=>#, @original_filename="jobs-header_large.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"content_element[image]\"; filename=\"jobs-header_large.jpg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Update", "id"=>"120"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 120]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 120]]
[1m[36mSQL (0.5ms)[0m [1mUPDATE "pulitzer_content_elements" SET "image" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["image", "jobs-header_large.jpg"], ["updated_at", "2015-12-06 23:49:50.882379"], ["id", 120]]
[1m[35m (1.2ms)[0m commit 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", 2]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 21]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 9]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (46.1ms)
Completed 200 OK in 1342ms (Views: 73.3ms | ActiveRecord: 3.1ms)
Started PATCH "/pulitzer/versions/21" for ::1 at 2015-12-06 18:49:53 -0500
Processing by Pulitzer::VersionsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/3aBLze3vaa/lcTXkkpSrAmus0FqTs+8H9FjV4LiE6IDdolcV/sToxG+JGz8hOO8OdEPEOZjRyUq6Nm0pZxZXg==", "commit"=>"Activate", "status"=>"active", "id"=>"21"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 21]]
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 9]]
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 9], ["status", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 9], ["status", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 2], ["updated_at", "2015-12-06 23:49:53.469218"], ["id", 20]]
[1m[35m (243.9ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 9], ["created_at", "2015-12-06 23:49:53.715827"], ["updated_at", "2015-12-06 23:49:53.715827"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mUPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ?[0m [["status", 1], ["updated_at", "2015-12-06 23:49:53.718477"], ["id", 21]]
[1m[35m (0.7ms)[0m commit transaction
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 21]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "pulitzer_content_elements" ("label", "title", "image", "post_type_content_element_type_id", "content_element_type_id", "version_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["label", "asdf"], ["title", "asdfasdfasdf"], ["image", "jobs-header_large.jpg"], ["post_type_content_element_type_id", 111], ["content_element_type_id", 2], ["version_id", 22], ["created_at", "2015-12-06 23:49:54.578232"], ["updated_at", "2015-12-06 23:49:54.578232"]]
[1m[35m (0.8ms)[0m commit transaction
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ?[0m [["version_id", 21]]
Redirected to http://localhost:3000/pulitzer/posts/va-2056568a-4651-44d3-a537-47451ef463bf/content_elements
Completed 302 Found in 1131ms (ActiveRecord: 248.4ms)
Started GET "/pulitzer/posts/va-2056568a-4651-44d3-a537-47451ef463bf/content_elements" for ::1 at 2015-12-06 18:49:54 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"va-2056568a-4651-44d3-a537-47451ef463bf"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "va-2056568a-4651-44d3-a537-47451ef463bf"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 9], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 9], ["status", 0]]
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1[0m [["id", 9]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 9], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.2ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 22], ["label_type", "Pulitzer::Tag"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 9], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 22], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 22], ["kind", 0]]
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 9], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (31.2ms)
Completed 200 OK in 256ms (Views: 139.4ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-06 18:49:55 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-06 18:49:55 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-06 18:49:55 -0500
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-06 18:49:55 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-06 18:49:55 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-06 18:49:55 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-06 18:49:55 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-06 18:49:55 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-12-06 18:49:55 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-06 18:49:55 -0500
Started GET "/assets/application-afe2960c9b48d5cbb3f5305202b9403e.js?body=1" for ::1 at 2015-12-06 18:49:55 -0500
Started GET "/pulitzer/post_types" for ::1 at 2015-12-06 18:50:02 -0500
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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (30.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (33.2ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.4ms)
[1m[35mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 4]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (501.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (503.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", 9]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 9]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (9.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (11.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (569.1ms)
Completed 200 OK in 630ms (Views: 625.8ms | ActiveRecord: 3.6ms)
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-06 18:50:08 -0500
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-06 18:50:08 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-06 18:50:08 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-06 18:50:08 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-06 18:50:08 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-06 18:50:08 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-06 18:50:08 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-06 18:50:08 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-12-06 18:50:08 -0500
Started GET "/assets/application-afe2960c9b48d5cbb3f5305202b9403e.js?body=1" for ::1 at 2015-12-06 18:50:08 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-06 18:50:08 -0500
Started GET "/" for ::1 at 2015-12-10 15:44:51 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.4ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.5ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (69.7ms)
Started GET "/" for ::1 at 2015-12-10 15:44:51 -0500
Processing by PagesController#news_posts as HTML
[1m[36mPulitzer::PostType Load (0.1ms)[0m [1mSELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1[0m [["name", "News articles"]]
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.5ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-12-10 15:45:02 -0500
Processing by Pulitzer::PostTypesController#index as HTML
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
[1m[36mPulitzer::Post Load (0.5ms)[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", 1]]
[1m[35mPulitzer::PostTypeContentElementType Load (1.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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (10.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (56.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (59.4ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (9.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.8ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 4]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.3ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (438.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (440.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", 9]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 9]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (894.5ms)
Completed 200 OK in 1347ms (Views: 1341.0ms | ActiveRecord: 5.8ms)
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-10 15:45:04 -0500
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-10 15:45:04 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-10 15:45:04 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-10 15:45:04 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-10 15:45:04 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-10 15:45:04 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-10 15:45:04 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-10 15:45:04 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-10 15:45:04 -0500
Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-12-10 15:45:04 -0500
Started GET "/assets/application-afe2960c9b48d5cbb3f5305202b9403e.js?body=1" for ::1 at 2015-12-10 15:45:04 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=0yL%2Bm%2F%2FtiSw0auUyq0E%2FQ6HykfJP7ZMQgqBIrnkf5exbUyZ7WncJ9uYPTSiWBreU9PYU14v2bFCcNTqzxMFgeA%3D%3D" for ::1 at 2015-12-10 15:45:11 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"0yL+m//tiSw0auUyq0E/Q6HykfJP7ZMQgqBIrnkf5exbUyZ7WncJ9uYPTSiWBreU9PYU14v2bFCcNTqzxMFgeA=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1822.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (1859.6ms)
Completed 200 OK in 1878ms (Views: 1878.0ms | ActiveRecord: 0.0ms)
Started GET "/" for ::1 at 2015-12-17 07:39:46 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PagesController#news_posts as HTML
[1m[35mPulitzer::PostType Load (0.6ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
Completed 500 Internal Server Error in 23ms
NoMethodError (undefined method `posts' for nil:NilClass):
app/controllers/pages_controller.rb:7:in `news_posts'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (69.3ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-12-17 07:39:54 -0500
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.4ms)[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]]
[1m[36mPulitzer::PostTypeContentElementType Load (1.0ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.4ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (8.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (11.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (59.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (62.8ms)
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.0ms)
[1m[35mPulitzer::PostTypeContentElementType Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 4]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[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", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (7.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (419.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (420.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", 9]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 9]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (519.7ms)
Completed 200 OK in 2552ms (Views: 2546.1ms | ActiveRecord: 4.9ms)
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-17 07:39:58 -0500
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-17 07:39:58 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-17 07:39:58 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-17 07:39:58 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-17 07:39:58 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-17 07:39:58 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-17 07:39:58 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-17 07:39:58 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-17 07:39:59 -0500
Started GET "/assets/wysihtml-toolbar-59685f71cfa39b74ed2f54c267153113.js?body=1" for ::1 at 2015-12-17 07:39:59 -0500
Started GET "/assets/application-ce5b505a9503055ad90f00a41b129405.js?body=1" for ::1 at 2015-12-17 07:39:59 -0500
Started GET "/pulitzer/post_types/new?authenticity_token=aNYWDi5N0cMTmf7PhrKKoXvfk%2FVfoZ0iETCnvSLPmn3gp87ui9dRGcH8VtW79QJ2LtsW0Ju6YmIPpdWgnxEf6Q%3D%3D" for ::1 at 2015-12-17 07:40:03 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"aNYWDi5N0cMTmf7PhrKKoXvfk/VfoZ0iETCnvSLPmn3gp87ui9dRGcH8VtW79QJ2LtsW0Ju6YmIPpdWgnxEf6Q=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (31.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (79.1ms)
Completed 200 OK in 267ms (Views: 265.7ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-12-17 07:40:09 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"vc7C5sz/IcwR4mjQQ/BlzLYIf2juztAZmnV6ibXj0gg1vxoGaWWhFsOHwMp+t+0b4wz6TSrVL1mE4AiUCD1XnA==", "post_type"=>{"name"=>"pepe", "plural"=>"0", "kind"=>"template"}, "commit"=>"Create"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "pepe"], ["plural", "f"], ["created_at", "2015-12-17 12:40:09.082276"], ["updated_at", "2015-12-17 12:40:09.082276"]]
[1m[36m (0.7ms)[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", 10]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Post Exists (0.6ms)[0m SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "pepe"]]
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "pepe"], ["post_type_id", 10], ["slug", "pepe"], ["created_at", "2015-12-17 12:40:11.368026"], ["updated_at", "2015-12-17 12:40:11.368026"]]
[1m[35mSQL (0.6ms)[0m INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 10], ["created_at", "2015-12-17 12:40:11.380079"], ["updated_at", "2015-12-17 12:40:11.380079"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 10]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 10]]
[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", 10]]
[1m[36mCACHE (0.0ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 10]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (31.1ms)
Completed 200 OK in 2360ms (Views: 53.4ms | ActiveRecord: 4.7ms)
Started GET "/pulitzer/post_types/new?authenticity_token=aNYWDi5N0cMTmf7PhrKKoXvfk%2FVfoZ0iETCnvSLPmn3gp87ui9dRGcH8VtW79QJ2LtsW0Ju6YmIPpdWgnxEf6Q%3D%3D" for ::1 at 2015-12-17 07:40:13 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"aNYWDi5N0cMTmf7PhrKKoXvfk/VfoZ0iETCnvSLPmn3gp87ui9dRGcH8VtW79QJ2LtsW0Ju6YmIPpdWgnxEf6Q=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (32.9ms)
Completed 200 OK in 49ms (Views: 48.6ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-12-17 07:40:15 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"xAdGvW8RpXu5ag2KqMfRK/INIniKOtSEjLOgBm1MtmJMdp5dyosloWsPpZCVgFn8pwmnXU4hK8SSJtIb0JIz9g==", "post_type"=>{"name"=>"", "plural"=>"0", "kind"=>"template"}, "commit"=>"Create"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
Completed 422 Unprocessable Entity in 5ms
ActiveRecord::RecordNotSaved (You cannot call create unless the parent is saved):
activerecord (4.2.0) lib/active_record/associations/collection_association.rb:482:in `_create_record'
activerecord (4.2.0) lib/active_record/associations/has_many_association.rb:172:in `_create_record'
activerecord (4.2.0) lib/active_record/associations/collection_association.rb:143:in `create'
activerecord (4.2.0) lib/active_record/associations/collection_proxy.rb:285:in `create'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_singleton_post.rb:11:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_types_controller.rb:15:in `create'
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:151:in `block in halting_and_conditional'
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
railties (4.2.0) lib/rails/engine.rb:518:in `call'
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.0) lib/rails/engine.rb:518:in `call'
railties (4.2.0) 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/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (46.5ms)
Started GET "/pulitzer/post_types/new?authenticity_token=aNYWDi5N0cMTmf7PhrKKoXvfk%2FVfoZ0iETCnvSLPmn3gp87ui9dRGcH8VtW79QJ2LtsW0Ju6YmIPpdWgnxEf6Q%3D%3D" for ::1 at 2015-12-17 07:40:31 -0500
Processing by Pulitzer::PostTypesController#new as */*
Parameters: {"authenticity_token"=>"aNYWDi5N0cMTmf7PhrKKoXvfk/VfoZ0iETCnvSLPmn3gp87ui9dRGcH8VtW79QJ2LtsW0Ju6YmIPpdWgnxEf6Q=="}
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (33.8ms)
Completed 200 OK in 52ms (Views: 51.3ms | ActiveRecord: 0.0ms)
Started POST "/pulitzer/post_types" for ::1 at 2015-12-17 07:40:33 -0500
Processing by Pulitzer::PostTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"VwQjbWylW8pUE0KbIsVbf7wlS5kMcPaYHGKvbMQHkTDfdfuNyT/bEIZ26oEfgtOo6SHOvMhrCdgC991xedkUpA==", "post_type"=>{"name"=>"", "plural"=>"0", "kind"=>"template"}, "commit"=>"Create"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
Completed 422 Unprocessable Entity in 3ms
ActiveRecord::RecordNotSaved (You cannot call create unless the parent is saved):
activerecord (4.2.0) lib/active_record/associations/collection_association.rb:482:in `_create_record'
activerecord (4.2.0) lib/active_record/associations/has_many_association.rb:172:in `_create_record'
activerecord (4.2.0) lib/active_record/associations/collection_association.rb:143:in `create'
activerecord (4.2.0) lib/active_record/associations/collection_proxy.rb:285:in `create'
/Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_singleton_post.rb:11:in `call'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_types_controller.rb:15:in `create'
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:151:in `block in halting_and_conditional'
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
railties (4.2.0) lib/rails/engine.rb:518:in `call'
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.0) lib/rails/engine.rb:518:in `call'
railties (4.2.0) 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/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (45.4ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=aNYWDi5N0cMTmf7PhrKKoXvfk%2FVfoZ0iETCnvSLPmn3gp87ui9dRGcH8VtW79QJ2LtsW0Ju6YmIPpdWgnxEf6Q%3D%3D" for ::1 at 2015-12-17 07:40:59 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"aNYWDi5N0cMTmf7PhrKKoXvfk/VfoZ0iETCnvSLPmn3gp87ui9dRGcH8VtW79QJ2LtsW0Ju6YmIPpdWgnxEf6Q=="}
[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::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::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (28.3ms)
Completed 200 OK in 49ms (Views: 46.4ms | ActiveRecord: 0.6ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-12-17 07:41:02 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"rAtg4Xj6MoqdiUroCR0TwgGDo4ANg7t79SCjRo92ye4kergB3WCyUE/s4vI0WpsVVIcmpcmYRDvrtdFbMqhMeg==", "post_type_content_element_type"=>{"label"=>"", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Create"}
[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::PostType Load (0.1ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["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]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[36mPulitzer::ContentElement Exists (0.9ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_elements" WHERE ("pulitzer_content_elements"."label" = '' AND "pulitzer_content_elements"."version_id" = 1) LIMIT 1[0m
[1m[35m (0.1ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (22.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (41.4ms)
Completed 500 Internal Server Error in 1859ms
ActionView::Template::Error (No route matches {:action=>"edit", :controller=>"pulitzer/post_type_content_element_types", :format=>nil, :id=>#} missing required keys: [:id]):
2: - <%= ptcet.label %>
3: - <%= ptcet.content_element_type.name %>
4: -
5: <%= ajax_link "Edit", edit_post_type_content_element_type_path(ptcet), {}, dom_target(ptcet) %>
6:
7: -
8: <%= ajax_delete 'Delete', post_type_content_element_type_path(ptcet), {}, dom_target(ptcet) %>
actionpack (4.2.0) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:710:in `generate'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:741:in `generate'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:784:in `url_for'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:279:in `call'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:222:in `call'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:334:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb:5:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__show_html_erb__4002467143883129667_70304894923280'
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.0) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__show_wrapper_html_erb___1996809149295469354_70304894654280'
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:14:in `create'
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:151:in `block in halting_and_conditional'
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
railties (4.2.0) lib/rails/engine.rb:518:in `call'
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.0) lib/rails/engine.rb:518:in `call'
railties (4.2.0) 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/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (33.7ms)
Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=aNYWDi5N0cMTmf7PhrKKoXvfk%2FVfoZ0iETCnvSLPmn3gp87ui9dRGcH8VtW79QJ2LtsW0Ju6YmIPpdWgnxEf6Q%3D%3D" for ::1 at 2015-12-17 07:41:16 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
Parameters: {"post_type_id"=>"1", "authenticity_token"=>"aNYWDi5N0cMTmf7PhrKKoXvfk/VfoZ0iETCnvSLPmn3gp87ui9dRGcH8VtW79QJ2LtsW0Ju6YmIPpdWgnxEf6Q=="}
[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::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.4ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (6.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (27.8ms)
Completed 200 OK in 45ms (Views: 42.8ms | ActiveRecord: 0.9ms)
Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-12-17 07:41:18 -0500
Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"A/Lcby2IYt3gw25cx/1oitUuJJtFHStG/kjA6oKpWAKLgwSPiBLiBzKmxkb6uuBdgCqhvoEG1Abg3bL3P3fdlg==", "post_type_content_element_type"=>{"label"=>"asdf", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Create"}
[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.4ms)[0m INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "asdf"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-12-17 12:41:20.189575"], ["updated_at", "2015-12-17 12:41:20.189575"]]
[1m[36m (0.6ms)[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::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ?[0m [["post_type_id", 1]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[36mPulitzer::ContentElement Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_elements" WHERE ("pulitzer_content_elements"."label" = 'asdf' AND "pulitzer_content_elements"."version_id" = 1) LIMIT 1[0m
[1m[35m (0.1ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (23.4ms)
Completed 200 OK in 56ms (Views: 42.6ms | ActiveRecord: 2.0ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-12-17 07:41:26 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[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[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.5ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.4ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (22.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (26.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[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[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Post Load (0.3ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["version_id", 1], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (81.2ms)
Completed 200 OK in 145ms (Views: 129.9ms | ActiveRecord: 3.5ms)
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-17 07:41:26 -0500
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-17 07:41:27 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-17 07:41:27 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-17 07:41:27 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-17 07:41:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-17 07:41:27 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-17 07:41:27 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-17 07:41:27 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-17 07:41:27 -0500
Started GET "/pulitzer/posts/jobs/content_elements/1/edit?authenticity_token=RE5%2FIspIZxAEBfPKDI%2B7bn5FLwAg3ySaszZzIxpOyv%2FMP6fCb9LnytZgW9AxyDO5K0GqJeTE29qtowE%2Bp5BPaw%3D%3D" for ::1 at 2015-12-17 07:41:29 -0500
Processing by Pulitzer::ContentElementsController#edit as */*
Parameters: {"authenticity_token"=>"RE5/IspIZxAEBfPKDI+7bn5FLwAg3ySaszZzIxpOyv/MP6fCb9LnytZgW9AxyDO5K0GqJeTE29qtowE+p5BPaw==", "post_id"=>"jobs", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (19.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (60.7ms)
Completed 200 OK in 1227ms (Views: 1225.8ms | ActiveRecord: 0.3ms)
Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-12-17 07:41:32 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"LWMbh/IYXNFtsrsNYEyULvHHUXd1QtzYhpn3Q0vuD8ClEsNnV4LcC7/XExddCxz5pMPUUrFZI5iYDIVe9jCKVA==", "content_element"=>{"title"=>"asdf", "body"=>"asdfasdfasdfas"}, "commit"=>"Update", "id"=>"1"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElement Exists (0.1ms)[0m SELECT 1 AS one FROM "pulitzer_content_elements" WHERE ("pulitzer_content_elements"."label" IS NULL AND "pulitzer_content_elements"."id" != 1 AND "pulitzer_content_elements"."version_id" = 1) LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (20.7ms)
Completed 200 OK in 43ms (Views: 38.2ms | ActiveRecord: 0.5ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=RE5%2FIspIZxAEBfPKDI%2B7bn5FLwAg3ySaszZzIxpOyv%2FMP6fCb9LnytZgW9AxyDO5K0GqJeTE29qtowE%2Bp5BPaw%3D%3D" for ::1 at 2015-12-17 07:41:35 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"RE5/IspIZxAEBfPKDI+7bn5FLwAg3ySaszZzIxpOyv/MP6fCb9LnytZgW9AxyDO5K0GqJeTE29qtowE+p5BPaw=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (12.9ms)
Completed 200 OK in 1910ms (Views: 1907.0ms | ActiveRecord: 0.6ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-12-17 07:41:39 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"WuaOZ3jiNm8N+ni2Z6pE/6uPtd3LoEaLWjWPEyAxFGLSl1aH3Xi2td+f0Kxa7cwo/osw+A+7uctEoP0One+R9g==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"1", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[36mPulitzer::Version Load (0.3ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mPulitzer::ContentElement Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_elements" WHERE ("pulitzer_content_elements"."label" IS NULL AND "pulitzer_content_elements"."version_id" = 1) LIMIT 1[0m
[1m[35m (0.0ms)[0m commit 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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (15.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (36.1ms)
Completed 500 Internal Server Error in 57ms
ActionView::Template::Error (No route matches {:action=>"show", :controller=>"pulitzer/content_elements", :format=>nil, :id=>#} missing required keys: [:id]):
2:
<%= content_element.label %>
3: <% end %>
4: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true,
5: data: { server_endpoint: content_element_path(content_element) } do |f| %>
6: <%= f.text_field :title, placeholder: 'Title' %>
7: <%= render partial: "#{content_element.type}_fields", locals: { f: f, content_element: content_element } %>
8: <%= submit_tag "Update" %>
actionpack (4.2.0) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:710:in `generate'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:741:in `generate'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:784:in `url_for'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:279:in `call'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:222:in `call'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:334:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___2016238388052645985_70304892126700'
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.0) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__3009335533008735665_70304940956920'
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:21:in `create'
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:151:in `block in halting_and_conditional'
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
railties (4.2.0) lib/rails/engine.rb:518:in `call'
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.0) lib/rails/engine.rb:518:in `call'
railties (4.2.0) 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/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (32.7ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-12-17 07:41:55 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (6.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (7.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (485.0ms)
Completed 200 OK in 545ms (Views: 536.8ms | ActiveRecord: 1.8ms)
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-17 07:41:56 -0500
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-17 07:41:56 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-17 07:41:56 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-17 07:41:56 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-17 07:41:56 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-17 07:41:56 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-17 07:41:56 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-17 07:41:56 -0500
Started GET "/assets/wysihtml-toolbar-59685f71cfa39b74ed2f54c267153113.js?body=1" for ::1 at 2015-12-17 07:41:56 -0500
Started GET "/assets/application-ce5b505a9503055ad90f00a41b129405.js?body=1" for ::1 at 2015-12-17 07:41:56 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-17 07:41:56 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=E61rH6WiCSjdyQSFr448%2B5vChiD3g6JeTRRS%2BshcSj6b3LP%2FADiJ8g%2BsrJ%2BSybQszsYDBTOYXR5TgSDndYLPqg%3D%3D" for ::1 at 2015-12-17 07:42:03 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"E61rH6WiCSjdyQSFr448+5vChiD3g6JeTRRS+shcSj6b3LP/ADiJ8g+srJ+SybQszsYDBTOYXR5TgSDndYLPqg=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (4.3ms)
Completed 200 OK in 21ms (Views: 18.9ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-12-17 07:42:07 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"TUPwAQq29VzgyoIV45SRliDGzA+42r5vxiUG0pj2/mLFMijhryx1hjKvKg/e0xlBdcJJKnzBQS/YsHTPJSh79g==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"1", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mPulitzer::ContentElement Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_elements" WHERE ("pulitzer_content_elements"."label" IS NULL AND "pulitzer_content_elements"."version_id" = 1) LIMIT 1[0m
[1m[35m (0.0ms)[0m commit 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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (19.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (37.1ms)
Completed 500 Internal Server Error in 57ms
ActionView::Template::Error (No route matches {:action=>"show", :controller=>"pulitzer/content_elements", :format=>nil, :id=>#} missing required keys: [:id]):
2: <%= content_element.label %>
3: <% end %>
4: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true,
5: data: { server_endpoint: content_element_path(content_element) } do |f| %>
6: <%= f.text_field :title, placeholder: 'Title' %>
7: <%= render partial: "#{content_element.type}_fields", locals: { f: f, content_element: content_element } %>
8: <%= submit_tag "Update" %>
actionpack (4.2.0) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:710:in `generate'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:741:in `generate'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:784:in `url_for'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:279:in `call'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:222:in `call'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:334:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___2016238388052645985_70304892126700'
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.0) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__3009335533008735665_70304940956920'
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:21:in `create'
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:151:in `block in halting_and_conditional'
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
railties (4.2.0) lib/rails/engine.rb:518:in `call'
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.0) lib/rails/engine.rb:518:in `call'
railties (4.2.0) 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/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (29.2ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-12-17 07:42:51 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (8.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (25.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (28.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.2ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (9.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (106.3ms)
Completed 200 OK in 389ms (Views: 210.1ms | ActiveRecord: 11.9ms)
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-17 07:42:52 -0500
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-17 07:42:52 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-17 07:42:52 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-17 07:42:52 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-17 07:42:52 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-17 07:42:52 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-17 07:42:52 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-17 07:42:52 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-17 07:42:52 -0500
Started GET "/assets/wysihtml-toolbar-59685f71cfa39b74ed2f54c267153113.js?body=1" for ::1 at 2015-12-17 07:42:52 -0500
Started GET "/assets/application-ce5b505a9503055ad90f00a41b129405.js?body=1" for ::1 at 2015-12-17 07:42:52 -0500
Started GET "/pulitzer/content_elements/new?version_id=1" for ::1 at 2015-12-17 07:42:54 -0500
Processing by Pulitzer::ContentElementsController#new as HTML
Parameters: {"version_id"=>"1"}
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.3ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (38.3ms)
Completed 200 OK in 49ms (Views: 41.8ms | ActiveRecord: 0.9ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-12-17 07:42:58 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[36mPulitzer::Post Load (0.1ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1[0m [["slug", "jobs"]]
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostType Load (0.2ms)[0m SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.3ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::PostTag Load (0.1ms)[0m [1mSELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ?[0m [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
[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[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC[0m [["version_id", 1], ["kind", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (56.7ms)
Completed 200 OK in 163ms (Views: 151.0ms | ActiveRecord: 1.8ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-17 07:42:59 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-17 07:42:59 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-17 07:42:59 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-17 07:42:59 -0500
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-17 07:42:59 -0500
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-17 07:42:59 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-17 07:42:59 -0500
Started GET "/assets/wysihtml-toolbar-59685f71cfa39b74ed2f54c267153113.js?body=1" for ::1 at 2015-12-17 07:42:59 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-17 07:42:59 -0500
Started GET "/assets/application-ce5b505a9503055ad90f00a41b129405.js?body=1" for ::1 at 2015-12-17 07:42:59 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-17 07:42:59 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=sD3F6YdOKmbDqY8XdFKCttnyre0ar8EwhO90CfVhuvk4TB0JItSqvBHMJw1JFQphjPYoyN60PnCaegYUSL8%2FbQ%3D%3D" for ::1 at 2015-12-17 07:43:03 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"sD3F6YdOKmbDqY8XdFKCttnyre0ar8EwhO90CfVhuvk4TB0JItSqvBHMJw1JFQphjPYoyN60PnCaegYUSL8/bQ=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (7.4ms)
Completed 200 OK in 25ms (Views: 22.6ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-12-17 07:43:06 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"vTMiSXEXMkapfodGHTDBwdIWr8BWFkflqgPlkHNDi3c1Qvqp1I2ynHsbL1wgd0kWhxIq5ZINuKW0lpeNzp0O4w==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"1", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElement Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_content_elements" WHERE ("pulitzer_content_elements"."label" IS NULL AND "pulitzer_content_elements"."version_id" = 1) LIMIT 1
[1m[36m (0.0ms)[0m [1mcommit 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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (18.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (37.1ms)
Completed 500 Internal Server Error in 65ms
ActionView::Template::Error (No route matches {:action=>"show", :controller=>"pulitzer/content_elements", :format=>nil, :id=>#} missing required keys: [:id]):
2: <%= content_element.label %>
3: <% end %>
4: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true,
5: data: { server_endpoint: content_element_path(content_element) } do |f| %>
6: <%= f.text_field :title, placeholder: 'Title' %>
7: <%= render partial: "#{content_element.type}_fields", locals: { f: f, content_element: content_element } %>
8: <%= submit_tag "Update" %>
actionpack (4.2.0) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:710:in `generate'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:741:in `generate'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:784:in `url_for'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:279:in `call'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:222:in `call'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:334:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___260210935818620170_70117000055660'
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.0) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___1452161722870753624_70117013018720'
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:21:in `create'
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:151:in `block in halting_and_conditional'
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
railties (4.2.0) lib/rails/engine.rb:518:in `call'
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.0) lib/rails/engine.rb:518:in `call'
railties (4.2.0) 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/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (30.0ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-12-17 07:46:26 -0500
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::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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (26.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (29.5ms)
[1m[35mPulitzer::Post Load (0.4ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 2]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.5ms)
[1m[36mPulitzer::PostTypeContentElementType Load (0.6ms)[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 4]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[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", 3]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.7ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.2ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
[1m[36mCACHE (0.3ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (442.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (444.2ms)
[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", 9]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 9]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (11.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (13.1ms)
[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", 10]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 10]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (513.4ms)
Completed 200 OK in 574ms (Views: 569.2ms | ActiveRecord: 4.1ms)
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-17 07:46:27 -0500
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-17 07:46:27 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-17 07:46:28 -0500
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-17 07:46:28 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-17 07:46:28 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-17 07:46:28 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-17 07:46:28 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-17 07:46:28 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-17 07:46:28 -0500
Started GET "/assets/wysihtml-toolbar-59685f71cfa39b74ed2f54c267153113.js?body=1" for ::1 at 2015-12-17 07:46:28 -0500
Started GET "/assets/application-ce5b505a9503055ad90f00a41b129405.js?body=1" for ::1 at 2015-12-17 07:46:28 -0500
Started GET "/pulitzer/post_types/1/edit?authenticity_token=x5MFnTHAMytDPwDDv1CjlaOAllHHtxh6STYanOHo8gZP4t19lFqz8ZFaqNmCFytC9oQTdAOs5zpXo2iBXDZ3kg%3D%3D" for ::1 at 2015-12-17 07:46:30 -0500
Processing by Pulitzer::PostTypesController#edit as */*
Parameters: {"authenticity_token"=>"x5MFnTHAMytDPwDDv1CjlaOAllHHtxh6STYanOHo8gZP4t19lFqz8ZFaqNmCFytC9oQTdAOs5zpXo2iBXDZ3kg==", "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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (3.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (42.8ms)
Completed 200 OK in 1649ms (Views: 1647.9ms | ActiveRecord: 0.1ms)
Started GET "/pulitzer/post_types/1?authenticity_token=x5MFnTHAMytDPwDDv1CjlaOAllHHtxh6STYanOHo8gZP4t19lFqz8ZFaqNmCFytC9oQTdAOs5zpXo2iBXDZ3kg%3D%3D" for ::1 at 2015-12-17 07:46:34 -0500
Processing by Pulitzer::PostTypesController#show as */*
Parameters: {"authenticity_token"=>"x5MFnTHAMytDPwDDv1CjlaOAllHHtxh6STYanOHo8gZP4t19lFqz8ZFaqNmCFytC9oQTdAOs5zpXo2iBXDZ3kg==", "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[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]]
[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" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC[0m [["post_type_id", 1]]
[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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (15.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (69.8ms)
Completed 200 OK in 87ms (Views: 86.3ms | ActiveRecord: 0.4ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-12-17 07:46:35 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
[1m[36mPulitzer::ContentElement Load (0.1ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (51.5ms)
Completed 200 OK in 107ms (Views: 100.4ms | ActiveRecord: 1.1ms)
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-17 07:46:35 -0500
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-17 07:46:35 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-17 07:46:35 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-17 07:46:35 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-17 07:46:35 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-17 07:46:35 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-17 07:46:35 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-17 07:46:35 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-17 07:46:35 -0500
Started GET "/assets/wysihtml-toolbar-59685f71cfa39b74ed2f54c267153113.js?body=1" for ::1 at 2015-12-17 07:46:35 -0500
Started GET "/assets/application-ce5b505a9503055ad90f00a41b129405.js?body=1" for ::1 at 2015-12-17 07:46:35 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=BRKV9glqdFOi0O52YLMIuCjlGF%2FyWX2cJ3K6fLzlb%2BuNY00WrPD0iXC1Rmxd9IBvfeGdejZCgtw558hhATvqfw%3D%3D" for ::1 at 2015-12-17 07:46:39 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"BRKV9glqdFOi0O52YLMIuCjlGF/yWX2cJ3K6fLzlb+uNY00WrPD0iXC1Rmxd9IBvfeGdejZCgtw558hhATvqfw=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (3.5ms)
Completed 200 OK in 21ms (Views: 19.0ms | ActiveRecord: 0.3ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-12-17 07:46:42 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"xTEsONEgZlxgWbqVCuWXH9CS0z/NHp+zLuKFQCdeADtNQPTYdLrmhrI8Eo83oh/IhZZWGgkFYPMwd/ddmoCFrw==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"Simple editor", "version_id"=>"1", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mPulitzer::ContentElement Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_elements" WHERE ("pulitzer_content_elements"."label" IS NULL AND "pulitzer_content_elements"."version_id" = 1) LIMIT 1[0m
[1m[35m (0.0ms)[0m commit 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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (21.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (38.1ms)
Completed 500 Internal Server Error in 58ms
ActionView::Template::Error (No route matches {:action=>"show", :controller=>"pulitzer/content_elements", :format=>nil, :id=>#} missing required keys: [:id]):
2: <%= content_element.label %>
3: <% end %>
4: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true,
5: data: { server_endpoint: content_element_path(content_element) } do |f| %>
6: <%= f.text_field :title, placeholder: 'Title' %>
7: <%= render partial: "#{content_element.type}_fields", locals: { f: f, content_element: content_element } %>
8: <%= submit_tag "Update" %>
actionpack (4.2.0) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:710:in `generate'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:741:in `generate'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:784:in `url_for'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:279:in `call'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:222:in `call'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:334:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___260210935818620170_70117000055660'
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.0) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___1452161722870753624_70117013018720'
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:21:in `create'
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:151:in `block in halting_and_conditional'
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
railties (4.2.0) lib/rails/engine.rb:518:in `call'
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.0) lib/rails/engine.rb:518:in `call'
railties (4.2.0) 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/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (30.8ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-12-17 07:47:06 -0500
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (1.5ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.3ms)
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.7ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.9ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (60.9ms)
Completed 200 OK in 122ms (Views: 113.2ms | ActiveRecord: 2.9ms)
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-17 07:47:07 -0500
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-17 07:47:07 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-17 07:47:07 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-17 07:47:07 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-17 07:47:07 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-17 07:47:07 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-17 07:47:07 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-17 07:47:07 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-17 07:47:07 -0500
Started GET "/assets/wysihtml-toolbar-59685f71cfa39b74ed2f54c267153113.js?body=1" for ::1 at 2015-12-17 07:47:07 -0500
Started GET "/assets/application-ce5b505a9503055ad90f00a41b129405.js?body=1" for ::1 at 2015-12-17 07:47:07 -0500
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-12-17 07:48:08 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.2ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.2ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (20.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (23.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.6ms)
[1m[36mPulitzer::ContentElement Load (0.5ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.2ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (6.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (22.1ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.3ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.5ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.6ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.8ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.8ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (12.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1140.7ms)
Completed 200 OK in 1449ms (Views: 1252.6ms | ActiveRecord: 4.9ms)
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-17 07:48:10 -0500
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-17 07:48:10 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-17 07:48:10 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-17 07:48:10 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-17 07:48:10 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-17 07:48:10 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-17 07:48:10 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-17 07:48:10 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-17 07:48:10 -0500
Started GET "/assets/wysihtml-toolbar-59685f71cfa39b74ed2f54c267153113.js?body=1" for ::1 at 2015-12-17 07:48:10 -0500
Started GET "/assets/application-ce5b505a9503055ad90f00a41b129405.js?body=1" for ::1 at 2015-12-17 07:48:10 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=8GQJ2CXmQfsrh0NssAnL5HMTKRp%2FXWdcqfhkHn%2FtGy94FdE4gHzBIfni63aNTkMzJhesP7tGmBy3bRYDwjOeuw%3D%3D" for ::1 at 2015-12-17 07:48:11 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"8GQJ2CXmQfsrh0NssAnL5HMTKRp/XWdcqfhkHn/tGy94FdE4gHzBIfni63aNTkMzJhesP7tGmBy3bRYDwjOeuw=="}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Image"]]
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (17.6ms)
Completed 200 OK in 39ms (Views: 36.5ms | ActiveRecord: 0.5ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-12-17 07:48:13 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"UPuJGuk0b5WSa0J6XLvkFtYJF6Qb1AQCu+a4gqRBRtfYilH6TK7vT0AO6mBh/GzBgw2Sgd/P+0Klc8qfGZ/DQw==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"1", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mPulitzer::ContentElement Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "pulitzer_content_elements" WHERE ("pulitzer_content_elements"."label" IS NULL AND "pulitzer_content_elements"."version_id" = 1) LIMIT 1[0m
[1m[35m (0.1ms)[0m commit 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]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (20.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (37.9ms)
Completed 500 Internal Server Error in 68ms
ActionView::Template::Error (No route matches {:action=>"show", :controller=>"pulitzer/content_elements", :format=>nil, :id=>#} missing required keys: [:id]):
2: <%= content_element.label %>
3: <% end %>
4: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true,
5: data: { server_endpoint: content_element_path(content_element) } do |f| %>
6: <%= f.text_field :title, placeholder: 'Title' %>
7: <%= render partial: "#{content_element.type}_fields", locals: { f: f, content_element: content_element } %>
8: <%= submit_tag "Update" %>
actionpack (4.2.0) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:710:in `generate'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:741:in `generate'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:784:in `url_for'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:279:in `call'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:222:in `call'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:334:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___899288770000194504_70360946466020'
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.0) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__2420069747028805913_70360946597740'
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:21:in `create'
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:151:in `block in halting_and_conditional'
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
railties (4.2.0) lib/rails/engine.rb:518:in `call'
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.0) lib/rails/engine.rb:518:in `call'
railties (4.2.0) 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/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (30.9ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-12-17 07:49:09 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"UPuJGuk0b5WSa0J6XLvkFtYJF6Qb1AQCu+a4gqRBRtfYilH6TK7vT0AO6mBh/GzBgw2Sgd/P+0Klc8qfGZ/DQw==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"1", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::ContentElement Exists (0.2ms)[0m SELECT 1 AS one FROM "pulitzer_content_elements" WHERE ("pulitzer_content_elements"."label" IS NULL AND "pulitzer_content_elements"."version_id" = 1) LIMIT 1
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mCACHE (0.0ms)[0m SELECT 1 AS one FROM "pulitzer_content_elements" WHERE ("pulitzer_content_elements"."label" IS NULL AND "pulitzer_content_elements"."version_id" = 1) LIMIT 1
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (24.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (51.4ms)
Completed 500 Internal Server Error in 516915ms
ActionView::Template::Error (No route matches {:action=>"show", :controller=>"pulitzer/content_elements", :format=>nil, :id=>#} missing required keys: [:id]):
2: <%= content_element.label %>
3: <% end %>
4: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true,
5: data: { server_endpoint: content_element_path(content_element) } do |f| %>
6: <%= f.text_field :title, placeholder: 'Title' %>
7: <%= render partial: "#{content_element.type}_fields", locals: { f: f, content_element: content_element } %>
8: <%= submit_tag "Update" %>
actionpack (4.2.0) lib/action_dispatch/journey/formatter.rb:46:in `generate'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:710:in `generate'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:741:in `generate'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:784:in `url_for'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:279:in `call'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:222:in `call'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:334:in `block (2 levels) in define_url_helper'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__1304528481858289923_70130224580360'
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.0) lib/action_view/helpers/rendering_helper.rb:32:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__1953128510865392805_70130224988380'
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
/Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:22:in `create'
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:151:in `block in halting_and_conditional'
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
railties (4.2.0) lib/rails/engine.rb:518:in `call'
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.0) lib/rails/engine.rb:518:in `call'
railties (4.2.0) 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/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (30.1ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-12-17 07:57:50 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"UPuJGuk0b5WSa0J6XLvkFtYJF6Qb1AQCu+a4gqRBRtfYilH6TK7vT0AO6mBh/GzBgw2Sgd/P+0Klc8qfGZ/DQw==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"1", "kind"=>"free_form"}, "commit"=>"Create"}
Completed 500 Internal Server Error in 1ms
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (51.8ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-12-17 07:57:59 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"UPuJGuk0b5WSa0J6XLvkFtYJF6Qb1AQCu+a4gqRBRtfYilH6TK7vT0AO6mBh/GzBgw2Sgd/P+0Klc8qfGZ/DQw==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"1", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[35mPulitzer::Version Load (0.2ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.2ms)[0m [1mSELECT MAX("pulitzer_content_elements"."sort_order") FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ?[0m [["version_id", 1], ["kind", 1]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("content_element_type_id", "text_editor", "version_id", "kind", "sort_order", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["content_element_type_id", 1], ["text_editor", "None"], ["version_id", 1], ["kind", 1], ["sort_order", 3], ["created_at", "2015-12-17 12:58:02.289205"], ["updated_at", "2015-12-17 12:58:02.289205"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (20.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (60.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (88.8ms)
Completed 200 OK in 2882ms (Views: 113.1ms | ActiveRecord: 3.1ms)
Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-12-17 08:09:10 -0500
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by Pulitzer::ContentElementsController#index as HTML
Parameters: {"post_id"=>"jobs"}
[1m[35mPulitzer::Post Load (0.2ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[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[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
[1m[36mPulitzer::Tag Load (0.1ms)[0m [1mSELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Tag Load (0.1ms)[0m SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (30.6ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (32.9ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::PostTag Load (0.1ms)[0m SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
[1m[36mPulitzer::ContentElement Load (0.3ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC[0m [["version_id", 1], ["kind", 0]]
[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[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.8ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
[1m[35mPulitzer::ContentElement Load (0.2ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.5ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.4ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.2ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.1ms)
[1m[35mCACHE (0.0ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.1ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (28.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (30.5ms)
[1m[36mCACHE (0.0ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1[0m [["post_id", 1], ["status", 0]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (131.6ms)
Completed 200 OK in 423ms (Views: 223.7ms | ActiveRecord: 3.8ms)
Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-17 08:09:11 -0500
Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-17 08:09:11 -0500
Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-17 08:09:11 -0500
Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-17 08:09:11 -0500
Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-17 08:09:11 -0500
Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-17 08:09:11 -0500
Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-17 08:09:11 -0500
Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-17 08:09:11 -0500
Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-17 08:09:11 -0500
Started GET "/assets/wysihtml-toolbar-59685f71cfa39b74ed2f54c267153113.js?body=1" for ::1 at 2015-12-17 08:09:11 -0500
Started GET "/assets/application-ce5b505a9503055ad90f00a41b129405.js?body=1" for ::1 at 2015-12-17 08:09:11 -0500
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=HDUxEEe99Ynshmu4meBaSie5lcgFeI7djEpSHJZTnb2UROnw4id1Uz7jw6Kkp9Kdcr0Q7cFjcZ2S3yABK40YKQ%3D%3D" for ::1 at 2015-12-17 08:09:14 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"HDUxEEe99Ynshmu4meBaSie5lcgFeI7djEpSHJZTnb2UROnw4id1Uz7jw6Kkp9Kdcr0Q7cFjcZ2S3yABK40YKQ=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.2ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (3044.4ms)
Completed 200 OK in 3062ms (Views: 3058.6ms | ActiveRecord: 0.6ms)
Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=HDUxEEe99Ynshmu4meBaSie5lcgFeI7djEpSHJZTnb2UROnw4id1Uz7jw6Kkp9Kdcr0Q7cFjcZ2S3yABK40YKQ%3D%3D" for ::1 at 2015-12-17 08:09:17 -0500
Processing by Pulitzer::ContentElementsController#new as */*
Parameters: {"version_id"=>"1", "authenticity_token"=>"HDUxEEe99Ynshmu4meBaSie5lcgFeI7djEpSHJZTnb2UROnw4id1Uz7jw6Kkp9Kdcr0Q7cFjcZ2S3yABK40YKQ=="}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"[0m
[1m[35mPulitzer::ContentElementType Load (0.1ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
[1m[36mPulitzer::ContentElementType Load (0.1ms)[0m [1mSELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1[0m [["name", "Text"]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (4.3ms)
Completed 200 OK in 31ms (Views: 27.4ms | ActiveRecord: 0.4ms)
Started POST "/pulitzer/content_elements" for ::1 at 2015-12-17 08:09:21 -0500
Processing by Pulitzer::ContentElementsController#create as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"pPKE8Yo1KS8qobCpHPaLTEldNS/MOpE7NHQt/uaENkAsg1wRL6+p9fjEGLMhsQObHFmwCgghbnsq4V/jW1qz1A==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"Simple editor", "version_id"=>"1", "kind"=>"free_form"}, "commit"=>"Create"}
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
[1m[36m (0.1ms)[0m [1mSELECT MAX("pulitzer_content_elements"."sort_order") FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ?[0m [["version_id", 1], ["kind", 1]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "pulitzer_content_elements" ("content_element_type_id", "text_editor", "version_id", "kind", "sort_order", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["content_element_type_id", 1], ["text_editor", "Simple editor"], ["version_id", 1], ["kind", 1], ["sort_order", 4], ["created_at", "2015-12-17 13:09:21.204008"], ["updated_at", "2015-12-17 13:09:21.204008"]]
[1m[36m (1756.0ms)[0m [1mcommit 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]]
Rendered toolbars/_simple_editor.html.erb (0.3ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (10.0ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (48.9ms)
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (66.7ms)
Completed 200 OK in 1856ms (Views: 90.5ms | ActiveRecord: 1756.9ms)
Started PATCH "/pulitzer/content_elements/123" for ::1 at 2015-12-17 08:09:27 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"mCTHXFviX0wQLNhVqCjWtECnKGrMVO2/G0Ym45/FZ3EQVR+8/njflsJJcE+Vb15jFaOtTwhPEv8F01T+Ihvi5Q==", "content_element"=>{"title"=>"adfasf", "body"=>"asdfaf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"123"}
[1m[36mPulitzer::ContentElement Load (0.2ms)[0m [1mSELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1[0m [["id", 123]]
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ?[0m [["title", "adfasf"], ["body", "asdfaf"], ["updated_at", "2015-12-17 13:09:27.448654"], ["id", 123]]
[1m[35m (64.0ms)[0m commit transaction
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.4ms)
[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[35mPulitzer::Version Load (0.1ms)[0m SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["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/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (22.1ms)
Completed 200 OK in 112ms (Views: 40.8ms | ActiveRecord: 64.9ms)
Started PATCH "/pulitzer/content_elements/122" for ::1 at 2015-12-17 08:09:30 -0500
Processing by Pulitzer::ContentElementsController#update as */*
Parameters: {"utf8"=>"✓", "authenticity_token"=>"IndvYoaV+r72FurI+uSaBYcneshlKt+ag1U/QixsHpuqBreCIw96ZCRzQtLHoxLS0iP/7aExINqdwE1fkbKbDw==", "content_element"=>{"title"=>"adfasdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"122"}
[1m[35mPulitzer::ContentElement Load (0.1ms)[0m SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 122]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "adfasdf"], ["body", "asdf"], ["updated_at", "2015-12-17 13:09:30.036379"], ["id", 122]]
[1m[36m (19.7ms)[0m [1mcommit transaction[0m
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
[1m[35mPulitzer::ContentElementType Load (0.2ms)[0m SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mPulitzer::Version Load (0.1ms)[0m [1mSELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mPulitzer::Post Load (0.1ms)[0m SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (19.3ms)
Completed 200 OK in 64ms (Views: 37.7ms | ActiveRecord: 20.5ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-12-17 08:33:04 -0500
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 0ms
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (58.2ms)
Started GET "/pulitzer/post_types" for ::1 at 2015-12-17 08:33:25 -0500
Processing by Pulitzer::PostTypesController#index as HTML
Completed 500 Internal Server Error in 0ms
ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
app/controllers/application_controller.rb:9:in `setup_user'
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.5ms)